21 class ISubcontactThing;
49 virtual void getSubcontacts(
FArray< QPair<const ISubcontactThing *, double> > *subcontacts, quint32 vNum)
const=0;
59 virtual uint getSize()
const = 0;
An array class that attempts to minimize unnecessary heap access.
Definition farray.h:25
Definition ijointthing.h:24
virtual DVect3 getVertexLocation(quint32 vNum) const =0
Return location of vertex vNum (0 - 2)
virtual quint64 getJointFaceID() const =0
Returns the Thing id of the joint face.
virtual const IContactThing * getContact() const =0
Return the contact associated with the face.
virtual bool isContactFace() const =0
Return true if face without subcontact.
static const TType type_
type used in IThing typing system
Definition ijointthing.h:28
virtual FInt getFortranOffset() const =0
Return joint face thing fortran offset.
virtual DVect3 getDeformedPosition(quint32 vNum, bool active, double factor) const =0
Return magnified displacement of vertex vNum (0 - 2)
virtual DVect3 getVertexDisplacement(quint32 vNum) const =0
Return displacement of vertex vNum (0 - 2)
virtual bool isBad() const =0
Return true if face is degenerate or corrupted.
virtual const itasca::IThing * getIThing() const =0
Returns a const IThing pointer.
virtual quint64 getContactID() const =0
Return the id of the contact associated with the face.
virtual itasca::IThing * getIThing()=0
Returns a IThing pointer.
virtual void getSubcontacts(FArray< QPair< const ISubcontactThing *, double > > *subcontacts, quint32 vNum) const =0
Base class for items that will be stored in containers.
Definition ithing.h:30
An array class that attempts to minimize unnecessary heap access.
uint32 TType
class type indicator
Definition basedef.h:46
int32 FInt
Interface to provide access to 3DEC modules, global data, list of 3DEC entities, etc.
Definition iblockdef.h:19
Fortran to C++ type declarations.
namespace Itasca
Definition basememory.cpp:10