Itasca C++ Interface
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Public Member Functions | List of all members
block::IFaceArray Class Referenceabstract

Container to store FaceThings (zoned or triangulated block faces). ID of FaceThing is stored in offset $KFCPP in Fortran block linked list. More...

#include <ifacearray.h>

Public Member Functions

virtual const IThinggetIThing () const =0
 Returns a const pointer to an IThing interface representing the IFaceArray.
 
virtual IThinggetIThing ()=0
 Returns a pointer to an IThing interface representing the IFaceArray.
 
virtual const IContainergetIContainer () const =0
 Returns a const pointer to the IContainer interface representing the global list of faces.
 
virtual IContainergetIContainer ()=0
 Returns a pointer to the IContainer interface representing the global list of faces.
 
virtual const IFaceThingfindFaceWithID (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 IFaceThingfindFaceWithID (quint64 id)=0
 Returns a pointer to the face, IFace, with the ID id, or 0 if the face does not exist.
 
virtual quint32 getFaceType () 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.
 
virtual IFaceDatacreateIFaceData (QObject *parent=0) const =0
 

Detailed Description

Container to store FaceThings (zoned or triangulated block faces). ID of FaceThing is stored in offset $KFCPP in Fortran block linked list.


The documentation for this class was generated from the following file: