#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 | ||
float xyz_padding | ||
} | ||
}; | ||
union { | ||
struct { | ||
unsigned char b | ||
unsigned char g | ||
unsigned char r | ||
unsigned char a | ||
} | ||
yarp::os::NetInt32 rgba | ||
float rgba_padding [4] | ||
}; | ||
Definition at line 481 of file PointCloudTypes.h.
|
inline |
Definition at line 539 of file PointCloudTypes.h.
|
inline |
Definition at line 527 of file PointCloudTypes.h.
|
inline |
Definition at line 507 of file PointCloudTypes.h.
union { ... } yarp::sig::DataXYZRGBA |
union { ... } yarp::sig::DataXYZRGBA |
float yarp::sig::DataXYZRGBA::_xyz[4] |
Definition at line 485 of file PointCloudTypes.h.
unsigned char yarp::sig::DataXYZRGBA::a |
Definition at line 502 of file PointCloudTypes.h.
unsigned char yarp::sig::DataXYZRGBA::b |
Definition at line 499 of file PointCloudTypes.h.
unsigned char yarp::sig::DataXYZRGBA::g |
Definition at line 500 of file PointCloudTypes.h.
unsigned char yarp::sig::DataXYZRGBA::r |
Definition at line 501 of file PointCloudTypes.h.
yarp::os::NetInt32 yarp::sig::DataXYZRGBA::rgba |
Definition at line 504 of file PointCloudTypes.h.
float yarp::sig::DataXYZRGBA::rgba_padding[4] |
Definition at line 505 of file PointCloudTypes.h.
float yarp::sig::DataXYZRGBA::x |
Definition at line 488 of file PointCloudTypes.h.
float yarp::sig::DataXYZRGBA::xyz_padding |
Definition at line 491 of file PointCloudTypes.h.
float yarp::sig::DataXYZRGBA::y |
Definition at line 489 of file PointCloudTypes.h.
float yarp::sig::DataXYZRGBA::z |
Definition at line 490 of file PointCloudTypes.h.