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

This interface provides access to liner thing array. More...

#include <ilinerarray.h>

Public Member Functions

virtual const IThinggetIThing () const =0
 Returns a const pointer to an IThing interface representing the ILinerArray.
 
virtual IThinggetIThing ()=0
 Returns a pointer to an IThing interface representing the ILinerArray.
 
virtual const IContainergetIContainer () const =0
 Returns a const pointer to the IContainer interface representing the global list of liner elements.
 
virtual IContainergetIContainer ()=0
 Returns a pointer to the IContainer interface representing the global list of liner elements.
 
virtual const ILinerThingfindLinerElementWithID (uint64 id) const =0
 Returns a const pointer to the element, IBeamThing, with the ID id, or 0 if the liner element does not exist.
 
virtual ILinerThingfindLinerElementWithID (uint64 id)=0
 Returns a pointer to the element, IBeamThing, with the ID id, or 0 if the liner element does not exist.
 
virtual uint32 getLinerType () const =0
 Returns the liner type identifier.
 
virtual uint32 getLinerExtraNotice () const =0
 Returns the tag for the liner element extra variable change notice.
 
virtual uint32 getGeometryNotice () const =0
 Returns the tag for reinforcement element geometry change notice.
 
virtual uint32 getGroupNotice () const =0
 Returns tag for group change notice.
 
virtual uint32 getModelNotice () const =0
 Returns the tag for model change notice.
 
virtual uint32 getMaterialNotice () const =0
 Returns the tag for material change notice.
 

Detailed Description

This interface provides access to liner thing array.


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