Point Cloud Library (PCL) 1.15.0
Loading...
Searching...
No Matches
pcl::poisson::CoredMeshData2::Vertex Struct Reference

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

Collaboration diagram for pcl::poisson::CoredMeshData2::Vertex:

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 220 of file geometry.h.

Constructor & Destructor Documentation

◆ Vertex() [1/3]

pcl::poisson::CoredMeshData2::Vertex::Vertex ( void )
inline

Definition at line 224 of file geometry.h.

◆ Vertex() [2/3]

pcl::poisson::CoredMeshData2::Vertex::Vertex ( Point3D< float > s,
Point3D< float > e,
float v )
inline

Definition at line 225 of file geometry.h.

References end, start, and value.

◆ Vertex() [3/3]

pcl::poisson::CoredMeshData2::Vertex::Vertex ( Point3D< float > s,
Point3D< float > e,
Point3D< float > p )
inline

Definition at line 226 of file geometry.h.

References end, start, and value.

Member Data Documentation

◆ end

Point3D< float > pcl::poisson::CoredMeshData2::Vertex::end

Definition at line 222 of file geometry.h.

Referenced by Vertex(), and Vertex().

◆ start

Point3D< float > pcl::poisson::CoredMeshData2::Vertex::start

Definition at line 222 of file geometry.h.

Referenced by Vertex(), and Vertex().

◆ value

float pcl::poisson::CoredMeshData2::Vertex::value

Definition at line 223 of file geometry.h.

Referenced by Vertex(), and Vertex().


The documentation for this struct was generated from the following file: