|
Itasca C++ Interface
|
Container to store FlowKnotThings. More...
#include <iflowknotarray.h>
Public Member Functions | |
| virtual const IThing * | getIThing () const =0 |
| Returns a const pointer to an IThing interface representing the IFlowKnotArray. | |
| virtual IThing * | getIThing ()=0 |
| Returns a pointer to an IThing interface representing the IFlowKnotArray. | |
| virtual const IContainer * | getIContainer () const =0 |
| Returns a const pointer to the IContainer interface representing the global list of flow knots. | |
| virtual IContainer * | getIContainer ()=0 |
| Returns a pointer to the IContainer interface representing the global list of flow knots. | |
| virtual const IFlowKnotThing * | findFlowKnotWithID (uint64 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 IFlowKnotThing * | findFlowKnotWithID (uint64 id)=0 |
| Returns a pointer to the flow knot, IFlowKnotThing, with the ID id, or 0 if the knot does not exist. | |
| virtual uint32 | getFlowKnotType () const =0 |
| Returns the flow knot type identifier. | |
| virtual const IFlowKnotThing * | findKnot (const DVect3 &dv) const =0 |
| Return knot closest to input location. | |
| virtual uint32 | getFlowKnotExtraNotice () const =0 |
| Returns the tag for the flow knot extra variable change notice. | |
| virtual uint32 | getGroupNotice () const =0 |
| Returns the tag for the flow knot group change notice. | |
| virtual uint32 | getPorePressureNotice () const =0 |
| Returns the tag for the flow knot pore pressure change notice. | |
| virtual uint32 | getTemperatureNotice () const =0 |
| Returns the tag for the flow knot temperature change notice. | |
| virtual uint32 | getDischargeNotice () const =0 |
| Returns the tag for flow knot discharge change notice. | |
Container to store FlowKnotThings.