Itasca C++ Interface
|
Interface to hybrid structural elements. More...
#include <iselhybrid.h>
Public Member Functions | |
virtual const IThing * | getIThing () const =0 |
Returns a const IThing pointer. | |
virtual IThing * | getIThing ()=0 |
Returns a IThing pointer. | |
virtual const ISEL * | getISEL () const =0 |
Returns a const pointer to object base class. | |
virtual ISEL * | getISEL ()=0 |
Returns a pointer to object base class. | |
virtual const ISELCable * | getISELCable () const =0 |
Returns a const pointer to the class that it inherits from. | |
virtual ISELCable * | getISELCable ()=0 |
Returns a pointer to the class that it inherits from. | |
virtual uint32 | getNumDowels () const =0 |
virtual const ISELDowel * | getDowel (uint32 dowelnum) const =0 |
virtual ISELDowel * | getDowel (uint32 dowelnum)=0 |
virtual bool | getDowelRupture () const =0 |
Static Public Attributes | |
static const TType | type_ = 0x5f987f0e |
Type ID number for this class, for use in convert_cast() and convert_getcast(). | |
Interface to hybrid structural elements.
This interface inherits from ISELCable.