const_edge_iterator | Const HalfEdge iterator for the Polyhedron class. It traverses the hald-edges of the Polyhedron, one at a time |
const_face_iterator | Const Face iterator for the Polyhedron class. It traverses the faces of the Polyhedron, one at a time |
const_vertex_iterator | Const Vertex iterator for the Polyhedron class. It traverses the vertices of the Polyhedron, one at a time |
edge_iterator | HalfEdge iterator for the Polyhedron class. It traverses the hald-edges of the Polyhedron, one at a time |
HE::Face | Class that represents the faces of the mesh |
HE::Face::const_edge_circulator | Constant circulator that traverses the HalfEdge(s) that compound the boundary of the Race |
HE::Face::edge_circulator | Circulator that traverses the HalfEdge(s) that compound the boundary of the Race |
face_iterator | Face iterator for the Polyhedron class. It traverses the faces of the Polyhedron, one at a time |
HE::HalfEdge | Class that represents the half-edges of the mesh |
HE::HE_exception | Exception class thrown whenever needed in a class or function within the HE namespace |
HE::Polyhedron | Class that holds the representation of a manifold mesh in a half-edge data structure |
HE::Polyhedron::const_edge_iterator | Const HalfEdge iterator for the Polyhedron class. It traverses the hald-edges of the Polyhedron, one at a time |
HE::Polyhedron::const_face_iterator | Const Face iterator for the Polyhedron class. It traverses the faces of the Polyhedron, one at a time |
HE::Polyhedron::const_vertex_iterator | Const Vertex iterator for the Polyhedron class. It traverses the vertices of the Polyhedron, one at a time |
HE::Polyhedron::edge_iterator | HalfEdge iterator for the Polyhedron class. It traverses the hald-edges of the Polyhedron, one at a time |
HE::Polyhedron::face_iterator | Face iterator for the Polyhedron class. It traverses the faces of the Polyhedron, one at a time |
HE::Polyhedron::vertex_iterator | Vertex iterator for the Polyhedron class. It traverses the vertices of the Polyhedron, one at a time |
HE::Polyhedron_GL | Wrapper class used to visualize a Polyhedron |
Geometry::Vector3D< T > | |
HE::Vertex | Class that represents the vertices of the mesh. It basic topologic and geometric information |
HE::Vertex::const_edge_circulator | Const circulator for the edges departing from this Vertex |
HE::Vertex::edge_circulator | |
vertex_iterator | Vertex iterator for the Polyhedron class. It traverses the vertices of the Polyhedron, one at a time |