Point Cloud Library (PCL)
1.14.1-dev
|
The mesh traits are used to set up compile time settings for the mesh. More...
#include <pcl/geometry/mesh_traits.h>
Public Types | |
using | VertexData = VertexDataT |
using | HalfEdgeData = HalfEdgeDataT |
using | EdgeData = EdgeDataT |
using | FaceData = FaceDataT |
using | IsManifold = std::false_type |
Specifies whether the mesh is manifold or not (only non-manifold vertices can be represented). More... | |
The mesh traits are used to set up compile time settings for the mesh.
VertexDataT | Data stored for each vertex. Defaults to pcl::NoData. |
HalfEdgeDataT | Data stored for each half-edge. Defaults to pcl::NoData. |
EdgeDataT | Data stored for each edge. Defaults to pcl::NoData. |
FaceDataT | Data stored for each face. Defaults to pcl::NoData. |
Definition at line 62 of file mesh_traits.h.
using pcl::geometry::DefaultMeshTraits< VertexDataT, HalfEdgeDataT, EdgeDataT, FaceDataT >::EdgeData = EdgeDataT |
Definition at line 65 of file mesh_traits.h.
using pcl::geometry::DefaultMeshTraits< VertexDataT, HalfEdgeDataT, EdgeDataT, FaceDataT >::FaceData = FaceDataT |
Definition at line 66 of file mesh_traits.h.
using pcl::geometry::DefaultMeshTraits< VertexDataT, HalfEdgeDataT, EdgeDataT, FaceDataT >::HalfEdgeData = HalfEdgeDataT |
Definition at line 64 of file mesh_traits.h.
using pcl::geometry::DefaultMeshTraits< VertexDataT, HalfEdgeDataT, EdgeDataT, FaceDataT >::IsManifold = std::false_type |
Specifies whether the mesh is manifold or not (only non-manifold vertices can be represented).
Definition at line 70 of file mesh_traits.h.
using pcl::geometry::DefaultMeshTraits< VertexDataT, HalfEdgeDataT, EdgeDataT, FaceDataT >::VertexData = VertexDataT |
Definition at line 63 of file mesh_traits.h.