|
Point Cloud Library (PCL) 1.15.1
|
#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 220 of file geometry.h.
|
inline |
Definition at line 224 of file geometry.h.
|
inline |
Definition at line 225 of file geometry.h.
|
inline |
Definition at line 226 of file geometry.h.
| Point3D< float > pcl::poisson::CoredMeshData2::Vertex::end |
Definition at line 222 of file geometry.h.
| Point3D< float > pcl::poisson::CoredMeshData2::Vertex::start |
Definition at line 222 of file geometry.h.
| float pcl::poisson::CoredMeshData2::Vertex::value |
Definition at line 223 of file geometry.h.