#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 565 of file PointCloudTypes.h.
|
inline |
Definition at line 615 of file PointCloudTypes.h.
|
inline |
Definition at line 606 of file PointCloudTypes.h.
|
inline |
Definition at line 586 of file PointCloudTypes.h.
union { ... } |
union { ... } |
float yarp::sig::DataXYZI::_xyz[4] |
Definition at line 569 of file PointCloudTypes.h.
float yarp::sig::DataXYZI::intensity |
Definition at line 582 of file PointCloudTypes.h.
float yarp::sig::DataXYZI::intensity_padding[4] |
Definition at line 584 of file PointCloudTypes.h.
float yarp::sig::DataXYZI::x |
Definition at line 572 of file PointCloudTypes.h.
float yarp::sig::DataXYZI::y |
Definition at line 573 of file PointCloudTypes.h.
float yarp::sig::DataXYZI::z |
Definition at line 574 of file PointCloudTypes.h.