|
Itasca C++ Interface
|
This interface provides access to jointthing array. More...
#include <ijointarray.h>
Public Member Functions | |
| virtual const IThing * | getIThing () const =0 |
| Returns a const pointer to an IThing interface representing the IJointArray. | |
| virtual IThing * | getIThing ()=0 |
| Returns a pointer to an IThing interface representing the IJointArray. | |
| virtual const IContainer * | getIContainer () const =0 |
| Returns a const pointer to the IContainer interface representing the global list of joints. | |
| virtual IContainer * | getIContainer ()=0 |
| Returns a pointer to the IContainer interface representing the global list of joints. | |
| virtual uint64 | getNumJoints () const =0 |
| Returns number of joints in the container. | |
| virtual const IJointFaceThing * | findJointWithID (uint64 id) const =0 |
| Returns a const pointer to the joint face, with the ID id, or nullptr if the face does not exist. | |
| virtual IJointFaceThing * | findJointWithID (uint64 id)=0 |
| Returns a pointer to the joint face, with the ID id, or nullptr if the face does not exist. | |
| virtual uint32 | getJointFaceType () const =0 |
| Returns the joint face type identifier. | |
| virtual bool | updateNewJointPlotData (bool plotJoined)=0 |
| force an update to the joint plane plot data | |
| virtual bool | needsUpdate (bool plotJoined) const =0 |
| return true if joint planes need updating | |
| virtual void | finalizeForPlotting ()=0 |
This interface provides access to jointthing array.
|
pure virtual |
initialize for plotting (nasty hack that clears array) clean up after triangulating contacts. Called by gui