Classes | Namespaces

iterators.h File Reference

Iterators for accessing geometric objects on a mesh. More...

#include "BaseMesh.h"
Include dependency graph for iterators.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MeshLib::VertexOutHalfedgeIterator< CVertex, CEdge, CFace, CHalfEdge >
 VertexOutHalfedgeIterator, transverse all the outgoing halfedges of a vertex ccwly. More...
class  MeshLib::VertexInHalfedgeIterator< CVertex, CEdge, CFace, CHalfEdge >
 VertexInHalfedgeIterator, transverse all the incoming halfedges of a vertex ccwly. More...
class  MeshLib::VertexVertexIterator< CVertex, CEdge, CFace, CHalfEdge >
 VertexVertexIterator, transverse all the neighboring vertices of a vertex ccwly. More...
class  MeshLib::VertexEdgeIterator< CVertex, CEdge, CFace, CHalfEdge >
 VertexEdgeIterator, transverse all the neighboring edges of a vertex ccwly. More...
class  MeshLib::VertexFaceIterator< CVertex, CEdge, CFace, CHalfEdge >
 VertexFaceIterator, transverse all the neighboring faces of a vertex ccwly. More...
class  MeshLib::FaceHalfedgeIterator< CVertex, CEdge, CFace, CHalfEdge >
 FaceHalfedgeIterator, transverse all the halfedges of a face CCWly. More...
class  MeshLib::FaceEdgeIterator< CVertex, CEdge, CFace, CHalfEdge >
 FaceEdgeIterator, transverse all the edges of a face CCWly. More...
class  MeshLib::FaceVertexIterator< CVertex, CEdge, CFace, CHalfEdge >
 FaceVertexIterator, transverse all the vertices of a face CCWly. More...
class  MeshLib::MeshVertexIterator< CVertex, CEdge, CFace, CHalfEdge >
 MeshVertexIterator, transverse all the vertices in the mesh. More...
class  MeshLib::MeshFaceIterator< CVertex, CEdge, CFace, CHalfEdge >
 MeshFaceIterator, transverse all the faces in the mesh. More...
class  MeshLib::MeshEdgeIterator< CVertex, CEdge, CFace, CHalfEdge >
 MeshEdgeIterator, transverse all the edges in the mesh. More...
class  MeshLib::MeshHalfEdgeIterator< CVertex, CEdge, CFace, CHalfEdge >
 MeshHalfEdgeIterator, transverse all the halfedges in the mesh. More...

Namespaces

namespace  MeshLib

Detailed Description

Iterators for accessing geometric objects on a mesh.

Author:
David Gu
Date:
10/07/2010

Definition in file iterators.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerator Defines