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

Container to store IFlowPlaneVertexThings. More...

#include <iflowplanevertexarray.h>

Public Member Functions

virtual const IThinggetIThing () const =0
 Returns a const pointer to an IThing interface representing the IFlowPlaneVertexArray.
 
virtual IThinggetIThing ()=0
 Returns a pointer to an IThing interface representing the IFlowPlaneVertexArray.
 
virtual const IContainergetIContainer () const =0
 Returns a const pointer to the IContainer interface representing the global list of flow plane vertices.
 
virtual IContainergetIContainer ()=0
 Returns a pointer to the IContainer interface representing the global list of flow plane vertices.
 
virtual const IFlowPlaneVertexThingfindFlowPlaneVertexWithID (quint64 id) const =0
 Returns a const pointer to the flow plane vertex, IFlowPlaneVertexThing, with the ID id, or 0 if the vertex does not exist.
 
virtual IFlowPlaneVertexThingfindFlowPlaneVertexWithID (quint64 id)=0
 Returns a pointer to the flow plane vertex, IFlowPlaneVertexThing, with the ID id, or 0 if the vertex does not exist.
 
virtual quint32 getFlowPlaneVertexType () const =0
 Returns the flow plane vertex type identifier.
 
virtual uint getFlowPlaneVertexExtraNotice () const =0
 Return the tag for the flow plane extra variable change notice.
 

Detailed Description

Container to store IFlowPlaneVertexThings.


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