#include <frame_list.h>
◆ 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 |
◆ operator==()
bool apollo::perception::camera::PatchIndicator::operator== |
( |
const PatchIndicator & |
indicator | ) |
|
|
inline |
◆ to_string()
std::string apollo::perception::camera::PatchIndicator::to_string |
( |
| ) |
const |
|
inline |
在文件 frame_list.h 第 52 行定义.
52 {
53 std::stringstream str;
55 return str.str();
56 }
◆ 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 |
该结构体的文档由以下文件生成: