7 #define aString std::string
18 #define realMappedGridFunction doubleMappedGridFunction
19 #define realGridCollectionFunction doubleGridCollectionFunction
21 #define realMappedGridFunction floatMappedGridFunction
22 #define realGridCollectionFunction floatGridCollectionFunction
42 static int start(
int argc,
char *argv[]);
92 int argc=0,
char *argv[]=
NULL);
113 static floatSerialArray *pNullFloatArray;
114 static doubleSerialArray *pNullDoubleArray;
115 static intSerialArray *pNullIntArray;
117 static KK::Array<float> *pNullFloatArray;
118 static KK::Array<double> *pNullDoubleArray;
119 static KK::Array<int> *pNullIntArray;
155 #undef realMappedGridFunction
156 #undef realGridCollectionFunction