#include <Data.h>
Public Methods | |
CFlowData (CGlobalState *state) | |
virtual | ~CFlowData () |
bool | LoadData (CString gridfile, CString datafile) |
bool | LoadData () |
float | Absolut (float value) |
bool | ResampleData (float stepLength) |
bool | InterpolateDataFromGeneralGrid (Vec3f pos, Vec3f &result, float *additionalData) |
bool | InterpolateVec2fDataFromGeneralGrid (Vec2f pos, Vec2f &result) |
bool | InterpolateVec2fNORMDataFromGeneralGrid (Vec2f pos, Vec2f &result) |
bool | InterpolateVec2fNORMDataFromGeneralGrid (Vec2f pos, Vec2f &result, float vecLength) |
bool | IsLoaded () |
void | normalizeVec (Vec2f &vec, float &setLength) |
void | normalizeVec (Vec2f &vec) |
Public Attributes | |
GeneralGrid | generalGrid |
OrthoGrid | orthoGrid |
int | numOfSets |
int | numOfSteps |
int | timeStep |
float | minXpos |
float | minYpos |
float | maxXpos |
float | maxYpos |
float | maxXvec |
float | maxYvec |
float | maxLength |
float | minXStepLength |
float | minYStepLength |
float | addData1Min |
float | addData2Min |
float | addData1Max |
float | addData2Max |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|