|
virtual const itasca::IThing * | getIThing () const =0 |
| Returns a const IThing pointer.
|
|
virtual itasca::IThing * | getIThing ()=0 |
| Returns a IThing pointer.
|
|
virtual FInt | getFortranOffset () const =0 |
| Return flow plane fortran offset.
|
|
virtual double | getArea () const =0 |
| Return the plane area.
|
|
virtual const IContactThing * | getContact () const =0 |
| Return the contact associated with the flow plane.
|
|
virtual quint64 | getContactID () const =0 |
| Return the id of the contact associated with the flow plane.
|
|
virtual DVect3 | getLocalX () const =0 |
| Return local coordinate system x-axis in global system.
|
|
virtual DVect3 | getLocalY () const =0 |
| Return local coordinate system y-axis in global system.
|
|
virtual FArray< const IFlowZoneThing * > | getFlowZones () const =0 |
| Return flow zones associated with the flow plane.
|
|
virtual FArray< const IFlowPlaneVertexThing * > | getFlowPlaneVertices () const =0 |
| Return flow vertices associated with the flow plane.
|
|
virtual quint32 | getPropertyIndex (const QString &sc) const =0 |
|
virtual QString | getProperties () const =0 |
| Return property names as a single string with names separated by commas.
|
|
virtual QString | getPropertyName (quint32 index) const =0 |
|
virtual QStringList | getPropertyNames () const =0 |
| returns a list of all the valid properties assigned to this flowplane
|
|
virtual QVariant | getProperty (uint index) const =0 |
|
virtual QVariant | getProperty (const QString &propName) const =0 |
|
virtual bool | setProperty (QString sprop, QVariant value)=0 |
| Set property corresponding to sprop equal to value.
|
|
virtual bool | setProperty (uint index, QVariant value)=0 |
| Set property corresponding to index equal to value.
|
|
virtual DVect3 | getLocation () const =0 |
| Return the flow plane location.
|
|