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
pfc
pfcthermalmodule
interface
iballthermal.h
1
#pragma once
2
// iballthermal.h
3
4
namespace
itasca
{
5
class
IThing;
6
}
7
8
namespace
itascaxd
{
9
class
IBody;
10
class
IBodyThermal;
11
class
IPiece;
12
}
13
14
namespace
pfc
{
15
class
IBall;
16
}
17
18
namespace
pfcthermal
{
19
using namespace
itasca
;
20
using namespace
itascaxd
;
21
22
using namespace
pfc
;
23
24
class
IBallThermal
{
25
public
:
26
inline
static
const
TType
type_ = 0x51c0f9ad;
27
28
virtual
IThing
* getIThing()=0;
29
virtual
const
IThing
* getIThing()
const
=0;
30
virtual
IPiece
* getIPiece()=0;
31
virtual
const
IPiece
* getIPiece()
const
=0;
32
virtual
IBody
* getIBody()=0;
33
virtual
const
IBody
* getIBody()
const
=0;
34
virtual
IBodyThermal
* getIBodyThermal()=0;
35
virtual
const
IBodyThermal
* getIBodyThermal()
const
=0;
36
virtual
IBody
* getIBodyMechanical()=0;
37
virtual
const
IBody
* getIBodyMechanical()
const
=0;
38
virtual
IBall
* getIBall()=0;
39
virtual
const
IBall
* getIBall()
const
=0;
40
};
41
42
}
// namespace pfcthermal
43
// EoF
44
pfcthermal::IBallThermal
Definition:
iballthermal.h:24
itasca
namespace Itasca
Definition:
basememory.cpp:9
itasca::IThing
Base class for items that will be stored in containers.
Definition:
ithing.h:31
pfc
PFC namespace.
Definition:
iballfluid.h:15
itascaxd::IPiece
Definition:
ipiece.h:15
TType
unsigned int TType
class type indicator
Definition:
basedef.h:41
pfc::IBall
Interface for a ball.
Definition:
iball.h:35
itascaxd
Itasca Library standard namespace, specific to 2D or 3D.
Definition:
icontactmodule.h:4
pfcthermal
PFCTHERMAL namespace.
Definition:
iballthermal.h:18
itascaxd::IBody
Definition:
ibody.h:20
itascaxd::IBodyThermal
Definition:
ibodythermal.h:10
Generated by
1.8.15