|
Itasca C++ Interface
|
Public Member Functions | |
| virtual const itasca::IThing * | getIThing () const =0 |
| Returns a const IThing pointer. | |
| virtual itasca::IThing * | getIThing ()=0 |
| Returns a IThing pointer. | |
| virtual quint64 | getBeamElementID () const =0 |
| Get ID of element in C++ container (not Fortran offset) | |
| virtual quint64 | getSELCollectionID () const =0 |
| Return ID of collection of SEL elements. | |
| virtual FInt | getFortranOffset () const =0 |
| Return element fortran offset. | |
| virtual DVect3 | getLocation () const =0 |
| Returns centroid position. | |
| virtual DVect3 | getNormal () const =0 |
| Returns directions. | |
| virtual int | getMaterial () const =0 |
| Return material number. | |
| virtual double | getAxialForce () const =0 |
| Return the axial force in beam element (tension positive) | |
| virtual double | getAxialStress () const =0 |
| Return the axial stress. | |
| virtual double | getAxialStrain () const =0 |
| Return the axial strain. | |
| virtual double | getThermalForce () const =0 |
| Return thermal force. | |
| virtual double | getLength () const =0 |
| Return beam element length. | |
| virtual QString | getStateString () const =0 |
| return beam element state string | |
| virtual const ISELNodeThing * | getNode (uint nodeNum) const =0 |
| virtual ISelProp * | getSelProp () const =0 |
| return pointer to SEL property object | |
Static Public Attributes | |
| static const TType | type_ = 0x52c5c58f |
| type used in IThing typing system | |
1.8.15