MBDyn-1.7.3
|
#include <posrel.h>
Public Member Functions | |
PosRel (StructNode *pNode) | |
virtual | ~PosRel (void) |
const StructNode * | pGetNode (void) const |
virtual const Vec3 & | GetPosRel (void) const =0 |
virtual const Vec3 & | GetPosAbs (void) const |
virtual const Vec3 & | GetPosGlob (void) const |
virtual const Vec3 & | GetVelAbs (void) const |
virtual const Vec3 & | GetVelGlob (void) const |
Protected Attributes | |
StructNode * | pNode |
PosRel::PosRel | ( | StructNode * | pNode | ) |
|
virtual |
|
inlinevirtual |
Definition at line 86 of file posrel.h.
References GetPosRel(), StructNode::GetRCurr(), and pNode.
|
inlinevirtual |
Definition at line 91 of file posrel.h.
References GetPosRel(), StructNode::GetRCurr(), StructDispNode::GetXCurr(), and pNode.
|
pure virtual |
Implemented in FixedDirPosRel, and ConstPosRel.
Referenced by GetPosAbs(), GetPosGlob(), GetVelAbs(), and GetVelGlob().
|
inlinevirtual |
Definition at line 96 of file posrel.h.
References Vec3::Cross(), GetPosRel(), StructNode::GetRCurr(), StructNode::GetWCurr(), and pNode.
|
inlinevirtual |
Definition at line 101 of file posrel.h.
References Vec3::Cross(), GetPosRel(), StructNode::GetRCurr(), StructDispNode::GetVCurr(), StructNode::GetWCurr(), and pNode.
|
inline |
|
protected |
Definition at line 65 of file posrel.h.
Referenced by GetPosAbs(), GetPosGlob(), GetVelAbs(), GetVelGlob(), and pGetNode().