#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 { | |
| struct { | |
| unsigned char b | |
| unsigned char g | |
| unsigned char r | |
| unsigned char a | |
| } | |
| yarp::os::NetInt32 rgba | |
| }; | |
Definition at line 234 of file PointCloudTypes.h.
|
inline |
Definition at line 267 of file PointCloudTypes.h.
|
inline |
Definition at line 258 of file PointCloudTypes.h.
|
inline |
Definition at line 248 of file PointCloudTypes.h.
| union { ... } |
| unsigned char yarp::sig::DataRGBA::a |
Definition at line 243 of file PointCloudTypes.h.
| unsigned char yarp::sig::DataRGBA::b |
Definition at line 240 of file PointCloudTypes.h.
| unsigned char yarp::sig::DataRGBA::g |
Definition at line 241 of file PointCloudTypes.h.
| unsigned char yarp::sig::DataRGBA::r |
Definition at line 242 of file PointCloudTypes.h.
| yarp::os::NetInt32 yarp::sig::DataRGBA::rgba |
Definition at line 245 of file PointCloudTypes.h.