OpenVolumeMesh
Loading...
Searching...
No Matches
OpenVolumeMesh::VertexCellIter Class Reference
Inheritance diagram for OpenVolumeMesh::VertexCellIter:
OpenVolumeMesh::BaseCirculator< VertexHandle, CellHandle > OpenVolumeMesh::BaseIterator< CellHandle >

Public Types

typedef BaseCirculator< VertexHandle, CellHandleBaseIter
Public Types inherited from OpenVolumeMesh::BaseCirculator< VertexHandle, CellHandle >
typedef BaseIterator< CellHandleBaseIter
Public Types inherited from OpenVolumeMesh::BaseIterator< CellHandle >
typedef std::bidirectional_iterator_tag iterator_category
typedef int difference_type
typedef const CellHandle value_type
typedef const CellHandlepointer
typedef const CellHandlereference

Public Member Functions

 VertexCellIter (const VertexHandle &_vIdx, const TopologyKernel *_mesh, int _max_laps=1)
VertexCellIter operator++ (int)
VertexCellIter operator-- (int)
VertexCellIter operator+ (int _n)
VertexCellIter operator- (int _n)
VertexCellIter & operator+= (int _n)
VertexCellIter & operator-= (int _n)
VertexCellIter & operator++ ()
VertexCellIter & operator-- ()
Public Member Functions inherited from OpenVolumeMesh::BaseCirculator< VertexHandle, CellHandle >
 BaseCirculator (const TopologyKernel *_mesh, const VertexHandle &_ih, const CellHandle &_oh, int _max_laps=1)
 BaseCirculator (const TopologyKernel *_mesh, const VertexHandle &_ih, int _max_laps=1)
bool operator== (const BaseCirculator &_c) const
bool operator!= (const BaseCirculator &_c) const
bool operator< (const BaseCirculator &_c) const
BaseCirculator & operator= (const BaseCirculator &_c)
const VertexHandleref_handle () const
void lap (int _lap)
int lap () const
void max_laps (int _max_laps)
int max_laps () const
Public Member Functions inherited from OpenVolumeMesh::BaseIterator< CellHandle >
 BaseIterator (const TopologyKernel *_mesh, const CellHandle &_ch)
 BaseIterator (const TopologyKernel *_mesh)
bool operator== (const BaseIterator &_c) const
bool operator!= (const BaseIterator &_c) const
pointer operator-> () const
reference operator* () const
bool operator< (const BaseIterator &_c) const
BaseIterator & operator= (const BaseIterator &_c)
 operator bool () const
void valid (bool _valid)
bool valid () const
void cur_handle (const CellHandle &_h)
reference cur_handle () const
const TopologyKernelmesh () const

Additional Inherited Members

Protected Attributes inherited from OpenVolumeMesh::BaseCirculator< VertexHandle, CellHandle >
int lap_
int max_laps_
VertexHandle ref_handle_

The documentation for this class was generated from the following files:
  • OpenVolumeMesh/Core/Iterators.hh
  • OpenVolumeMesh/Core/Iterators.cc