Overture
Version 25
Main Page
Namespaces
Classes
Files
File List
File Members
Overture.v25.d
include
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
4
#include "
doubleGenericGridCollectionFunction.h
"
5
#include "
floatGenericGridCollectionFunction.h
"
6
#include "
intGenericGridCollectionFunction.h
"
7
8
#include "
ListOfDoubleGenericGridFunction.h
"
9
#include "
ListOfFloatGenericGridFunction.h
"
10
#include "
ListOfIntGenericGridFunction.h
"
11
12
#ifdef LONGINT
13
typedef
longIntGenericGridCollectionFunction
IntGenericGridCollectionFunction
;
14
typedef
longIntGenericGridCollectionFunction
IntegerGenericGridCollectionFunction
;
15
#else
16
typedef
intGenericGridCollectionFunction
IntGenericGridCollectionFunction
;
17
typedef
intGenericGridCollectionFunction
IntegerGenericGridCollectionFunction
;
18
#endif // LONGINT
19
20
#ifdef OV_USE_DOUBLE
21
typedef
doubleGenericGridCollectionFunction
realGenericGridCollectionFunction
;
22
typedef
doubleGenericGridCollectionFunction
REALGenericGridCollectionFunction
;
23
typedef
doubleGenericGridCollectionFunction
RealGenericGridCollectionFunction
;
24
typedef
doubleGenericGridCollectionFunction
FloatGenericGridCollectionFunction
;
25
// typedef longDoubleGenericGridCollectionFunction DloatGenericGridCollectionFunction;
26
#else
27
typedef
floatGenericGridCollectionFunction
realGenericGridCollectionFunction
;
28
typedef
floatGenericGridCollectionFunction
REALGenericGridCollectionFunction
;
29
typedef
floatGenericGridCollectionFunction
RealGenericGridCollectionFunction
;
30
typedef
floatGenericGridCollectionFunction
FloatGenericGridCollectionFunction
;
31
typedef
doubleGenericGridCollectionFunction
DloatGenericGridCollectionFunction;
32
#endif
33
34
#endif
Generated on Fri Jan 4 2013 10:17:52 for Overture by
1.8.3