Public Member Functions | Protected Attributes

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

#include <polymesh_vertex_vertex_circulator.h>

List of all members.

Public Member Functions

 PolyMeshVertexVertexCirculator ()
 PolyMeshVertexVertexCirculator (typename PolyMesh::vertex_type const &v)
template<class OtherValue >
 PolyMeshVertexVertexCirculator (PolyMeshVertexVertexCirculator< PolyMesh, OtherValue > const &other)
template<class OtherValue >
bool operator== (PolyMeshVertexVertexCirculator< PolyMesh, OtherValue > const &other) const
template<class OtherValue >
bool operator!= (PolyMeshVertexVertexCirculator< PolyMesh, OtherValue > const &other) const
PolyMeshVertexVertexCirculatoroperator++ ()
PolyMeshVertexVertexCirculatoroperator-- ()
Value & operator* () const
Value * operator-> () const

Protected Attributes

PolyMesh::vertex_halfedge_circulator m_circ

Detailed Description

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

Vertex Vertex Circulator.

Example Usage:

typedef PolyMeshVertexVertexCirculator<PolyMesh,vertex_type> vertex_vertex_circualtor; typedef PolyMeshVertexVertexCirculator<PolyMesh,vertex_type const> const_vertex_vertex_circualtor;

vertex_vertex_circualtor circ( &(*v_iter) ); vertex_vertex_circualtor end( ); std::for_each(circ,end, ... );

Similar for the const iterator.


Constructor & Destructor Documentation

template<typename PolyMesh, class Value>
OpenTissue::polymesh::PolyMeshVertexVertexCirculator< PolyMesh, Value >::PolyMeshVertexVertexCirculator (  )  [inline]
template<typename PolyMesh, class Value>
OpenTissue::polymesh::PolyMeshVertexVertexCirculator< PolyMesh, Value >::PolyMeshVertexVertexCirculator ( typename PolyMesh::vertex_type const &  v  )  [inline, explicit]
template<typename PolyMesh, class Value>
template<class OtherValue >
OpenTissue::polymesh::PolyMeshVertexVertexCirculator< PolyMesh, Value >::PolyMeshVertexVertexCirculator ( PolyMeshVertexVertexCirculator< PolyMesh, OtherValue > const &  other  )  [inline]

Member Function Documentation

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

Member Data Documentation

template<typename PolyMesh, class Value>
PolyMesh::vertex_halfedge_circulator OpenTissue::polymesh::PolyMeshVertexVertexCirculator< PolyMesh, Value >::m_circ [protected]

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