|
MBDyn-1.7.3
|
#include <posrel.h>


Public Member Functions | |
| ConstPosRel (StructNode *pNode, const Vec3 &d) | |
| virtual | ~ConstPosRel (void) |
| virtual const Vec3 & | GetPosRel (void) const |
Public Member Functions inherited from PosRel | |
| PosRel (StructNode *pNode) | |
| virtual | ~PosRel (void) |
| const StructNode * | pGetNode (void) const |
| 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 | |
| Vec3 | d |
Protected Attributes inherited from PosRel | |
| StructNode * | pNode |
| ConstPosRel::ConstPosRel | ( | StructNode * | pNode, |
| const Vec3 & | d | ||
| ) |
|
virtual |
|
inlinevirtual |
|
protected |
Definition at line 114 of file posrel.h.
Referenced by GetPosRel().