Public Member Functions | Protected Attributes

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

#include <polymesh_vertex_edge_circulator.h>

List of all members.

Public Member Functions

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

Protected Attributes

PolyMesh::vertex_halfedge_circulator m_circ

Detailed Description

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

Vertex Edge Circulator.

Example Usage:

typedef PolyMeshVertexEdgeCirculator<PolyMesh,edge> vertex_edge_circualtor; typedef PolyMeshVertexEdgeCirculator<PolyMesh,edge const> const_vertex_edge_circualtor;

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

Similar for the const iterator.


Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

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

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