Public Member Functions | Protected Attributes

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

#include <polymesh_face_edge_circulator.h>

List of all members.

Public Member Functions

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

Protected Attributes

PolyMesh::face_halfedge_circulator m_circ

Detailed Description

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

Face Edge Circulator.

Example Usage:

typedef PolyMeshFaceEdgeCirculator<PolyMesh,vertex_type> face_edge_circualtor; typedef PolyMeshFaceEdgeCirculator<PolyMesh,vertex_type const> const_face_edge_circualtor;

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

Similar for the const iterator.


Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

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

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