|
VAPOR3 3.9.4
|
#include <Grid.h>
Public Member Functions | |
| ConstCellIteratorBoxSG (const Grid *g, const CoordType &minu, const CoordType &maxu) | |
| ConstCellIteratorBoxSG (const ConstCellIteratorBoxSG &rhs) | |
| ConstCellIteratorBoxSG () | |
| virtual | ~ConstCellIteratorBoxSG () |
| virtual void | next () |
| virtual void | next (const long &offset) |
| virtual std::unique_ptr< ConstCellIteratorAbstract > | clone () const |
Public Member Functions inherited from VAPoR::Grid::ConstCellIteratorSG | |
| ConstCellIteratorSG (const Grid *g, bool begin) | |
| ConstCellIteratorSG (const ConstCellIteratorSG &rhs) | |
| ConstCellIteratorSG () | |
| virtual | ~ConstCellIteratorSG () |
| virtual void | next () |
| virtual void | next (const long &offset) |
| virtual ConstIndexType & | deref () const |
| virtual const void * | address () const |
| virtual bool | equal (const void *rhs) const |
| virtual std::unique_ptr< ConstCellIteratorAbstract > | clone () const |
Public Member Functions inherited from VAPoR::Grid::AbstractIterator< T > | |
| virtual | ~AbstractIterator () |
| virtual void | next ()=0 |
| virtual void | next (const long &offset)=0 |
| virtual T & | deref () const =0 |
| virtual const void * | address () const =0 |
| virtual bool | equal (const void *other) const =0 |
| virtual std::unique_ptr< AbstractIterator > | clone () const =0 |
Additional Inherited Members | |
Protected Attributes inherited from VAPoR::Grid::ConstCellIteratorSG | |
| DimsType | _dims |
| DimsType | _index |
| DimsType | _lastIndex |
| VAPoR::Grid::ConstCellIteratorBoxSG::ConstCellIteratorBoxSG | ( | const Grid * | g, |
| const CoordType & | minu, | ||
| const CoordType & | maxu | ||
| ) |
| VAPoR::Grid::ConstCellIteratorBoxSG::ConstCellIteratorBoxSG | ( | const ConstCellIteratorBoxSG & | rhs | ) |
| VAPoR::Grid::ConstCellIteratorBoxSG::ConstCellIteratorBoxSG | ( | ) |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from VAPoR::Grid::ConstCellIteratorSG.
|
virtual |
Reimplemented from VAPoR::Grid::ConstCellIteratorSG.
|
virtual |
Reimplemented from VAPoR::Grid::ConstCellIteratorSG.