|
Developer Documentation
|
Iterate over all vertices of a hexahedron in a specific order. More...
#include <Type-OpenVolumeMesh/libs/OpenVolumeMesh/src/OpenVolumeMesh/Mesh/TetrahedralMeshIterators.hh>
Public Member Functions | |
| TetVertexIter (CellHandle _ref_h, const TetrahedralMeshTopologyKernel *_mesh, int _max_laps=1) | |
| TetVertexIter | operator++ (int) |
| TetVertexIter | operator-- (int) |
| TetVertexIter | operator+ (int _n) |
| TetVertexIter | operator- (int _n) |
| TetVertexIter & | operator+= (int _n) |
| TetVertexIter & | operator-= (int _n) |
| TetVertexIter & | operator++ () |
| TetVertexIter & | operator-- () |
Public Member Functions inherited from OpenVolumeMesh::BaseCirculator< CellHandle, VertexHandle > | |
| 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 |
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 Types | |
| typedef BaseCirculator< CellHandle, VertexHandle > | BaseIter |
Private Attributes | |
| std::array< VertexHandle, 4 > | vertices_ |
| size_t | cur_index_ |
Additional Inherited Members | |
Public Types inherited from OpenVolumeMesh::BaseCirculator< CellHandle, 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 |
Protected Attributes inherited from OpenVolumeMesh::BaseCirculator< CellHandle, VertexHandle > | |
| int | lap_ |
| int | max_laps_ |
| CellHandle | ref_handle_ |
Iterate over all vertices of a hexahedron in a specific order.
Vertices are addressed in the following order: vertices of one halfface in ccw order, then the remaining vertex
Definition at line 52 of file TetrahedralMeshIterators.hh.
|
private |
Definition at line 56 of file TetrahedralMeshIterators.hh.
| OpenVolumeMesh::TetVertexIter::TetVertexIter | ( | CellHandle | _ref_h, |
| const TetrahedralMeshTopologyKernel * | _mesh, | ||
| int | _max_laps = 1 |
||
| ) |
Definition at line 48 of file TetrahedralMeshIterators.cc.
|
inline |
Definition at line 73 of file TetrahedralMeshIterators.hh.
| TetVertexIter & OpenVolumeMesh::TetVertexIter::operator++ | ( | ) |
Definition at line 109 of file TetrahedralMeshIterators.cc.
|
inline |
Definition at line 63 of file TetrahedralMeshIterators.hh.
|
inline |
Definition at line 87 of file TetrahedralMeshIterators.hh.
|
inline |
Definition at line 80 of file TetrahedralMeshIterators.hh.
| TetVertexIter & OpenVolumeMesh::TetVertexIter::operator-- | ( | ) |
Definition at line 92 of file TetrahedralMeshIterators.cc.
|
inline |
Definition at line 68 of file TetrahedralMeshIterators.hh.
|
inline |
Definition at line 93 of file TetrahedralMeshIterators.hh.
|
private |
Definition at line 105 of file TetrahedralMeshIterators.hh.
|
private |
Definition at line 104 of file TetrahedralMeshIterators.hh.