29 inline static const TType type_ = 0x4fc90342;
31 virtual IThing * getIThing()=0;
32 virtual const IThing * getIThing()
const=0;
33 virtual IBody * getIBody()=0;
34 virtual const IBody * getIBody()
const=0;
37 virtual IBody * getIBodyMechanical()=0;
38 virtual const IBody * getIBodyMechanical()
const=0;
39 virtual IClump * getIClump()=0;
44 virtual const IClump * getIClump()
const=0;
48 virtual quint64 getContactCount(
bool active,
const TType &type=0,
bool domainToo =
false)
const=0;
50 virtual uint getNumberPebbles()
const=0;
55 virtual IContainer *getClumpThermalAsPebbleContainer() = 0;
56 virtual const IContainer *getClumpThermalAsPebbleContainer()
const = 0;
57 virtual bool setProperty(
const QString &name,
const QVariant &v)=0;
namespace Itasca
Definition: basememory.cpp:9
Base class for items that will be stored in containers.
Definition: ithing.h:31
PFC namespace.
Definition: iballfluid.h:15
An array class that attempts to minimize unnecessary heap access.
unsigned int TType
class type indicator
Definition: basedef.h:41
Interface for a clump. This is the interface for a clump. A clump is a collection of pebbles that def...
Definition: iclump.h:37
Itasca Library standard namespace, specific to 2D or 3D.
Definition: icontactmodule.h:4
An array class that attempts to minimize unnecessary heap access.
Definition: farray.h:27
Interface for containers of IThings.
Definition: icontainer.h:23
PFCTHERMAL namespace.
Definition: iballthermal.h:18
Definition: ipebblethermal.h:25
Definition: ibodythermal.h:10
Definition: iclumpthermal.h:27