Overture
Version 25
Main Page
Namespaces
Classes
Files
File List
File Members
Overture.v25.d
include
GridCollectionFunction.h
Go to the documentation of this file.
1
#ifndef GRID_COLLECTION_FUNCTION_H
2
#define GRID_COLLECTION_FUNCTION_H "GridCollectionFunction.h"
3
4
#include "
doubleGridCollectionFunction.h
"
5
#include "
floatGridCollectionFunction.h
"
6
#include "
intGridCollectionFunction.h
"
7
8
#include "
ListOfDoubleMappedGridFunction.h
"
9
#include "
ListOfFloatMappedGridFunction.h
"
10
#include "
ListOfIntMappedGridFunction.h
"
11
12
#ifdef LONGINT
13
typedef
longIntGridCollectionFunction
IntGridCollectionFunction
;
14
typedef
longIntGridCollectionFunction
IntegerGridCollectionFunction
;
15
#else
16
typedef
intGridCollectionFunction
IntGridCollectionFunction
;
17
typedef
intGridCollectionFunction
IntegerGridCollectionFunction
;
18
#endif // LONGINT
19
20
#ifdef OV_USE_DOUBLE
21
typedef
doubleGridCollectionFunction
realGridCollectionFunction
;
22
typedef
doubleGridCollectionFunction
REALGridCollectionFunction
;
23
typedef
doubleGridCollectionFunction
RealGridCollectionFunction
;
24
typedef
doubleGridCollectionFunction
FloatGridCollectionFunction
;
25
// typedef longDoubleGridCollectionFunction DloatGridCollectionFunction;
26
#else
27
typedef
floatGridCollectionFunction
realGridCollectionFunction
;
28
typedef
floatGridCollectionFunction
REALGridCollectionFunction
;
29
typedef
floatGridCollectionFunction
RealGridCollectionFunction
;
30
typedef
floatGridCollectionFunction
FloatGridCollectionFunction
;
31
typedef
doubleGridCollectionFunction
DloatGridCollectionFunction;
32
#endif
33
34
#endif
Generated on Fri Jan 4 2013 10:17:53 for Overture by
1.8.3