Itasca C++ Interface
|
Interface to 2d liner structural elements. More...
#include <iselliner2d.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, ISEL. | |
virtual ISEL * | getISEL ()=0 |
Returns a pointer to object base class, ISEL. | |
virtual const ISELBeam * | getISELBeam () const =0 |
Returns a const pointer to the class that it inherits from. | |
virtual ISELBeam * | getISELBeam ()=0 |
Returns a pointer to the class that it inherits from. | |
virtual ISEL::YieldState | getLinerMomentYield (uint32 end) const =0 |
virtual ISEL::YieldState | getLinerShearYield (uint32 end) const =0 |
virtual double | getCouplingDisp (bool norm, uint32 node, uint32 side) const =0 |
virtual double | getCouplingStress (bool norm, uint32 node, uint32 side) const =0 |
virtual DVect | getCouplingStressDir (bool norm, uint32 node, uint32 side) const =0 |
virtual uint32 | getCouplingYieldState (bool norm, uint32 node, uint32 side) const =0 |
virtual bool | getSlide () const =0 |
virtual double | getSlideTol () const =0 |
virtual bool | getEmbedded () const =0 |
Static Public Attributes | |
static const TType | type_ = 0x4c815a3c |
Type ID number for this class, for use in convert_cast() and convert_getcast(). | |
Interface to 2d liner structural elements.
This interface inherits from ISELBeam.