OpenVolumeMesh
Loading...
Searching...
No Matches
OpenVolumeMesh::CellIter Class Reference
Inheritance diagram for OpenVolumeMesh::CellIter:
OpenVolumeMesh::BaseIterator< CellHandle >

Public Types

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

 CellIter (const TopologyKernel *_mesh, const CellHandle &_ch=CellHandle(0))
CellIter operator++ (int)
CellIter operator-- (int)
CellIter operator+ (int _n)
CellIter operator- (int _n)
CellIter & operator+= (int _n)
CellIter & operator-= (int _n)
CellIter & operator++ ()
CellIter & operator-- ()
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

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