Itasca C++ Interface
Loading...
Searching...
No Matches
icontaineractivecontact.h
1#pragma once
2// icontaineractivecontact.h
3
4namespace itasca {
5 class IContainer;
6}
7
8namespace itascaxd {
9 using namespace itasca;
10
11 class IContainerContact;
12
14 public:
16 inline static const TType type_ = 0x51792695;
17
18 virtual IContainer * getContainer()=0;
19 virtual const IContainer * getContainer() const=0;
20 virtual const IContainer *getContainerContact() const=0;
21 virtual IContainer * getContainerContact()=0;
22
23 };
24} // namespace itascaxd
25
26// EOF
Interface for containers of IThings.
Definition icontainer.h:21
Definition icontaineractivecontact.h:13
static const TType type_
The type identification number for this class, for use in convert_cast() and convert_getcast().
Definition icontaineractivecontact.h:16
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