pcl::poisson::CoredMeshData2::Vertex Struct Reference

#include <pcl/surface/3rdparty/poisson4/geometry.h>

Collaboration diagram for pcl::poisson::CoredMeshData2::Vertex:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Definition at line 218 of file geometry.h.


Constructor & Destructor Documentation

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.


Member Data Documentation

Definition at line 220 of file geometry.h.

Definition at line 220 of file geometry.h.

Definition at line 221 of file geometry.h.


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