MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Joint::JointDriveHint< T > Struct Template Reference

#include <joint.h>

Inheritance diagram for Joint::JointDriveHint< T >:
Collaboration diagram for Joint::JointDriveHint< T >:

Public Member Functions

 JointDriveHint (TplDriveHint< T > *pTDH)
 
 ~JointDriveHint (void)
 
- Public Member Functions inherited from Joint::JointHint
virtual ~JointHint (void)
 
- Public Member Functions inherited from Hint
virtual ~Hint (void)
 

Public Attributes

TplDriveHint< T > * pTDH
 

Detailed Description

template<class T>
struct Joint::JointDriveHint< T >

Definition at line 136 of file joint.h.

Constructor & Destructor Documentation

template<class T>
Joint::JointDriveHint< T >::JointDriveHint ( TplDriveHint< T > *  pTDH)
inline

Definition at line 138 of file joint.h.

138 : pTDH(pTDH) {};
TplDriveHint< T > * pTDH
Definition: joint.h:137
template<class T>
Joint::JointDriveHint< T >::~JointDriveHint ( void  )
inline

Definition at line 139 of file joint.h.

References Joint::JointDriveHint< T >::pTDH.

139  {
140  if (pTDH) {
141  delete pTDH;
142  }
143  };
TplDriveHint< T > * pTDH
Definition: joint.h:137

Member Data Documentation


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