Overture  Version 25
GenericGridCollectionFunction.h
Go to the documentation of this file.
1 #ifndef GENERIC_GRID_COLLECTION_FUNCTION_H
2 #define GENERIC_GRID_COLLECTION_FUNCTION_H "GenericGridCollectionFunction.h"
3 
7 
11 
12 #ifdef LONGINT
13  typedef longIntGenericGridCollectionFunction IntGenericGridCollectionFunction;
14  typedef longIntGenericGridCollectionFunction IntegerGenericGridCollectionFunction;
15 #else
18 #endif // LONGINT
19 
20 #ifdef OV_USE_DOUBLE
25 // typedef longDoubleGenericGridCollectionFunction DloatGenericGridCollectionFunction;
26 #else
31  typedef doubleGenericGridCollectionFunction DloatGenericGridCollectionFunction;
32 #endif
33 
34 #endif