Itasca C++ Interface
Loading...
Searching...
No Matches
pfc
ccfd
interface
ibodyfluidcontainer.h
1
#pragma once
2
// ibodyfluidcontainer.h
3
#include "
utility/interface/icontainer.h
"
4
5
namespace
itasca
{
6
class
IThing;
7
}
8
9
namespace
ccfd
{
10
using namespace
itasca
;
11
12
class
IBodyFluidContainer
{
13
public
:
14
inline
static
const
TType
type_ = 0x4feca4f7;
15
16
virtual
IThing
* getIThing()=0;
17
virtual
const
IThing
* getIThing()
const
=0;
18
virtual
IContainer
* getIContainer() =0;
19
virtual
const
IContainer
* getIContainer()
const
=0;
20
};
21
22
}
// namespace ccfd
23
// EoF
ccfd::IBodyFluidContainer
Definition
ibodyfluidcontainer.h:12
itasca::IContainer
Interface for containers of IThings.
Definition
icontainer.h:21
itasca::IThing
Base class for items that will be stored in containers.
Definition
ithing.h:30
TType
uint32 TType
class type indicator
Definition
basedef.h:46
icontainer.h
Interface for container of IThings.
ccfd
ccfd namespace
Definition
iballfluid.h:19
itasca
namespace Itasca
Definition
basememory.cpp:10
Generated by
1.10.0