#include <yarp/sig/PointCloudTypes.h>
Public Member Functions | |
std::string | toString (int precision, int width) const |
yarp::os::Bottle | toBottle () const |
yarp::sig::Vector | toVector3 () const |
yarp::sig::Vector | toVector4 () const |
void | fromBottle (const yarp::os::Bottle &bt, size_t i) |
Public Attributes | |
union { | |
float _xyz [4] | |
struct { | |
float x | |
float y | |
float z | |
} | |
}; | |
Definition at line 158 of file PointCloudTypes.h.
|
inline |
Definition at line 213 of file PointCloudTypes.h.
|
inline |
Definition at line 188 of file PointCloudTypes.h.
|
inline |
Definition at line 170 of file PointCloudTypes.h.
|
inline |
Definition at line 196 of file PointCloudTypes.h.
|
inline |
Definition at line 204 of file PointCloudTypes.h.
union { ... } |
float yarp::sig::DataXYZ::_xyz[4] |
Definition at line 162 of file PointCloudTypes.h.
float yarp::sig::DataXYZ::x |
Definition at line 165 of file PointCloudTypes.h.
float yarp::sig::DataXYZ::y |
Definition at line 166 of file PointCloudTypes.h.
float yarp::sig::DataXYZ::z |
Definition at line 167 of file PointCloudTypes.h.