Itasca C++ Interface
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
sel::ISELHybrid Class Referenceabstract

Interface to hybrid structural elements. More...

#include <iselhybrid.h>

Public Member Functions

virtual const IThinggetIThing () const =0
 Returns a const IThing pointer.
 
virtual IThinggetIThing ()=0
 Returns a IThing pointer.
 
virtual const ISELgetISEL () const =0
 Returns a const pointer to object base class.
 
virtual ISELgetISEL ()=0
 Returns a pointer to object base class.
 
virtual const ISELCablegetISELCable () const =0
 Returns a const pointer to the class that it inherits from.
 
virtual ISELCablegetISELCable ()=0
 Returns a pointer to the class that it inherits from.
 
virtual uint32 getNumDowels () const =0
 
virtual const ISELDowelgetDowel (uint32 dowelnum) const =0
 
virtual ISELDowelgetDowel (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().
 

Detailed Description

Interface to hybrid structural elements.

This interface inherits from ISELCable.


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