|
Point Cloud Library (PCL)
1.7.0
|
#include <pcl/surface/3rdparty/poisson4/geometry.h>
Public Member Functions | |
| Vertex (void) | |
| Vertex (Point3D< float > s, Point3D< float > e, float v) | |
| Vertex (Point3D< float > s, Point3D< float > e, Point3D< float > p) | |
Public Attributes | |
| Point3D< float > | start |
| Point3D< float > | end |
| float | value |
Definition at line 218 of file geometry.h.
| pcl::poisson::CoredMeshData2::Vertex::Vertex | ( | void | ) | [inline] |
Definition at line 222 of file geometry.h.
| pcl::poisson::CoredMeshData2::Vertex::Vertex | ( | Point3D< float > | s, |
| Point3D< float > | e, | ||
| float | v | ||
| ) | [inline] |
Definition at line 223 of file geometry.h.
| pcl::poisson::CoredMeshData2::Vertex::Vertex | ( | Point3D< float > | s, |
| Point3D< float > | e, | ||
| Point3D< float > | p | ||
| ) | [inline] |
Definition at line 224 of file geometry.h.
Definition at line 220 of file geometry.h.
Definition at line 220 of file geometry.h.
Definition at line 221 of file geometry.h.