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

#include <RegularGrid.h>

Public Member Functions

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

Detailed Description

Definition at line 484 of file RegularGrid.h.

Constructor & Destructor Documentation

VAPoR::RegularGrid::Iterator::Iterator ( RegularGrid rg)
VAPoR::RegularGrid::Iterator::Iterator ( )
VAPoR::RegularGrid::Iterator::~Iterator ( )
inline

Definition at line 488 of file RegularGrid.h.

Member Function Documentation

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

Definition at line 498 of file RegularGrid.h.

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

Definition at line 490 of file RegularGrid.h.

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

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