#include <curvature_estimation_taubin.h>
Public Attributes | |
union { | |
struct { | |
float normal_x | |
float normal_y | |
float normal_z | |
} | |
float normal [4] | |
}; | |
union { | |
struct { | |
float curvature_axis_x | |
float curvature_axis_y | |
float curvature_axis_z | |
} | |
float curvature_axis [4] | |
}; | |
union { | |
struct { | |
float curvature_centroid_x | |
float curvature_centroid_y | |
float curvature_centroid_z | |
} | |
float curvature_centroid [4] | |
}; | |
union { | |
float median_curvature | |
}; |
\ brief PCL point type to represent normal, curvature axis, curvature centroid, and median curvature
Definition at line 51 of file curvature_estimation_taubin.h.
union { ... } |
union { ... } |
union { ... } |
union { ... } |
Definition at line 65 of file curvature_estimation_taubin.h.
Definition at line 68 of file curvature_estimation_taubin.h.
Definition at line 69 of file curvature_estimation_taubin.h.
Definition at line 70 of file curvature_estimation_taubin.h.
Definition at line 75 of file curvature_estimation_taubin.h.
Definition at line 78 of file curvature_estimation_taubin.h.
Definition at line 79 of file curvature_estimation_taubin.h.
Definition at line 80 of file curvature_estimation_taubin.h.
Definition at line 85 of file curvature_estimation_taubin.h.
float pcl::PointCurvatureTaubin::normal[4] |
Definition at line 55 of file curvature_estimation_taubin.h.
Definition at line 58 of file curvature_estimation_taubin.h.
Definition at line 59 of file curvature_estimation_taubin.h.
Definition at line 60 of file curvature_estimation_taubin.h.