MBDyn-1.7.3
|
#include <beamslider.h>
Public Member Functions | |
BeamConn (const Beam *pB, const Vec3 &f1, const Vec3 &f2, const Vec3 &f3, const Mat3x3 &R1=Eye3, const Mat3x3 &R2=Eye3, const Mat3x3 &R3=Eye3) | |
virtual | ~BeamConn (void) |
const Beam * | pGetBeam (void) const |
const StructNode * | pGetNode (unsigned int i) const |
const Vec3 & | Getf (unsigned int i) const |
const Mat3x3 & | GetR (unsigned int i) const |
Protected Attributes | |
const Beam * | m_pBeam |
Vec3 | m_f [3] |
Mat3x3 | m_R [3] |
Definition at line 53 of file beamslider.h.
BeamConn::BeamConn | ( | const Beam * | pB, |
const Vec3 & | f1, | ||
const Vec3 & | f2, | ||
const Vec3 & | f3, | ||
const Mat3x3 & | R1 = Eye3 , |
||
const Mat3x3 & | R2 = Eye3 , |
||
const Mat3x3 & | R3 = Eye3 |
||
) |
Definition at line 46 of file beamslider.cc.
|
virtual |
Definition at line 60 of file beamslider.cc.
References NO_OP.
Definition at line 84 of file beamslider.h.
|
inline |
Definition at line 68 of file beamslider.h.
References m_pBeam.
|
inline |
Definition at line 73 of file beamslider.h.
References m_pBeam, and Beam::pGetNode().
Referenced by BeamSliderJoint::AssJac(), BeamSliderJoint::AssRes(), and BeamSliderJoint::GetConnectedNodes().
|
protected |
Definition at line 56 of file beamslider.h.
Referenced by BeamConn(), and Getf().
|
protected |
Definition at line 55 of file beamslider.h.
Referenced by pGetBeam(), and pGetNode().
|
protected |
Definition at line 57 of file beamslider.h.
Referenced by BeamConn(), and GetR().