|
Itasca C++ Interface
|
Container to store FaceThings (original block faces) ID of FaceThing is stored in offset $KFCPP in Fortran block linked list. More...
#include <ibfacearray.h>
Public Member Functions | |
| virtual const IThing * | getIThing () const =0 |
| Returns a const pointer to an IThing interface representing the IFaceArray. | |
| virtual IThing * | getIThing ()=0 |
| Returns a pointer to an IThing interface representing the IFaceArray. | |
| virtual const IContainer * | getIContainer () const =0 |
| Returns a const pointer to the IContainer interface representing the global list of faces. | |
| virtual IContainer * | getIContainer ()=0 |
| Returns a pointer to the IContainer interface representing the global list of faces. | |
| virtual const IFaceThing * | findFaceWithID (quint64 id) const =0 |
| Returns a const pointer to the face, IFace, with the ID id, or 0 if the face does not exist. | |
| virtual IFaceThing * | findFaceWithID (quint64 id)=0 |
| Returns a pointer to the face, IFace, with the ID id, or 0 if the face does not exist. | |
| virtual quint32 | getBFaceType () const =0 |
| Returns the face type identifier. | |
| virtual uint | getFaceExtraNotice () const =0 |
| Returns the tag for the face extra variable change notice. | |
| virtual uint | getGroupNotice () const =0 |
| Returns the tag for the face group change notice. | |
Container to store FaceThings (original block faces) ID of FaceThing is stored in offset $KFCPP in Fortran block linked list.
1.8.15