Itasca C++ Interface
Loading...
Searching...
No Matches
3dec
block
interface
iblockdef.h
Go to the documentation of this file.
1
#pragma once
8
#include "
base/src/base.h
"
9
12
#ifdef DOUBLEPRECISION
14
typedef
int64
FInt
;
16
typedef
double
Real
;
17
#else
19
typedef
int32
FInt
;
21
typedef
float
Real
;
22
#endif
24
typedef
Vector3<Real>
RVect3
;
25
26
// EoF
base.h
One stop include for all objects defined as part of base interface.
Vector3
3D vector utility class.
Definition
vect.h:163
FInt
int32 FInt
Interface to provide access to 3DEC modules, global data, list of 3DEC entities, etc.
Definition
iblockdef.h:19
Real
float Real
Fortran single precision real.
Definition
iblockdef.h:21
RVect3
Vector3< Real > RVect3
real vector
Definition
iblockdef.h:24
Generated by
1.10.0