Public Types | |
|
typedef BaseIterator < HalfEdgeHandle, CellHandle > | BaseIter |
Public Types inherited from OpenVolumeMesh::BaseIterator< HalfEdgeHandle, CellHandle > | |
|
typedef std::bidirectional_iterator_tag | iterator_category |
| typedef int | difference_type |
| typedef CellHandle | value_type |
| typedef CellHandle * | pointer |
| typedef CellHandle & | reference |
Public Member Functions | |
| HalfEdgeCellIter (const HalfEdgeHandle &_heIdx, const TopologyKernel *_mesh) | |
| HalfEdgeCellIter | operator++ (int) |
| HalfEdgeCellIter | operator-- (int) |
| HalfEdgeCellIter | operator+ (int _n) |
| HalfEdgeCellIter | operator- (int _n) |
| HalfEdgeCellIter & | operator+= (int _n) |
| HalfEdgeCellIter & | operator-= (int _n) |
| HalfEdgeCellIter & | operator++ () |
| HalfEdgeCellIter & | operator-- () |
Public Member Functions inherited from OpenVolumeMesh::BaseIterator< HalfEdgeHandle, CellHandle > | |
| BaseIterator (const TopologyKernel *_mesh, const HalfEdgeHandle &_ih, const CellHandle &_ch) | |
| BaseIterator (const TopologyKernel *_mesh, const HalfEdgeHandle &_ih) | |
| BaseIterator (const TopologyKernel *_mesh) | |
| bool | operator== (const BaseIterator &_c) const |
| bool | operator!= (const BaseIterator &_c) const |
| const CellHandle * | operator-> () const |
| const CellHandle & | 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) |
| const CellHandle & | cur_handle () const |
| const HalfEdgeHandle & | ref_handle () const |
| const TopologyKernel * | mesh () const |