25    class IFWallFacetThermal;
 
   28        inline static const TType type_ = 0x4fcbfdbf;
 
   30        virtual IThing *                     getIThing()=0;
 
   31        virtual const IThing *               getIThing() 
const=0;
 
   32        virtual IBody *                      getIBody()=0;
 
   33        virtual const IBody *                getIBody() 
const=0;
 
   34        virtual IBody *                      getIBodyMechanical()=0;
 
   35        virtual const IBody *                getIBodyMechanical() 
const=0;
 
   36        virtual IFWall *                     getIFWall()=0;    
 
   39        virtual const IFWall *               getIFWall() 
const=0;
 
   42        virtual uint32                       getNumberFacets() 
const=0;
 
   45        virtual IContainer                  *getFWallThermalAsFacetContainer() = 0;
 
   46        virtual const IContainer            *getFWallThermalAsFacetContainer() 
const = 0;
 
   47        virtual bool                         setProperty(
const string &name,
const base::Property &v)=0;
 
 
An array class that attempts to minimize unnecessary heap access.
Definition farray.h:25
Interface for containers of IThings.
Definition icontainer.h:21
Base class for items that will be stored in containers.
Definition ithing.h:31
Interface for a faceted wall.
Definition ifwall.h:45
Definition ifwallfacetthermal.h:21
Definition ifwallthermal.h:26
An array class that attempts to minimize unnecessary heap access.
uint32 TType
class type indicator
Definition basedef.h:47
namespace Itasca
Definition basememory.cpp:14
Itasca Library standard namespace, specific to 2D or 3D.
Definition icontactmodule.h:6
PFC namespace.
Definition iballfluid.h:15