Simbody  3.6
SimTK::TextDataEventReporter::UserFunction< T > Class Template Referenceabstract

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...

Public Member Functions

virtual ~UserFunction ()
 
virtual T evaluate (const System &system, const State &state)=0
 

Detailed Description

template<class T>
class SimTK::TextDataEventReporter::UserFunction< T >

This template class defines a standard interface for objects that calculate a function based on a System and State for use in a TextDataEventReporter.

Constructor & Destructor Documentation

◆ ~UserFunction()

template<class T >
virtual SimTK::TextDataEventReporter::UserFunction< T >::~UserFunction ( )
inlinevirtual

Member Function Documentation

◆ evaluate()

template<class T >
virtual T SimTK::TextDataEventReporter::UserFunction< T >::evaluate ( const System system,
const State state 
)
pure virtual

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