Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Attributes
pcl::PrincipalCurvatures Struct Reference

A point structure representing the principal curvatures and their magnitudes. More...

#include <pcl/impl/point_types.hpp>

List of all members.

Public Attributes

union {
   float   principal_curvature [3]
   struct {
      float   principal_curvature_x
      float   principal_curvature_y
      float   principal_curvature_z
   } 
}; 
float pc1
float pc2

Detailed Description

A point structure representing the principal curvatures and their magnitudes.

Definition at line 887 of file point_types.hpp.


Member Data Documentation

union { ... }

Definition at line 899 of file point_types.hpp.

Definition at line 900 of file point_types.hpp.

Definition at line 891 of file point_types.hpp.

Definition at line 894 of file point_types.hpp.

Definition at line 895 of file point_types.hpp.

Definition at line 896 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