Itasca C++ Interface
Loading...
Searching...
No Matches
sel::ISELLiner2d Class Referenceabstract

Interface to 2d liner structural elements. More...

#include <iselliner2d.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, ISEL.
virtual ISELgetISEL ()=0
 Returns a pointer to object base class, ISEL.
virtual const ISELBeamgetISELBeam () const =0
 Returns a const pointer to the class that it inherits from.
virtual ISELBeamgetISELBeam ()=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 void setSlide (bool)=0
virtual double getSlideTol () const =0
virtual void setSlideTol (const double &)=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().

Detailed Description

Interface to 2d liner structural elements.

This interface inherits from ISELBeam.


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