|
OpenMesh
|
Contains all mesh iterators and circulators. More...
Classes | |
| class | VertexVertexIterT |
| Circulator. More... | |
| class | ConstVertexVertexIterT |
| Circulator. More... | |
| class | VertexOHalfedgeIterT |
| Circulator. More... | |
| class | ConstVertexOHalfedgeIterT |
| Circulator. More... | |
| class | VertexIHalfedgeIterT |
| Circulator. More... | |
| class | ConstVertexIHalfedgeIterT |
| Circulator. More... | |
| class | VertexEdgeIterT |
| Circulator. More... | |
| class | ConstVertexEdgeIterT |
| Circulator. More... | |
| class | VertexFaceIterT |
| Circulator. More... | |
| class | ConstVertexFaceIterT |
| Circulator. More... | |
| class | FaceVertexIterT |
| Circulator. More... | |
| class | ConstFaceVertexIterT |
| Circulator. More... | |
| class | FaceHalfedgeIterT |
| Circulator. More... | |
| class | ConstFaceHalfedgeIterT |
| Circulator. More... | |
| class | FaceEdgeIterT |
| Circulator. More... | |
| class | ConstFaceEdgeIterT |
| Circulator. More... | |
| class | FaceFaceIterT |
| Circulator. More... | |
| class | ConstFaceFaceIterT |
| Circulator. More... | |
| class | GenericIteratorT |
Contains all mesh iterators and circulators.
The two classes OpenMesh::Concepts::IteratorT and OpenMesh::Concepts::CirculatorT describe the interfaces provided by all iterators and circulators, respectively.
All iterators/circulators defined in this namespace are template classes that require a mesh a template parameter. Therefore you should use the iterators/circulators that are defined by the mesh itself. See OpenMesh::Mesh::PolyMeshT for a complete list of them.