YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
yarp::sig::DataNormal Struct Reference

#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   filler_n [4] 
 
   float   normal [3] 
 
   struct { 
 
      float   normal_x 
 
      float   normal_y 
 
      float   normal_z 
 
   }  
 
};  
 
union { 
 
   struct { 
 
      float   curvature 
 
   }  
 
   float   data_c [4] 
 
};  
 

Detailed Description

Definition at line 277 of file PointCloudTypes.h.

Member Function Documentation

◆ fromBottle()

void yarp::sig::DataNormal::fromBottle ( const yarp::os::Bottle bt,
size_t  i 
)
inline

Definition at line 327 of file PointCloudTypes.h.

◆ toBottle()

yarp::os::Bottle yarp::sig::DataNormal::toBottle ( ) const
inline

Definition at line 318 of file PointCloudTypes.h.

◆ toString()

std::string yarp::sig::DataNormal::toString ( int  precision,
int  width 
) const
inline

Definition at line 298 of file PointCloudTypes.h.

Member Data Documentation

◆ [union]

union { ... } yarp::sig::DataNormal

◆ [union]

union { ... } yarp::sig::DataNormal

◆ curvature

float yarp::sig::DataNormal::curvature

Definition at line 294 of file PointCloudTypes.h.

◆ data_c

float yarp::sig::DataNormal::data_c[4]

Definition at line 296 of file PointCloudTypes.h.

◆ filler_n

float yarp::sig::DataNormal::filler_n[4]

Definition at line 281 of file PointCloudTypes.h.

◆ normal

float yarp::sig::DataNormal::normal[3]

Definition at line 282 of file PointCloudTypes.h.

◆ normal_x

float yarp::sig::DataNormal::normal_x

Definition at line 285 of file PointCloudTypes.h.

◆ normal_y

float yarp::sig::DataNormal::normal_y

Definition at line 286 of file PointCloudTypes.h.

◆ normal_z

float yarp::sig::DataNormal::normal_z

Definition at line 287 of file PointCloudTypes.h.


The documentation for this struct was generated from the following file: