39        virtual uint32 getNumDowels() 
const = 0;
 
   40        virtual const ISELDowel* getDowel(uint32 dowelnum) 
const = 0;
 
   41        virtual ISELDowel* getDowel(uint32 dowelnum) = 0;
 
   42        virtual bool       getDowelRupture() 
const = 0;
 
 
Base class for items that will be stored in containers.
Definition ithing.h:31
Interface to cable structural elements.
Definition iselcable.h:19
Interface to dowel structural elements.
Definition iseldowel.h:19
Interface to the structural elements base class.
Definition isel.h:22
Interface to hybrid structural elements.
Definition iselhybrid.h:22
virtual const ISEL * getISEL() const =0
Returns a const pointer to object base class.
virtual ISELCable * getISELCable()=0
Returns a pointer to the class that it inherits from.
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.
static const TType type_
Type ID number for this class, for use in convert_cast() and convert_getcast().
Definition iselhybrid.h:25
virtual IThing * getIThing()=0
Returns a IThing pointer.
virtual const IThing * getIThing() const =0
Returns a const IThing pointer.
uint32 TType
class type indicator
Definition basedef.h:47
namespace Itasca
Definition basememory.cpp:14