VAPoR  3.0.0
Public Member Functions | List of all members
VAPoR::RegularGrid::ConstIterator Class Reference

#include <RegularGrid.h>

Public Member Functions

 ConstIterator (const RegularGrid *rg)
 
 ConstIterator ()
 
 ~ConstIterator ()
 
float & operator* ()
 
ConstIteratoroperator++ ()
 
ConstIterator operator++ (int)
 
bool operator== (const ConstIterator &other)
 
bool operator!= (const ConstIterator &other)
 
int GetUserCoordinates (double *x, double *y, double *z) const
 

Detailed Description

Definition at line 518 of file RegularGrid.h.

Constructor & Destructor Documentation

VAPoR::RegularGrid::ConstIterator::ConstIterator ( const RegularGrid rg)
VAPoR::RegularGrid::ConstIterator::ConstIterator ( )
VAPoR::RegularGrid::ConstIterator::~ConstIterator ( )
inline

Definition at line 522 of file RegularGrid.h.

Member Function Documentation

int VAPoR::RegularGrid::ConstIterator::GetUserCoordinates ( double *  x,
double *  y,
double *  z 
) const
inline

Definition at line 532 of file RegularGrid.h.

bool VAPoR::RegularGrid::ConstIterator::operator!= ( const ConstIterator other)
float& VAPoR::RegularGrid::ConstIterator::operator* ( )
inline

Definition at line 524 of file RegularGrid.h.

ConstIterator& VAPoR::RegularGrid::ConstIterator::operator++ ( )
ConstIterator VAPoR::RegularGrid::ConstIterator::operator++ ( int  )
bool VAPoR::RegularGrid::ConstIterator::operator== ( const ConstIterator other)

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