Point Cloud Library (PCL)  1.3.1
Public Attributes
pcl::Normal Struct Reference

A point structure representing normal coordinates and the surface curvature estimate. More...

#include <pcl/impl/point_types.hpp>

List of all members.

Public Attributes

 PCL_ADD_NORMAL4D
union {
   struct {
      float   curvature
   } 
   float   data_c [4]
}; 

Detailed Description

A point structure representing normal coordinates and the surface curvature estimate.

(SSE friendly)


Member Data Documentation

union { ... }

Definition at line 522 of file point_types.hpp.

Definition at line 524 of file point_types.hpp.

Definition at line 517 of file point_types.hpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines