Public Member Functions | Protected Attributes

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

#include <polymesh_face_face_circulator.h>

List of all members.

Public Member Functions

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

Protected Attributes

PolyMesh::face_halfedge_circulator m_circ

Detailed Description

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

Face Face Circulator.

Example Usage:

typedef PolyMeshFaceFaceCirculator<PolyMesh,face> face_face_circualtor; typedef PolyMeshFaceFaceCirculator<PolyMesh,face const> const_face_face_circualtor;

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

Similar for the const iterator.


Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

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

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