Itasca C++ Interface
Loading...
Searching...
No Matches
pfc
pfcthermalmodule
interface
ipebblethermal.h
1
#pragma once
2
// ipebblehermal.h
3
4
namespace
itasca
{
5
class
IThing;
6
}
7
8
namespace
itascaxd
{
9
class
IBody;
10
class
IBodyThermal;
11
class
IPieceThermal;
12
class
IPiece;
13
}
14
15
namespace
pfc
{
16
class
IPebble;
17
}
18
19
namespace
pfcthermal {
20
using namespace
itasca
;
21
using namespace
itascaxd
;
22
23
using namespace
pfc
;
24
class
IClumpThermal;
25
class
IPebbleThermal
{
26
public
:
27
inline
static
const
TType
type_ = 0x4fc90363;
28
29
virtual
IThing
* getIThing()=0;
30
virtual
const
IThing
* getIThing()
const
=0;
31
virtual
IPiece
* getIPiece()=0;
32
virtual
const
IPiece
* getIPiece()
const
=0;
33
virtual
IPieceThermal
* getIPieceThermal()=0;
34
virtual
const
IPieceThermal
* getIPieceThermal()
const
=0;
35
virtual
IBody
* getIBody()=0;
36
virtual
const
IBody
* getIBody()
const
=0;
37
virtual
IBodyThermal
* getIBodyThermal()=0;
38
virtual
const
IBodyThermal
* getIBodyThermal()
const
=0;
39
virtual
IBody
* getIBodyMechanical()=0;
40
virtual
const
IBody
* getIBodyMechanical()
const
=0;
41
virtual
IPebble
* getIPebble()=0;
42
virtual
const
IPebble
* getIPebble()
const
=0;
43
virtual
IClumpThermal
* getIClumpThermal() = 0;
44
virtual
const
IClumpThermal
* getIClumpThermal()
const
= 0;
45
virtual
IPebbleThermal
* getNext() = 0;
46
virtual
const
IPebbleThermal
* getNext()
const
= 0;
47
48
};
49
50
}
// namespace pfcthermal
51
// EoF
52
itasca::IThing
Base class for items that will be stored in containers.
Definition
ithing.h:30
itascaxd::IBody
Definition
ibody.h:20
itascaxd::IBodyThermal
Definition
ibodythermal.h:10
itascaxd::IPiece
Definition
ipiece.h:15
itascaxd::IPieceThermal
Definition
ipiecethermal.h:12
pfc::IPebble
Definition
ipebble.h:25
pfcthermal::IClumpThermal
Definition
iclumpthermal.h:27
pfcthermal::IPebbleThermal
Definition
ipebblethermal.h:25
TType
uint32 TType
class type indicator
Definition
basedef.h:46
itasca
namespace Itasca
Definition
basememory.cpp:10
itascaxd
Itasca Library standard namespace, specific to 2D or 3D.
Definition
icontactmodule.h:4
pfc
PFC namespace.
Definition
iballfluid.h:15
Generated by
1.10.0