namespace Itasca
Definition: basememory.cpp:9
Base class for items that will be stored in containers.
Definition: ithing.h:31
The Constitutive Model interface library.
Definition: conmodel.cpp:7
virtual const IThing * getIThing() const =0
Returns a pointer to a const IThing interface representing this object, or nullptr if such an interfa...
unsigned int TType
class type indicator
Definition: basedef.h:41
static const TType type_
The type of IGenericZone, used in the alternate dynamic typing system based on IThing.
Definition: igenericzone.h:26
Generic base class for the zone interface made available to the constitutive model system.
Definition: igenericzone.h:22
virtual TType getType() const =0
Returns the actual type of the fully derived class represented by this object.