32 virtual const IThing * getIThing()
const=0;
34 virtual IThing * getIThing()=0;
36 virtual const IContainer * getIContainer()
const=0;
40 virtual const ISELNodeThing * findSELNodeWithID(quint64
id)
const=0;
44 virtual quint32 getSELNodeType()
const=0;
47 virtual uint getSELNodeExtraNotice()
const=0;
53 virtual uint getHideNotice()
const=0;
55 virtual uint getGroupNotice()
const=0;
namespace Itasca
Definition: basememory.cpp:9
Base class for items that will be stored in containers.
Definition: ithing.h:31
Container to store SELNodeThings. ID of SELNodeThing is stored in id offset of Fortran linked list (4...
Definition: iselnodearray.h:27
This is the interface for SELNodeThing, a class that holds extra data not in the fortran arrays....
Definition: iselnodething.h:29
Interface for containers of IThings.
Definition: icontainer.h:23