MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
ConstPosRel Class Reference

#include <posrel.h>

Inheritance diagram for ConstPosRel:
Collaboration diagram for ConstPosRel:

Public Member Functions

 ConstPosRel (StructNode *pNode, const Vec3 &d)
 
virtual ~ConstPosRel (void)
 
virtual const Vec3GetPosRel (void) const
 
- Public Member Functions inherited from PosRel
 PosRel (StructNode *pNode)
 
virtual ~PosRel (void)
 
const StructNodepGetNode (void) const
 
virtual const Vec3GetPosAbs (void) const
 
virtual const Vec3GetPosGlob (void) const
 
virtual const Vec3GetVelAbs (void) const
 
virtual const Vec3GetVelGlob (void) const
 

Protected Attributes

Vec3 d
 
- Protected Attributes inherited from PosRel
StructNodepNode
 

Detailed Description

Definition at line 112 of file posrel.h.

Constructor & Destructor Documentation

ConstPosRel::ConstPosRel ( StructNode pNode,
const Vec3 d 
)
virtual ConstPosRel::~ConstPosRel ( void  )
virtual

Member Function Documentation

const Vec3 & ConstPosRel::GetPosRel ( void  ) const
inlinevirtual

Implements PosRel.

Definition at line 122 of file posrel.h.

References d.

123 {
124  return d;
125 }
Vec3 d
Definition: posrel.h:114

Member Data Documentation

Vec3 ConstPosRel::d
protected

Definition at line 114 of file posrel.h.

Referenced by GetPosRel().


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