#include <polymesh_vertex_vertex_circulator.h>
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 |
| PolyMeshVertexVertexCirculator & | operator++ () |
| PolyMeshVertexVertexCirculator & | operator-- () |
| Value & | operator* () const |
| Value * | operator-> () const |
Protected Attributes | |
| PolyMesh::vertex_halfedge_circulator | m_circ |
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.
| OpenTissue::polymesh::PolyMeshVertexVertexCirculator< PolyMesh, Value >::PolyMeshVertexVertexCirculator | ( | ) | [inline] |
| OpenTissue::polymesh::PolyMeshVertexVertexCirculator< PolyMesh, Value >::PolyMeshVertexVertexCirculator | ( | typename PolyMesh::vertex_type const & | v | ) | [inline, explicit] |
| OpenTissue::polymesh::PolyMeshVertexVertexCirculator< PolyMesh, Value >::PolyMeshVertexVertexCirculator | ( | PolyMeshVertexVertexCirculator< PolyMesh, OtherValue > const & | other | ) | [inline] |
| bool OpenTissue::polymesh::PolyMeshVertexVertexCirculator< PolyMesh, Value >::operator!= | ( | PolyMeshVertexVertexCirculator< PolyMesh, OtherValue > const & | other | ) | const [inline] |
| Value& OpenTissue::polymesh::PolyMeshVertexVertexCirculator< PolyMesh, Value >::operator* | ( | ) | const [inline] |
| PolyMeshVertexVertexCirculator& OpenTissue::polymesh::PolyMeshVertexVertexCirculator< PolyMesh, Value >::operator++ | ( | ) | [inline] |
| PolyMeshVertexVertexCirculator& OpenTissue::polymesh::PolyMeshVertexVertexCirculator< PolyMesh, Value >::operator-- | ( | ) | [inline] |
| Value* OpenTissue::polymesh::PolyMeshVertexVertexCirculator< PolyMesh, Value >::operator-> | ( | ) | const [inline] |
| bool OpenTissue::polymesh::PolyMeshVertexVertexCirculator< PolyMesh, Value >::operator== | ( | PolyMeshVertexVertexCirculator< PolyMesh, OtherValue > const & | other | ) | const [inline] |
PolyMesh::vertex_halfedge_circulator OpenTissue::polymesh::PolyMeshVertexVertexCirculator< PolyMesh, Value >::m_circ [protected] |
1.7.1