chrono::ChRefFunction Class Reference
Description
Reference to a generic functions of class ChFunction.
This also may be the database for referencing variables in ChFunction objects....
#include <ChRef.h>
Inheritance diagram for chrono::ChRefFunction:

Collaboration diagram for chrono::ChRefFunction:

Public Member Functions | |
| ChRefFunction (ChFunction *mf) | |
| virtual bool | RestoreReference (ChFunction *mrootf) |
| virtual ChFunction * | GetFunction () |
| Returns the referenced function ==========>>>>>> | |
Public Member Functions inherited from chrono::ChRef | |
| virtual bool | IsValid () |
| Tells if the reference is currently valid. More... | |
| virtual bool | RestoreReference () |
| This may be overloaded by child classes. More... | |
Protected Attributes | |
| ChFunction * | function |
Protected Attributes inherited from chrono::ChRef | |
| bool | valid |
The documentation for this class was generated from the following file:
- /builds/uwsbel/chrono/src/chrono/physics/ChRef.h
Public Member Functions inherited from