|
Developer Documentation
|
Public Types | |
| typedef BaseCirculator< VertexHandle, VertexHandle > | BaseIter |
Public Types inherited from OpenVolumeMesh::BaseCirculator< VertexHandle, VertexHandle > | |
| typedef BaseIterator< VertexHandle > | BaseIter |
Public Types inherited from OpenVolumeMesh::BaseIterator< OH > | |
| typedef std::bidirectional_iterator_tag | iterator_category |
| typedef int | difference_type |
| typedef const OH | value_type |
| typedef const OH * | pointer |
| typedef const OH & | reference |
Public Member Functions | |
| VertexVertexIter (const VertexHandle &_vIdx, const TopologyKernel *_mesh, int _max_laps=1) | |
| VertexVertexIter | operator++ (int) |
| VertexVertexIter | operator-- (int) |
| VertexVertexIter | operator+ (int _n) |
| VertexVertexIter | operator- (int _n) |
| VertexVertexIter & | operator+= (int _n) |
| VertexVertexIter & | operator-= (int _n) |
| VertexVertexIter & | operator++ () |
| VertexVertexIter & | operator-- () |
Public Member Functions inherited from OpenVolumeMesh::BaseCirculator< VertexHandle, VertexHandle > | |
| BaseCirculator (const TopologyKernel *_mesh, const VertexHandle &_ih, const VertexHandle &_oh, int _max_laps=1) | |
| BaseCirculator (const TopologyKernel *_mesh, const VertexHandle &_ih, int _max_laps=1) | |
| BaseCirculator (const BaseCirculator &_c)=default | |
| bool | operator== (const BaseCirculator &_c) const |
| bool | operator!= (const BaseCirculator &_c) const |
| bool | operator< (const BaseCirculator &_c) const |
| BaseCirculator & | operator= (const BaseCirculator &_c)=default |
| const VertexHandle & | ref_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< OH > | |
| BaseIterator (const TopologyKernel *_mesh, const OH &_ch) | |
| BaseIterator (const TopologyKernel *_mesh) | |
| BaseIterator (const BaseIterator &_c)=default | |
| BaseIterator & | operator= (const BaseIterator &_c)=default |
| bool | operator== (const BaseIterator &_c) const |
| bool | operator!= (const BaseIterator &_c) const |
| pointer | operator-> () const |
| reference | operator* () const |
| bool | operator< (const BaseIterator &_c) const |
| operator bool () const | |
| void | valid (bool _valid) |
| bool | valid () const |
| bool | is_valid () const |
| void | cur_handle (const OH &_h) |
| reference | cur_handle () const |
| const TopologyKernel * | mesh () const |
Private Attributes | |
| size_t | cur_index_ |
Additional Inherited Members | |
Protected Attributes inherited from OpenVolumeMesh::BaseCirculator< VertexHandle, VertexHandle > | |
| int | lap_ |
| int | max_laps_ |
| VertexHandle | ref_handle_ |
Definition at line 13 of file VertexVertexIter.hh.
Definition at line 20 of file VertexVertexIter.hh.
| OpenVolumeMesh::VertexVertexIter::VertexVertexIter | ( | const VertexHandle & | _vIdx, |
| const TopologyKernel * | _mesh, | ||
| int | _max_laps = 1 |
||
| ) |
Definition at line 6 of file VertexVertexIter.cc.
|
inline |
Definition at line 37 of file VertexVertexIter.hh.
| VertexVertexIter & OpenVolumeMesh::VertexVertexIter::operator++ | ( | ) |
Definition at line 57 of file VertexVertexIter.cc.
|
inline |
Definition at line 27 of file VertexVertexIter.hh.
|
inline |
Definition at line 51 of file VertexVertexIter.hh.
|
inline |
Definition at line 44 of file VertexVertexIter.hh.
| VertexVertexIter & OpenVolumeMesh::VertexVertexIter::operator-- | ( | ) |
Definition at line 36 of file VertexVertexIter.cc.
|
inline |
Definition at line 32 of file VertexVertexIter.hh.
|
inline |
Definition at line 57 of file VertexVertexIter.hh.
|
private |
Definition at line 69 of file VertexVertexIter.hh.