MBDyn-1.7.3
|
Public Member Functions | |
ScalarFunctionDriveCaller (const DriveHandler *pDH, const BasicScalarFunction *const f) | |
virtual | ~ScalarFunctionDriveCaller (void) |
virtual DriveCaller * | pCopy (void) const |
virtual std::ostream & | Restart (std::ostream &out) const |
virtual doublereal | dGet (const doublereal &dVar) const |
virtual bool | bIsDifferentiable (void) const |
virtual doublereal | dGetP (const doublereal &dVar) const |
![]() | |
DriveCaller (const DriveHandler *pDH) | |
virtual | ~DriveCaller (void) |
virtual doublereal | dGet (void) const |
virtual doublereal | dGetP (void) const |
virtual void | SetDrvHdl (const DriveHandler *pDH) |
virtual const DriveHandler * | pGetDrvHdl (void) const |
virtual void | Output (OutputHandler &OH) const |
virtual void | Trace (OutputHandler &OH) const |
![]() | |
WithLabel (unsigned int uL=0, const std::string &sN="") | |
virtual | ~WithLabel (void) |
void | PutLabel (unsigned int uL) |
void | PutName (const std::string &sN) |
unsigned int | GetLabel (void) const |
const std::string & | GetName (void) const |
![]() | |
ToBeOutput (flag fOut=fDefaultOut) | |
virtual | ~ToBeOutput (void) |
virtual void | OutputPrepare (OutputHandler &OH) |
virtual void | Output (OutputHandler &OH, const VectorHandler &X, const VectorHandler &XP) const |
virtual flag | fToBeOutput (void) const |
virtual bool | bToBeOutput (void) const |
virtual void | SetOutputFlag (flag f=flag(1)) |
![]() | |
Traceable (flag fTrace=0) | |
virtual | ~Traceable (void) |
virtual flag | fToBeTraced (void) const |
virtual void | SetTraceFlag (flag f=TRACE) |
Private Attributes | |
const BasicScalarFunction *const | sc |
Additional Inherited Members | |
![]() | |
enum | OutputFlags { OUTPUT_VALUE = OUTPUT_PRIVATE << 0, OUTPUT_DERIVATIVE = OUTPUT_PRIVATE << 1 } |
enum | TraceFlags { TRACE_VALUE = TRACE_PRIVATE << 0, TRACE_DERIVATIVE = TRACE_PRIVATE << 1 } |
![]() | |
enum | { OUTPUT = 0x1U, OUTPUT_MASK = 0xFU, OUTPUT_PRIVATE = 0x10U, OUTPUT_PRIVATE_MASK = ~OUTPUT_MASK } |
![]() | |
enum | { TRACE = 0x01U, TRACE_PUBLIC_MASK = 0x0FU, TRACE_PRIVATE = 0x10U, TRACE_PRIVATE_MASK = ~TRACE_PUBLIC_MASK } |
![]() | |
DriveHandler * | pDrvHdl |
![]() | |
unsigned int | uLabel |
std::string | sName |
![]() | |
flag | fOutput |
Definition at line 1058 of file ScalarFunctionsImpl.cc.
|
inline |
Definition at line 1063 of file ScalarFunctionsImpl.cc.
References NO_OP.
Referenced by pCopy().
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from DriveCaller.
Definition at line 1090 of file ScalarFunctionsImpl.cc.
References sc.
|
inlinevirtual |
Implements DriveCaller.
Definition at line 1086 of file ScalarFunctionsImpl.cc.
References sc.
|
inlinevirtual |
Reimplemented from DriveCaller.
Definition at line 1094 of file ScalarFunctionsImpl.cc.
References ptr_cast(), and sc.
|
inlinevirtual |
Implements DriveCaller.
Definition at line 1072 of file ScalarFunctionsImpl.cc.
References DriveCaller::pDrvHdl, SAFENEWWITHCONSTRUCTOR, sc, and ScalarFunctionDriveCaller().
|
inlinevirtual |
Implements DriveCaller.
Definition at line 1080 of file ScalarFunctionsImpl.cc.
References MBDYN_EXCEPT_ARGS.
|
private |
Definition at line 1060 of file ScalarFunctionsImpl.cc.
Referenced by bIsDifferentiable(), dGet(), dGetP(), and pCopy().