17    class IThermAnaSource;
 
   44        virtual uint32 getGroupNotice() 
const = 0;
 
   45        virtual uint32 getPositionNotice() 
const = 0;
 
   46        virtual uint32 getStrengthNotice() 
const = 0;
 
   47        virtual uint32 getTimeNotice() 
const = 0;
 
 
Interface for containers of IThings.
Definition icontainer.h:21
 
Base class for items that will be stored in containers.
Definition ithing.h:31
 
Interface to the thermal analytical source.
Definition ithermanasource.h:23
 
Interface to the global list of all thermal analytical sources.
Definition ithermanasourcelist.h:21
 
virtual const IThermAnaSource * getFirstSource() const =0
 
virtual uint32 getThermAnaSourceType() const =0
returns thermal analytical source type
 
virtual const IThermAnaSource * findSourceWithID(uint64 id) const =0
Given a strucutal element link id, returns a const pointer to the thermal analytical source.
 
virtual const IContainer * getIContainer() const =0
Returns a const pointer to the IContainer interface representing the global list of thermal analytica...
 
virtual IThing * getIThing()=0
returns a IThing pointer
 
virtual IThermAnaSource * getFirstSource()=0
 
virtual const IThing * getIThing() const =0
returns a const IThing pointer
 
virtual IContainer * getIContainer()=0
Returns a pointer to the IContainer interface representing the global list of thermal analytical sour...
 
virtual uint32 getExtraNotice() const =0
Notices.
 
namespace Itasca
Definition basememory.cpp:14