Developer Documentation
|
Public Types | |
typedef BaseCirculator< CellHandle, VertexHandle > | BaseIter |
![]() | |
typedef BaseIterator< VertexHandle > | BaseIter |
![]() | |
typedef std::bidirectional_iterator_tag | iterator_category |
typedef int | difference_type |
typedef const VertexHandle | value_type |
typedef const VertexHandle * | pointer |
typedef const VertexHandle & | reference |
Public Member Functions | |
CellVertexIter (const CellHandle &_cIdx, const TopologyKernel *_mesh, int _max_laps=1) | |
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-- () |
![]() | |
BaseCirculator (const TopologyKernel *_mesh, const CellHandle &_ih, const VertexHandle &_oh, int _max_laps=1) | |
BaseCirculator (const TopologyKernel *_mesh, const CellHandle &_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 CellHandle & | 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 VertexHandle &_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 VertexHandle &_h) |
reference | cur_handle () const |
const TopologyKernel * | mesh () const |
Private Attributes | |
std::vector< VertexHandle > | incident_vertices_ |
size_t | cur_index_ |
Additional Inherited Members | |
![]() | |
int | lap_ |
int | max_laps_ |
CellHandle | ref_handle_ |
Definition at line 14 of file CellVertexIter.hh.
Definition at line 20 of file CellVertexIter.hh.
OpenVolumeMesh::CellVertexIter::CellVertexIter | ( | const CellHandle & | _cIdx, |
const TopologyKernel * | _mesh, | ||
int | _max_laps = 1 |
||
) |
Definition at line 6 of file CellVertexIter.cc.
|
inline |
Definition at line 35 of file CellVertexIter.hh.
CellVertexIter & OpenVolumeMesh::CellVertexIter::operator++ | ( | ) |
Definition at line 46 of file CellVertexIter.cc.
|
inline |
Definition at line 25 of file CellVertexIter.hh.
|
inline |
Definition at line 49 of file CellVertexIter.hh.
|
inline |
Definition at line 42 of file CellVertexIter.hh.
CellVertexIter & OpenVolumeMesh::CellVertexIter::operator-- | ( | ) |
Definition at line 29 of file CellVertexIter.cc.
|
inline |
Definition at line 30 of file CellVertexIter.hh.
|
inline |
Definition at line 55 of file CellVertexIter.hh.
|
private |
Definition at line 67 of file CellVertexIter.hh.
|
private |
Definition at line 66 of file CellVertexIter.hh.