#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 161 of file PointCloudTypes.h.
      
  | 
  inline | 
Definition at line 216 of file PointCloudTypes.h.
      
  | 
  inline | 
Definition at line 191 of file PointCloudTypes.h.
      
  | 
  inline | 
Definition at line 173 of file PointCloudTypes.h.
      
  | 
  inline | 
Definition at line 199 of file PointCloudTypes.h.
      
  | 
  inline | 
Definition at line 207 of file PointCloudTypes.h.
| union { ... } | 
| float yarp::sig::DataXYZ::_xyz[4] | 
Definition at line 165 of file PointCloudTypes.h.
| float yarp::sig::DataXYZ::x | 
Definition at line 168 of file PointCloudTypes.h.
| float yarp::sig::DataXYZ::y | 
Definition at line 169 of file PointCloudTypes.h.
| float yarp::sig::DataXYZ::z | 
Definition at line 170 of file PointCloudTypes.h.