#include <yarp/sig/PointCloudTypes.h>
Public Member Functions | |
std::string | toString (int precision, int width) const |
yarp::os::Bottle | toBottle () const |
void | fromBottle (const yarp::os::Bottle &bt, size_t i) |
Public Attributes | |
union { | |
float _xyz [4] | |
struct { | |
float x | |
float y | |
float z | |
} | |
}; | |
union { | |
struct { | |
float intensity | |
} | |
float intensity_padding [4] | |
}; | |
Definition at line 562 of file PointCloudTypes.h.
|
inline |
Definition at line 612 of file PointCloudTypes.h.
|
inline |
Definition at line 603 of file PointCloudTypes.h.
|
inline |
Definition at line 583 of file PointCloudTypes.h.
union { ... } |
union { ... } |
float yarp::sig::DataXYZI::_xyz[4] |
Definition at line 566 of file PointCloudTypes.h.
float yarp::sig::DataXYZI::intensity |
Definition at line 579 of file PointCloudTypes.h.
float yarp::sig::DataXYZI::intensity_padding[4] |
Definition at line 581 of file PointCloudTypes.h.
float yarp::sig::DataXYZI::x |
Definition at line 569 of file PointCloudTypes.h.
float yarp::sig::DataXYZI::y |
Definition at line 570 of file PointCloudTypes.h.
float yarp::sig::DataXYZI::z |
Definition at line 571 of file PointCloudTypes.h.