33 virtual const IThing * getIThing()
const=0;
35 virtual IThing * getIThing()=0;
37 virtual const IContainer * getIContainer()
const=0;
41 virtual const IBlockThing * findBlockWithID(quint64
id)
const=0;
43 virtual IBlockThing * findBlockWithID(quint64
id)=0;
45 virtual quint32 getBlockType()
const = 0;
48 virtual uint getBlockExtraNotice()
const=0;
50 virtual uint getGroupNotice()
const=0;
52 virtual uint getGeometryNotice()
const=0;
54 virtual uint getJoinNotice()
const=0;
56 virtual uint getBoundaryNotice()
const=0;
58 virtual uint getMaterialNotice()
const=0;
60 virtual uint getHideNotice()
const=0;
62 virtual FaceBlockThing * findBlock(
const DVect3 &dv)=0;
namespace Itasca
Definition: basememory.cpp:9
Base class for items that will be stored in containers.
Definition: ithing.h:31
Fortran to C++ type declarations.
Container to store blockThings that are face blocks. ID of BlockThing is stored in offset $KBID in Fo...
Definition: ifaceblockarray.h:28
This is the interface for BlockThing, a class that holds extra data not in the fortran arrays....
Definition: iblockthing.h:31
Interface for containers of IThings.
Definition: icontainer.h:23