Itasca C++ Interface
Loading...
Searching...
No Matches
Public Member Functions | List of all members
block::IFlowKnotArray Class Referenceabstract

Container to store FlowKnotThings. More...

#include <iflowknotarray.h>

Public Member Functions

virtual const IThinggetIThing () const =0
 Returns a const pointer to an IThing interface representing the IFlowKnotArray.
 
virtual IThinggetIThing ()=0
 Returns a pointer to an IThing interface representing the IFlowKnotArray.
 
virtual const IContainergetIContainer () const =0
 Returns a const pointer to the IContainer interface representing the global list of flow knots.
 
virtual IContainergetIContainer ()=0
 Returns a pointer to the IContainer interface representing the global list of flow knots.
 
virtual const IFlowKnotThingfindFlowKnotWithID (quint64 id) const =0
 Returns a const pointer to the flow knot, IFlowKnotThing, with the ID id, or 0 if the knot does not exist.
 
virtual IFlowKnotThingfindFlowKnotWithID (quint64 id)=0
 Returns a pointer to the flow knot, IFlowKnotThing, with the ID id, or 0 if the knot does not exist.
 
virtual quint32 getFlowKnotType () const =0
 Returns the flow knot type identifier.
 
virtual const IFlowKnotThingfindKnot (const DVect3 &dv) const =0
 Return knot closest to input location.
 
virtual uint getFlowKnotExtraNotice () const =0
 Returns the tag for the flow knot extra variable change notice.
 
virtual uint getGroupNotice () const =0
 Returns the tag for the flow knot group change notice.
 
virtual uint getPorePressureNotice () const =0
 Returns the tag for the flow knot pore pressure change notice.
 
virtual uint getTemperatureNotice () const =0
 Returns the tag for the flow knot temperature change notice.
 
virtual uint getDischargeNotice () const =0
 Returns the tag for flow knot discharge change notice.
 

Detailed Description

Container to store FlowKnotThings.


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