Developer Documentation
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)
 
CellIteroperator+= (int _n)
 
CellIteroperator-= (int _n)
 
CellIteroperator++ ()
 
CellIteroperator-- ()
 
- 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
 
BaseIteratoroperator= (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
 

Private Attributes

int cur_index_
 

Detailed Description

Definition at line 956 of file Iterators.hh.


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