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

#include <frame_list.h>

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

Public Member Functions

EIGEN_MAKE_ALIGNED_OPERATOR_NEW PatchIndicator ()
 
 PatchIndicator (int frame_id, int patch_id)
 
 PatchIndicator (int frame_id, int patch_id, const std::string &sensor_name)
 
bool operator== (const PatchIndicator &indicator)
 
std::string to_string () const
 

Public Attributes

int frame_id
 
int patch_id
 
std::string sensor_name
 

Constructor & Destructor Documentation

◆ PatchIndicator() [1/3]

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

◆ PatchIndicator() [2/3]

apollo::perception::camera::PatchIndicator::PatchIndicator ( int  frame_id,
int  patch_id 
)
inline

◆ PatchIndicator() [3/3]

apollo::perception::camera::PatchIndicator::PatchIndicator ( int  frame_id,
int  patch_id,
const std::string &  sensor_name 
)
inline

Member Function Documentation

◆ operator==()

bool apollo::perception::camera::PatchIndicator::operator== ( const PatchIndicator indicator)
inline

◆ to_string()

std::string apollo::perception::camera::PatchIndicator::to_string ( ) const
inline

Member Data Documentation

◆ frame_id

int apollo::perception::camera::PatchIndicator::frame_id

◆ patch_id

int apollo::perception::camera::PatchIndicator::patch_id

◆ sensor_name

std::string apollo::perception::camera::PatchIndicator::sensor_name

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