Dataset Class Reference

List of all members.

Public Member Functions

 Dataset ()
 ~Dataset ()
void OpenFile (String gridFile, String dataFile)
float * GetGridPointInterpol (float x, float y)
float * GetGridPoint (int x, int y)
float * GetVector (float x, float y, int dimX, int dimY)
float * GetMax ()
float * GetDataPoint (int x, int y, int factor)
float * GetInterpolatetDatapoint (int p1X, int p1Y, int p2X, int p2Y, float clacX, float calcY)

Private Attributes

float * pDataset
float * pGridset
float sizeX
float sizeY

Constructor & Destructor Documentation

Dataset::Dataset (  ) 

Dataset::~Dataset (  ) 


Member Function Documentation

void Dataset::OpenFile ( String  gridFile,
String  dataFile 
)

loading the datafile and the gridfile

float* Dataset::GetGridPointInterpol ( float  x,
float  y 
)

float* Dataset::GetGridPoint ( int  x,
int  y 
)

float * Dataset::GetVector ( float  x,
float  y,
int  dimX,
int  dimY 
)

interpolates a Datasetpoint

float * Dataset::GetMax (  ) 

get the Gridmaxima

float* Dataset::GetDataPoint ( int  x,
int  y,
int  factor 
)

float * Dataset::GetInterpolatetDatapoint ( int  p1X,
int  p1Y,
int  p2X,
int  p2Y,
float  calcX,
float  calcY 
)

Interpolationmethod


Member Data Documentation

float* Dataset::pDataset [private]

float* Dataset::pGridset [private]

float Dataset::sizeX [private]

float Dataset::sizeY [private]


The documentation for this class was generated from the following file:
Generated on Wed Jan 17 12:54:15 2007 for Flumen by  doxygen 1.5.1-p1