|
Itasca C++ Interface
|
Container to store blockThings that are face blocks. ID of BlockThing is stored in offset $KBID in Fortran block linked list. More...
#include <ifaceblockarray.h>
Public Member Functions | |
| virtual const IThing * | getIThing () const =0 |
| Returns a const pointer to an IThing interface representing the IBlockArray. | |
| virtual IThing * | getIThing ()=0 |
| Returns a pointer to an IThing interface representing the IBlockArray. | |
| virtual const IContainer * | getIContainer () const =0 |
| Returns a const pointer to the IContainer interface representing the global list of blocks. | |
| virtual IContainer * | getIContainer ()=0 |
| Returns a pointer to the IContainer interface representing the global list of blocks. | |
| virtual const IBlockThing * | findBlockWithID (uint64 id) const =0 |
| Returns a const pointer to the block, IBlock, with the ID id, or 0 if the block does not exist. | |
| virtual IBlockThing * | findBlockWithID (uint64 id)=0 |
| Returns a pointer to the block, IBlock, with the ID id, or 0 if the block does not exist. | |
| virtual uint32 | getBlockType () const =0 |
| Returns the block type identifier. | |
| virtual uint32 | getBlockExtraNotice () const =0 |
| Returns the tag for the block extra variable change notice. | |
| virtual uint32 | getGroupNotice () const =0 |
| Returns the tag for the block group change notice. | |
| virtual uint32 | getGeometryNotice () const =0 |
| Returns the tag for the block geometry change notice. | |
| virtual uint32 | getJoinNotice () const =0 |
| Returns the tag for join condition change notice. | |
| virtual uint32 | getBoundaryNotice () const =0 |
| Returns the tag for the boundary geometry change notice. | |
| virtual uint32 | getMaterialNotice () const =0 |
| Returns the tag for the material change notice. | |
| virtual uint32 | getHideNotice () const =0 |
| Returns the tag for the block hide state notice. | |
| virtual FaceBlockThing * | findBlock (const DVect3 &dv)=0 |
| Return block closest to input location. | |
Container to store blockThings that are face blocks. ID of BlockThing is stored in offset $KBID in Fortran block linked list.