rasdaman complete source
|
#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_desc * | iterDesc |
bool | done |
|
inline |
Constructor getting the source tile, the source domain and the destination domain.
|
inline |
destructor
|
inline |
true if done
|
inline |
get the next cell
|
inline |
iterator reset
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |