One stop include for all objects defined as part of base interface.
Base class for items that will be stored in containers.
Definition ithing.h:30
Interface to a attachment object.
Definition iattach.h:24
virtual double getWeight() const =0
virtual DVect getDVectLocation() const =0
returns the attachment point DVect location
virtual const IAttachPoint * getNext() const =0
virtual bool getSnap() const =0
returns true if gridpoints are "snapped"
virtual const IGp * getLeader1() const =0
virtual IFacePair getFace() const =0
ClassType
The specific types of attach conditions that can be derived from an attach point.
Definition iattach.h:29
@ Gp
Direct Gp to Gp attachment.
@ Face
Gp attached to a face of a zone.
virtual IThing * getIThing()=0
returns a IThing pointer
virtual bool isNull() const =0
returns true if the Gridpoint was 'nulled'
virtual IFaceWeight * getFaceWeight()=0
Returns a IFaceWeight pointer to a gridpoint to face attachment
static const TType type_
The type identification number for this class, for use in convert_cast() and convert_getcast().
Definition iattach.h:27
virtual DVect3 getLocation() const =0
returns the attachment point DVect3 location
virtual const IGp * getFollower() const =0
returns a const pointer to the follower gridpoint.
virtual ClassType classType() const =0
Returns the type of attach this class represents. gp-gp, gp-edge, or gp-face.
virtual void setWeight(double w)=0
sets the weight for a gridpoint to edge attachments
virtual const IThing * getIThing() const =0
returns a const IThing pointer
virtual const IFaceWeight * getFaceWeight() const =0
virtual const IGp * getLeader2() const =0
virtual void setSnap(bool s)=0
set condition to "snap" gridpoints
Interface to face weight, used to define the location of a gridpoint in a given face.
Definition ifaceweight.h:19
Interface to provide access to a gridpoint.
Definition igp.h:56
uint32 TType
class type indicator
Definition basedef.h:46
DVect3 DVect
Vector of doubles, either 2D or 3D.
Definition dim.h:154
Interface to provide access to a zone.
namespace Itasca
Definition basememory.cpp:10