Public Member Functions | Protected Attributes

OpenTissue::polymesh::PolyMeshFaceVertexCirculator< PolyMesh, Value > Class Template Reference

#include <polymesh_face_vertex_circulator.h>

List of all members.

Public Member Functions

 PolyMeshFaceVertexCirculator ()
 PolyMeshFaceVertexCirculator (typename PolyMesh::face_type const &f)
template<class OtherValue >
 PolyMeshFaceVertexCirculator (PolyMeshFaceVertexCirculator< PolyMesh, OtherValue > const &other)
template<class OtherValue >
bool operator== (PolyMeshFaceVertexCirculator< PolyMesh, OtherValue > const &other) const
template<class OtherValue >
bool operator!= (PolyMeshFaceVertexCirculator< PolyMesh, OtherValue > const &other) const
PolyMeshFaceVertexCirculatoroperator++ ()
PolyMeshFaceVertexCirculatoroperator-- ()
Value & operator* () const
Value * operator-> () const

Protected Attributes

PolyMesh::face_halfedge_circulator m_circ

Detailed Description

template<typename PolyMesh, class Value>
class OpenTissue::polymesh::PolyMeshFaceVertexCirculator< PolyMesh, Value >

Face Vertex Circulator.

Example Usage:

typedef PolyMeshFaceVertexCirculator<PolyMesh,vertex_type> face_vertex_circualtor; typedef PolyMeshFaceVertexCirculator<PolyMesh,vertex_type const> const_face_vertex_circualtor;

face_vertex_circualtor circ( &(*f_iter) ); face_vertex_circualtor end; std::for_each(circ,end, ... );

Similar for the const iterator.


Constructor & Destructor Documentation

template<typename PolyMesh, class Value>
OpenTissue::polymesh::PolyMeshFaceVertexCirculator< PolyMesh, Value >::PolyMeshFaceVertexCirculator (  )  [inline]
template<typename PolyMesh, class Value>
OpenTissue::polymesh::PolyMeshFaceVertexCirculator< PolyMesh, Value >::PolyMeshFaceVertexCirculator ( typename PolyMesh::face_type const &  f  )  [inline, explicit]
template<typename PolyMesh, class Value>
template<class OtherValue >
OpenTissue::polymesh::PolyMeshFaceVertexCirculator< PolyMesh, Value >::PolyMeshFaceVertexCirculator ( PolyMeshFaceVertexCirculator< PolyMesh, OtherValue > const &  other  )  [inline]

Member Function Documentation

template<typename PolyMesh, class Value>
template<class OtherValue >
bool OpenTissue::polymesh::PolyMeshFaceVertexCirculator< PolyMesh, Value >::operator!= ( PolyMeshFaceVertexCirculator< PolyMesh, OtherValue > const &  other  )  const [inline]
template<typename PolyMesh, class Value>
Value& OpenTissue::polymesh::PolyMeshFaceVertexCirculator< PolyMesh, Value >::operator* (  )  const [inline]
template<typename PolyMesh, class Value>
PolyMeshFaceVertexCirculator& OpenTissue::polymesh::PolyMeshFaceVertexCirculator< PolyMesh, Value >::operator++ (  )  [inline]
template<typename PolyMesh, class Value>
PolyMeshFaceVertexCirculator& OpenTissue::polymesh::PolyMeshFaceVertexCirculator< PolyMesh, Value >::operator-- (  )  [inline]
template<typename PolyMesh, class Value>
Value* OpenTissue::polymesh::PolyMeshFaceVertexCirculator< PolyMesh, Value >::operator-> (  )  const [inline]
template<typename PolyMesh, class Value>
template<class OtherValue >
bool OpenTissue::polymesh::PolyMeshFaceVertexCirculator< PolyMesh, Value >::operator== ( PolyMeshFaceVertexCirculator< PolyMesh, OtherValue > const &  other  )  const [inline]

Member Data Documentation

template<typename PolyMesh, class Value>
PolyMesh::face_halfedge_circulator OpenTissue::polymesh::PolyMeshFaceVertexCirculator< PolyMesh, Value >::m_circ [protected]

The documentation for this class was generated from the following file: