Itasca C++ Interface
Loading...
Searching...
No Matches
icontactfluidballball.h
1#pragma once
2// icontactfluidballball.h
3
4namespace itasca {
5 class IThing;
6}
7
8namespace itascaxd {
9 class IContact;
10 class IContactFluid;
11}
12
13namespace pfcthermal {
14 using namespace itasca;
15 using namespace itascaxd;
16
18 public:
19 inline static const TType type_ = 0x6552567d;
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 IContactFluid* getIContactFluid() = 0;
26 virtual const IContactFluid* getIContactFluid() const = 0;
27 };
28}
Base class for items that will be stored in containers.
Definition ithing.h:30
Definition icontactfluid.h:17
Contact class.
Definition icontact.h:33
Definition icontactfluidballball.h:17
uint32 TType
class type indicator
Definition basedef.h:46
namespace Itasca
Definition basememory.cpp:10
Itasca Library standard namespace, specific to 2D or 3D.
Definition icontactmodule.h:4