Overture  Version 25
GridCollectionFunction.h
Go to the documentation of this file.
1 #ifndef GRID_COLLECTION_FUNCTION_H
2 #define GRID_COLLECTION_FUNCTION_H "GridCollectionFunction.h"
3 
7 
11 
12 #ifdef LONGINT
13  typedef longIntGridCollectionFunction IntGridCollectionFunction;
14  typedef longIntGridCollectionFunction IntegerGridCollectionFunction;
15 #else
18 #endif // LONGINT
19 
20 #ifdef OV_USE_DOUBLE
25 // typedef longDoubleGridCollectionFunction DloatGridCollectionFunction;
26 #else
31  typedef doubleGridCollectionFunction DloatGridCollectionFunction;
32 #endif
33 
34 #endif