Iterate over all vertices of a hexahedron in a specific order. More...
#include <OpenVolumeMesh/Mesh/HexahedralMeshIterators.hh>
Public Member Functions | |
HexVertexIter (const CellHandle &_ref_h, const HexahedralMeshTopologyKernel *_mesh) | |
HexVertexIter & | operator= (const HexVertexIter &_c) |
HexVertexIter | operator++ (int) |
HexVertexIter | operator-- (int) |
HexVertexIter | operator+ (int _n) |
HexVertexIter | operator- (int _n) |
HexVertexIter & | operator+= (int _n) |
HexVertexIter & | operator-= (int _n) |
HexVertexIter & | operator++ () |
HexVertexIter & | operator-- () |
Public Member Functions inherited from OpenVolumeMesh::BaseIterator< CellHandle, VertexHandle > | |
BaseIterator (const TopologyKernel *_mesh, const CellHandle &_ih, const VertexHandle &_ch) | |
BaseIterator (const TopologyKernel *_mesh, const CellHandle &_ih) | |
BaseIterator (const TopologyKernel *_mesh) | |
bool | operator== (const BaseIterator &_c) const |
bool | operator!= (const BaseIterator &_c) const |
const VertexHandle * | operator-> () const |
const VertexHandle & | operator* () const |
bool | operator< (const BaseIterator &_c) const |
BaseIterator & | operator= (const BaseIterator &_c) |
operator bool () const | |
void | valid (bool _valid) |
bool | valid () const |
void | cur_handle (const VertexHandle &_h) |
const VertexHandle & | cur_handle () const |
const CellHandle & | ref_handle () const |
const TopologyKernel * | mesh () const |
Additional Inherited Members | |
Public Types inherited from OpenVolumeMesh::BaseIterator< CellHandle, VertexHandle > | |
typedef std::bidirectional_iterator_tag | iterator_category |
typedef int | difference_type |
typedef VertexHandle | value_type |
typedef VertexHandle * | pointer |
typedef VertexHandle & | reference |
Iterate over all vertices of a hexahedron in a specific order.
Vertices are addressed in the following order:
5-------6 /| /|
/ | / | 3----—2 | | 4-—|–7 | / | / |/ |/ 0----—1