rasdaman complete source
Classes | Public Member Functions | Protected Attributes | List of all members
r_MiterFloat Class Reference

#include <miterf.hh>

Classes

struct  iter_desc
 

Public Member Functions

 r_MiterFloat (Tile *sourceTile, r_Minterval &sourceDomain, r_Minterval &destDomain)
 Constructor getting the source tile, the source domain and the destination domain. More...
 
 ~r_MiterFloat ()
 destructor More...
 
void reset ()
 iterator reset More...
 
char * nextCell ()
 get the next cell More...
 
bool isDone ()
 true if done More...
 

Protected Attributes

r_Dimension dim
 
char * currentCell
 
const char * firstCell
 
iter_desciterDesc
 
bool done
 

Constructor & Destructor Documentation

r_MiterFloat::r_MiterFloat ( Tile sourceTile,
r_Minterval sourceDomain,
r_Minterval destDomain 
)
inline

Constructor getting the source tile, the source domain and the destination domain.

r_MiterFloat::~r_MiterFloat ( )
inline

destructor

Member Function Documentation

bool r_MiterFloat::isDone ( )
inline

true if done

char* r_MiterFloat::nextCell ( )
inline

get the next cell

void r_MiterFloat::reset ( )
inline

iterator reset

Member Data Documentation

char* r_MiterFloat::currentCell
protected
r_Dimension r_MiterFloat::dim
protected
bool r_MiterFloat::done
protected
const char* r_MiterFloat::firstCell
protected
iter_desc* r_MiterFloat::iterDesc
protected

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