Go to the source code of this file.
Classes | |
class | pcl::geometry::FaceAroundFaceCirculator< MeshT > |
Circulates clockwise around a face and returns an index to the face of the outer half-edge (the target). The best way to declare the circulator is to use the method pcl::geometry::MeshBase::getFaceAroundFaceCirculator (). More... | |
class | pcl::geometry::FaceAroundVertexCirculator< MeshT > |
Circulates counter-clockwise around a vertex and returns an index to the face of the outgoing half-edge (the target). The best way to declare the circulator is to use the method pcl::geometry::MeshBase::getFaceAroundVertexCirculator (). More... | |
class | pcl::geometry::IncomingHalfEdgeAroundVertexCirculator< MeshT > |
Circulates counter-clockwise around a vertex and returns an index to the incoming half-edge (the target). The best way to declare the circulator is to use the method pcl::geometry::MeshBase::getIncomingHalfEdgeAroundVertexCirculator (). More... | |
class | pcl::geometry::InnerHalfEdgeAroundFaceCirculator< MeshT > |
Circulates clockwise around a face and returns an index to the inner half-edge (the target). The best way to declare the circulator is to use the method pcl::geometry::MeshBase::getInnerHalfEdgeAroundFaceCirculator (). More... | |
class | pcl::geometry::OuterHalfEdgeAroundFaceCirculator< MeshT > |
Circulates clockwise around a face and returns an index to the outer half-edge (the target). The best way to declare the circulator is to use the method pcl::geometry::MeshBase::getOuterHalfEdgeAroundFaceCirculator (). More... | |
class | pcl::geometry::OutgoingHalfEdgeAroundVertexCirculator< MeshT > |
Circulates counter-clockwise around a vertex and returns an index to the outgoing half-edge (the target). The best way to declare the circulator is to use the method pcl::geometry::MeshBase::getOutgoingHalfEdgeAroundVertexCirculator (). More... | |
class | pcl::geometry::VertexAroundFaceCirculator< MeshT > |
Circulates clockwise around a face and returns an index to the terminating vertex of the inner half-edge (the target). The best way to declare the circulator is to use the method pcl::geometry::MeshBase::getVertexAroundFaceCirculator (). More... | |
class | pcl::geometry::VertexAroundVertexCirculator< MeshT > |
Circulates counter-clockwise around a vertex and returns an index to the terminating vertex of the outgoing half-edge (the target). The best way to declare the circulator is to use the method pcl::geometry::MeshBase::getVertexAroundVertexCirculator (). More... | |
Namespaces | |
namespace | pcl |
namespace | pcl::geometry |