Simbody
|
This template class defines a standard interface for objects that calculate a function based on a System and State for use in a TextDataEventReporter. More...
#include <TextDataEventReporter.h>
Public Member Functions | |
virtual T | evaluate (const System &system, const State &state)=0 |
This template class defines a standard interface for objects that calculate a function based on a System and State for use in a TextDataEventReporter.
virtual T SimTK::UserFunction< T >::evaluate | ( | const System & | system, |
const State & | state | ||
) | [pure virtual] |