#include <pcl/geometry/mesh_indices.h>
Go to the source code of this file.
Classes | |
class | pcl::geometry::Face |
A face is a closed loop of edges. More... | |
class | pcl::geometry::HalfEdge |
An edge is a connection between two vertices. In a half-edge mesh the edge is split into two half-edges with opposite orientation. Each half-edge stores the index to the terminating vertex, the next half-edge, the previous half-edge and the face it belongs to. The opposite half-edge is accessed implicitly. More... | |
class | pcl::geometry::Vertex |
A vertex is a node in the mesh. More... | |
Namespaces | |
namespace | pcl |
namespace | pcl::geometry |