YARP
Yet Another Robot Platform
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 281 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 331 of file PointCloudTypes.h.

◆ toBottle()

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

Definition at line 322 of file PointCloudTypes.h.

◆ toString()

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

Definition at line 302 of file PointCloudTypes.h.

Member Data Documentation

◆ @13

union { ... }

◆ @15

union { ... }

◆ curvature

float yarp::sig::DataNormal::curvature

Definition at line 298 of file PointCloudTypes.h.

◆ data_c

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

Definition at line 300 of file PointCloudTypes.h.

◆ filler_n

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

Definition at line 285 of file PointCloudTypes.h.

◆ normal

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

Definition at line 286 of file PointCloudTypes.h.

◆ normal_x

float yarp::sig::DataNormal::normal_x

Definition at line 289 of file PointCloudTypes.h.

◆ normal_y

float yarp::sig::DataNormal::normal_y

Definition at line 290 of file PointCloudTypes.h.

◆ normal_z

float yarp::sig::DataNormal::normal_z

Definition at line 291 of file PointCloudTypes.h.


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