|
Developer Documentation
|
Public Types | |
| typedef BaseIterator< OH > | 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 | |
| BaseCirculator (const TopologyKernel *_mesh, const IH &_ih, const OH &_oh, int _max_laps=1) | |
| BaseCirculator (const TopologyKernel *_mesh, const IH &_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 IH & | 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 |
Protected Attributes | |
| int | lap_ |
| int | max_laps_ |
| IH | ref_handle_ |
Definition at line 10 of file BaseCirculator.hh.
| typedef BaseIterator<OH> OpenVolumeMesh::BaseCirculator< IH, OH >::BaseIter |
Definition at line 13 of file BaseCirculator.hh.
|
inline |
Definition at line 15 of file BaseCirculator.hh.
|
inline |
Definition at line 22 of file BaseCirculator.hh.
|
inline |
Definition at line 30 of file BaseCirculator.hh.
|
inline |
Definition at line 64 of file BaseCirculator.hh.
|
inline |
Definition at line 61 of file BaseCirculator.hh.
|
inline |
Definition at line 71 of file BaseCirculator.hh.
|
inline |
Definition at line 68 of file BaseCirculator.hh.
|
inline |
Definition at line 44 of file BaseCirculator.hh.
|
inline |
Definition at line 48 of file BaseCirculator.hh.
|
inline |
Definition at line 39 of file BaseCirculator.hh.
|
inline |
Definition at line 57 of file BaseCirculator.hh.
|
protected |
Definition at line 76 of file BaseCirculator.hh.
|
protected |
Definition at line 77 of file BaseCirculator.hh.
|
protected |
Definition at line 78 of file BaseCirculator.hh.