49#ifndef Passthrough_h__
50#define Passthrough_h__
57 CPassthrough(std::string simObjectName, ISimObjectCreator* creator);
60 const double*
Output(
const double T,
const double*
const X);
62 void OdeFcn(
const double T,
const double*
const X,
double*
const XDot,
const bool IsMajorTimeStep) { }
63#ifdef FH_VISUALIZATION
64 void RenderInit(Ogre::Root*
const ogreRoot, ISimObjectCreator*
const creator)
66 void RenderUpdate(
const double T,
const double*
const X) { }
Definition: Passthrough.h:55
const double * Output(const double T, const double *const X)