Easy3D 2.5.3
PolyMesh::CellIterator Class Reference

#include <poly_mesh.h>

Public Member Functions

 CellIterator (Cell c=Cell(), const PolyMesh *m=nullptr)
 Default constructor.
 
Cell operator* () const
 get the cell the iterator refers to
 
bool operator== (const CellIterator &rhs) const
 are two iterators equal?
 
bool operator!= (const CellIterator &rhs) const
 are two iterators different?
 
CellIteratoroperator++ ()
 pre-increment iterator
 
CellIteratoroperator-- ()
 pre-decrement iterator
 

Detailed Description

this class iterates linearly over all cells

See also
cells_begin(), cells_end()
VertexIterator, EdgeIterator, HalfFaceIterator, FaceIterator

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