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

This interface provides access to jointthing array. More...

#include <ijointarray.h>

Public Member Functions

virtual const IThinggetIThing () const =0
 Returns a const pointer to an IThing interface representing the IJointArray.
 
virtual IThinggetIThing ()=0
 Returns a pointer to an IThing interface representing the IJointArray.
 
virtual const IContainergetIContainer () const =0
 Returns a const pointer to the IContainer interface representing the global list of joints.
 
virtual IContainergetIContainer ()=0
 Returns a pointer to the IContainer interface representing the global list of joints.
 
virtual quint64 getNumJoints () const =0
 Returns number of joints in the container.
 
virtual const IJointFaceThingfindJointWithID (quint64 id) const =0
 Returns a const pointer to the joint face, with the ID id, or nullptr if the face does not exist.
 
virtual IJointFaceThingfindJointWithID (quint64 id)=0
 Returns a pointer to the joint face, with the ID id, or nullptr if the face does not exist.
 
virtual quint32 getJointFaceType () const =0
 Returns the joint face type identifier.
 
virtual bool updateNewJointPlotData (bool plotJoined, QString *errorMessage=0) const =0
 force an update to the joint plane plot data
 

Detailed Description

This interface provides access to jointthing array.


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