Simbody  3.4 (development)
SimTK::Measure_< T >::Time::Implementation Class Reference

#include <MeasureImplementation.h>

+ Inheritance diagram for SimTK::Measure_< T >::Time::Implementation:

List of all members.

Public Member Functions

 Implementation ()
 This default constructor is for use by concrete measure implementation classes.
const Real & getUncachedValueVirtual (const State &s, int derivOrder) const override
 This is only called when derivOrder >= the number of cache entries we have, but still <= the number of derivatives the Measure says it can deliver.
ImplementationcloneVirtual () const override
Stage getDependsOnStageVirtual (int derivOrder) const override
int getNumTimeDerivativesVirtual () const override

template<class T>
class SimTK::Measure_< T >::Time::Implementation


Constructor & Destructor Documentation

template<class T>
SimTK::Measure_< T >::Time::Implementation::Implementation ( ) [inline]

This default constructor is for use by concrete measure implementation classes.

Reimplemented from SimTK::AbstractMeasure::Implementation.


Member Function Documentation

template<class T>
const Real& SimTK::Measure_< T >::Time::Implementation::getUncachedValueVirtual ( const State ,
int  derivOrder 
) const [inline, override, virtual]

This is only called when derivOrder >= the number of cache entries we have, but still <= the number of derivatives the Measure says it can deliver.

You don't need to override this if that condition can't occur. This is commonly used for functions whose derivatives above a certain order are zero.

Reimplemented from SimTK::Measure_< T >::Implementation.

template<class T>
Implementation* SimTK::Measure_< T >::Time::Implementation::cloneVirtual ( ) const [inline, override, virtual]
template<class T>
Stage SimTK::Measure_< T >::Time::Implementation::getDependsOnStageVirtual ( int  derivOrder) const [inline, override, virtual]
template<class T>
int SimTK::Measure_< T >::Time::Implementation::getNumTimeDerivativesVirtual ( ) const [inline, override, virtual]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines