Itasca C++ Interface
Toggle main menu visibility
Main Page
Topics
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
Enumerations
Enumerator
a
c
d
f
g
h
i
k
n
p
r
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
f
g
i
m
o
q
r
s
t
u
v
Functions
c
d
g
i
m
o
r
s
t
Typedefs
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
Loading...
Searching...
No Matches
pfc
pfcthermalmodule
interface
icontactthermalpebblepebble.h
1
#pragma once
2
// icontactthermalpebblepebble.h
3
4
namespace
itasca
{
5
class
IThing;
6
}
7
8
namespace
itascaxd
{
9
class
IContact;
10
class
IContactThermal;
11
}
12
13
namespace
pfcthermal {
14
using namespace
itasca
;
15
using namespace
itascaxd
;
16
17
class
IContactThermalPebblePebble
{
18
public
:
19
inline
static
const
TType
type_ = 0x4fc92c95;
20
21
virtual
IThing
* getIThing() =0;
22
virtual
const
IThing
* getIThing()
const
=0;
23
virtual
IContact
* getIContact() =0;
24
virtual
const
IContact
* getIContact()
const
=0;
25
virtual
IContactThermal
* getIContactThermal() =0;
26
virtual
const
IContactThermal
* getIContactThermal()
const
=0;
27
};
17
class
IContactThermalPebblePebble
{
…
};
28
}
// namespace pfcthermal
29
// EoF
30
itasca::IThing
Base class for items that will be stored in containers.
Definition
ithing.h:30
itascaxd::IContact
Contact class.
Definition
icontact.h:33
itascaxd::IContactThermal
ContactThermal class.
Definition
icontactthermal.h:36
pfcthermal::IContactThermalPebblePebble
Definition
icontactthermalpebblepebble.h:17
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
Generated by
1.10.0