Apollo  6.0
Open source self driving car software
Public Member Functions | List of all members
apollo::perception::camera::FrameList Class Reference

#include <frame_list.h>

Collaboration diagram for apollo::perception::camera::FrameList:
Collaboration graph

Public Member Functions

EIGEN_MAKE_ALIGNED_OPERATOR_NEW FrameList ()
 
bool Init (int cap)
 
int OldestFrameId ()
 
int Size ()
 
void Add (CameraFrame *frame)
 
CameraFrameget_frame (int index) const
 
CameraFrameoperator[] (int index) const
 
base::ObjectPtr get_object (PatchIndicator indicator) const
 

Constructor & Destructor Documentation

◆ FrameList()

EIGEN_MAKE_ALIGNED_OPERATOR_NEW apollo::perception::camera::FrameList::FrameList ( )
inline

Member Function Documentation

◆ Add()

void apollo::perception::camera::FrameList::Add ( CameraFrame frame)
inline

◆ get_frame()

CameraFrame* apollo::perception::camera::FrameList::get_frame ( int  index) const
inline

◆ get_object()

base::ObjectPtr apollo::perception::camera::FrameList::get_object ( PatchIndicator  indicator) const
inline

◆ Init()

bool apollo::perception::camera::FrameList::Init ( int  cap)
inline

◆ OldestFrameId()

int apollo::perception::camera::FrameList::OldestFrameId ( )
inline

◆ operator[]()

CameraFrame* apollo::perception::camera::FrameList::operator[] ( int  index) const
inline

◆ Size()

int apollo::perception::camera::FrameList::Size ( )
inline

The documentation for this class was generated from the following file: