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 provide access to structural element links.
Definition isellink.h:26
 
Interface to the global list of all structural elements links.
Definition isellinklist.h:21
 
virtual const ISELLink * findSELLinkWithID(uint64 id) const =0
Given a link id, returns a const pointer to the SEL link.
 
virtual uint32 getSELLinkType() const =0
Returns the general SEL link type.
 
virtual IContainer * getIContainer()=0
Returns a pointer to the IContainer interface representing global list of links.
 
virtual IThing * getIThing()=0
Returns a IThing pointer.
 
virtual ISELLink * getFirstSELLink()=0
 
virtual const IThing * getIThing() const =0
Returns a const IThing pointer.
 
virtual const IContainer * getIContainer() const =0
Returns a const pointer to the IContainer interface representing global list of links.
 
virtual const ISELLink * getFirstSELLink() const =0
 
namespace Itasca
Definition basememory.cpp:14