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