IsoEx
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
Public Member Functions | List of all members
IsoEx::Grid< VectorType >::CubeIterator Class Reference

#include <Grid.hh>

Public Member Functions

 CubeIterator (unsigned int _idx)
 
CubeIdxoperator* ()
 Get cube index from iterator.
 
CubeIdxoperator-> ()
 Get cube index from iterator.
 
bool operator== (const CubeIterator &_rhs) const
 Comparison.
 
bool operator!= (const CubeIterator &_rhs) const
 Comparison.
 
CubeIteratoroperator++ ()
 Pre-increment.
 

Detailed Description

template<class VectorType>
class IsoEx::Grid< VectorType >::CubeIterator

A CubeIterator is used to iterate over all cubes in the grid, from begin() to end(), just like for STL containers. Its operator* returns a CubeIdx.

Constructor & Destructor Documentation

template<class VectorType>
IsoEx::Grid< VectorType >::CubeIterator::CubeIterator ( unsigned int  _idx)
inline

Constructor.


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