OpenVolumeMesh
 All Classes Functions Variables Typedefs Pages
OpenVolumeMesh::HexVertexIter Class Reference

Iterate over all vertices of a hexahedron in a specific order. More...

#include <OpenVolumeMesh/Mesh/HexahedralMeshIterators.hh>

Inheritance diagram for OpenVolumeMesh::HexVertexIter:
OpenVolumeMesh::BaseIterator< CellHandle, VertexHandle >

Public Member Functions

 HexVertexIter (const CellHandle &_ref_h, const HexahedralMeshTopologyKernel *_mesh)
HexVertexIteroperator= (const HexVertexIter &_c)
HexVertexIter operator++ (int)
HexVertexIter operator-- (int)
HexVertexIter operator+ (int _n)
HexVertexIter operator- (int _n)
HexVertexIteroperator+= (int _n)
HexVertexIteroperator-= (int _n)
HexVertexIteroperator++ ()
HexVertexIteroperator-- ()
- 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 VertexHandleoperator-> () const
const VertexHandleoperator* () const
bool operator< (const BaseIterator &_c) const
BaseIteratoroperator= (const BaseIterator &_c)
 operator bool () const
void valid (bool _valid)
bool valid () const
void cur_handle (const VertexHandle &_h)
const VertexHandlecur_handle () const
const CellHandleref_handle () const
const TopologyKernelmesh () 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 VertexHandlepointer
typedef VertexHandlereference

Detailed Description

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


The documentation for this class was generated from the following files: