Itasca C++ Interface
Main Page
Modules
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
a
c
d
e
g
i
m
n
o
p
r
s
t
v
w
+
Typedefs
c
d
f
i
l
n
p
s
t
u
v
Enumerations
+
Enumerator
a
b
c
d
f
g
h
i
k
l
n
p
r
s
u
v
Related Functions
+
Files
File List
+
File Members
+
All
_
a
b
c
d
f
g
i
l
o
q
r
s
t
u
v
+
Functions
c
d
g
i
o
r
s
t
Typedefs
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
3dec
block
interface
iblockdef.h
Go to the documentation of this file.
1
#pragma once
2
8
#include "
base/src/base.h
"
9
12
#ifdef DOUBLEPRECISION
13
typedef
Long
FInt
;
16
typedef
Double
Real
;
17
#else
18
typedef
Int
FInt
;
21
typedef
Float
Real
;
22
#endif
23
typedef
Vector3<Real>
RVect3
;
25
26
// EoF
RVect3
Vector3< Real > RVect3
real vector
Definition:
iblockdef.h:24
FInt
Int 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
Int
int Int
signed 32 bit
Definition:
basedef.h:30
Long
__int64 Long
signed 64 bit
Definition:
basedef.h:36
Double
double Double
64 bit floating point
Definition:
basedef.h:40
base.h
One stop include for all objects defined as part of base interface.
Vector3
3D vector utility class.
Definition:
vect.h:161
Float
float Float
32 bit floating point
Definition:
basedef.h:39
Generated by
1.8.15