 |
Ice Sheet System Model
4.18
Code documentation
|
Go to the documentation of this file.
32 void Marshall(
char** pmarshalled_data,
int* pmarshalled_data_size,
int marshall_direction){
_error_(
"not implemented yet!");};
38 void RangeSearch(
int *indices,
int *pnobs,
double x,
double y,
double range);
53 Quadtree(
double xmin,
double xmax,
double ymin,
double ymax,
int maxdepth_in);
57 void ClosestObs(
int *pindex,
double x,
double y);
65 void RangeSearch(
int **pindices,
int *pnobs,
double x,
double y,
double range);
void QuadtreeDepth(int *A, int xi, int yi)
int IsWithinRange(double x, double y, double range)
void AddAndAverage(double x, double y, double value)
QuadtreeBox * NewQuadtreeBox(double xcenter, double ycenter, double length)
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)
void RangeSearch(int *indices, int *pnobs, double x, double y, double range)
void ClosestObs(int *pindex, double x, double y)
void RangeSearch(int **pindices, int *pnobs, double x, double y, double range)
#define _error_(StreamArgs)
void Add(Observation *observation)
void IntergerCoordinates(int *xi, int *yi, double x, double y)
void QuadtreeDepth2(int *A, int xi, int yi)
void WriteObservations(int *indices, int *pnobs)
Declaration of DataSet class.