#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 strength | ||
| } | ||
| float strength_padding [4] | ||
| }; | ||
Definition at line 630 of file PointCloudTypes.h.
|
inline |
Definition at line 680 of file PointCloudTypes.h.
|
inline |
Definition at line 671 of file PointCloudTypes.h.
|
inline |
Definition at line 651 of file PointCloudTypes.h.
| union { ... } yarp::sig::DataInterestPointXYZ |
| union { ... } yarp::sig::DataInterestPointXYZ |
| float yarp::sig::DataInterestPointXYZ::_xyz[4] |
Definition at line 634 of file PointCloudTypes.h.
| float yarp::sig::DataInterestPointXYZ::strength |
Definition at line 647 of file PointCloudTypes.h.
| float yarp::sig::DataInterestPointXYZ::strength_padding[4] |
Definition at line 649 of file PointCloudTypes.h.
| float yarp::sig::DataInterestPointXYZ::x |
Definition at line 637 of file PointCloudTypes.h.
| float yarp::sig::DataInterestPointXYZ::y |
Definition at line 638 of file PointCloudTypes.h.
| float yarp::sig::DataInterestPointXYZ::z |
Definition at line 639 of file PointCloudTypes.h.