![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <Annotaion.h>

Public Member Functions | |
| BoxLabel () | |
| BoxLabel (const double p1[3], const double p2[3], std::string type_="unknown") | |
| std::string | toString () |
Public Attributes | |
| std::string | type |
| union { | |
| double data [7] | |
| struct { | |
| double center_x | |
| double center_y | |
| double center_z | |
| double length | |
| double width | |
| double height | |
| double yaw | |
| } detail | |
| }; | |
Definition at line 15 of file Annotaion.h.
|
inline |
Definition at line 16 of file Annotaion.h.
|
inline |
Definition at line 23 of file Annotaion.h.
|
inline |
Definition at line 49 of file Annotaion.h.
| union { ... } |
| double BoxLabel::center_x |
Definition at line 39 of file Annotaion.h.
| double BoxLabel::center_y |
Definition at line 40 of file Annotaion.h.
| double BoxLabel::center_z |
Definition at line 41 of file Annotaion.h.
| double BoxLabel::data[7] |
Definition at line 37 of file Annotaion.h.
Referenced by Annotation::getBoxLabel(), and toString().
| struct { ... } BoxLabel::detail |
Referenced by Annotation::Annotation(), BoxLabel(), and Annotation::getBoxLabel().
| double BoxLabel::height |
Definition at line 44 of file Annotaion.h.
| double BoxLabel::length |
Definition at line 42 of file Annotaion.h.
| std::string BoxLabel::type |
Definition at line 35 of file Annotaion.h.
Referenced by Annotation::Annotation(), BoxLabel(), Annotation::getBoxLabel(), and toString().
| double BoxLabel::width |
Definition at line 43 of file Annotaion.h.
| double BoxLabel::yaw |
Definition at line 45 of file Annotaion.h.