43#include <pcl/geometry/mesh_indices.h>
47template <
class DerivedT,
class MeshTraitsT,
class MeshTagT>
81 template <
class DerivedT,
class MeshTraitsT,
class MeshTagT>
84 template <
class MeshT>
126 , idx_face_(idx_face)
143 template <
class DerivedT,
class MeshTraitsT,
class MeshTagT>
146 template <
class MeshT>
178 template <
class DerivedT,
class MeshTraitsT,
class MeshTagT>
181 template <
class MeshT>
Iterator class for point clouds with or without given indices.
A face is a closed loop of edges.
An edge is a connection between two vertices.
Base class for the half-edge mesh.
Read / write the half-edge mesh from / to a file.
A vertex is a node in the mesh.
pcl::detail::MeshIndex< struct HalfEdgeIndexTag > HalfEdgeIndex
Index used to access elements in the half-edge mesh.
pcl::detail::MeshIndex< struct FaceIndexTag > FaceIndex
Index used to access elements in the half-edge mesh.
pcl::detail::MeshIndex< struct VertexIndexTag > VertexIndex
Index used to access elements in the half-edge mesh.