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 |
| Dataset::Dataset | ( | ) |
| Dataset::~Dataset | ( | ) |
| 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
float* Dataset::pDataset [private] |
float* Dataset::pGridset [private] |
float Dataset::sizeX [private] |
float Dataset::sizeY [private] |
1.5.1-p1