MBDyn-1.7.3
|
#include <scalarvalue.h>
Public Member Functions | |
ScalarDriveValue (const DriveCaller *pdc) | |
~ScalarDriveValue (void) | |
doublereal | dGetValue (void) const |
Public Member Functions inherited from ScalarValue | |
virtual | ~ScalarValue (void) |
Protected Attributes | |
const DriveCaller * | pDC |
Definition at line 51 of file scalarvalue.h.
ScalarDriveValue::ScalarDriveValue | ( | const DriveCaller * | pdc | ) |
ScalarDriveValue::~ScalarDriveValue | ( | void | ) |
|
virtual |
Implements ScalarValue.
Definition at line 74 of file scalarvalue.cc.
References DriveCaller::dGet(), and pDC.
|
protected |
Definition at line 53 of file scalarvalue.h.
Referenced by dGetValue(), and ~ScalarDriveValue().