|
| EdgeCellIterImpl (const EdgeHandle &_ref_h, const TopologyKernel *_mesh, int _max_laps=1) |
|
| HalfEdgeCellIter (const HalfEdgeHandle &_heIdx, const TopologyKernel *_mesh, int _max_laps=1) |
|
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-- () |
|
| BaseCirculator (const TopologyKernel *_mesh, const HalfEdgeHandle &_ih, const CellHandle &_oh, int _max_laps=1) |
|
| BaseCirculator (const TopologyKernel *_mesh, const HalfEdgeHandle &_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 HalfEdgeHandle & | ref_handle () const |
|
void | lap (int _lap) |
|
int | lap () const |
|
void | max_laps (int _max_laps) |
|
int | max_laps () const |
|
| BaseIterator (const TopologyKernel *_mesh, const CellHandle &_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 |
|
void | cur_handle (const CellHandle &_h) |
|
reference | cur_handle () const |
|
const TopologyKernel * | mesh () const |
|
Definition at line 1256 of file Iterators.hh.
The documentation for this class was generated from the following files:
- Type-OpenVolumeMesh/libs/OpenVolumeMesh/src/OpenVolumeMesh/Core/Iterators.hh
- Type-OpenVolumeMesh/libs/OpenVolumeMesh/src/OpenVolumeMesh/Core/Iterators.cc