|
| CLowPass (std::string sSimObjectName, ISimObjectCreator *pCreator) |
| The constructor sets the pointer to the output object and the parser object.
|
|
void | InitialConditionSetup (const double T, const double *const currentIC, double *const updatedIC, ISimObjectCreator *const creator) |
|
void | OdeFcn (const double dT, const double *const adX, double *const adXDot, const bool bIsMajorTimeStep) |
|
const double * | Output (const double T, const double *const X) |
|
virtual void | RenderInit (Ogre::Root *const ogreRoot, ISimObjectCreator *const creator) |
| The rendering is not used. More...
|
|
virtual void | RenderUpdate (const double T, const double *const X) |
| The rendering is not used. More...
|
|
|
int | m_iPortWidth |
|
bool | m_bIsUniform |
|
ISignalPort * | m_Input |
|
double * | m_dConvergenceTimeConstantInv |
|
int | m_current_signal |
|
◆ RenderInit()
virtual void CLowPass::RenderInit |
( |
Ogre::Root *const |
ogreRoot, |
|
|
ISimObjectCreator *const |
creator |
|
) |
| |
|
inlinevirtual |
sets up visualization resources
◆ RenderUpdate()
virtual void CLowPass::RenderUpdate |
( |
const double |
T, |
|
|
const double *const |
X |
|
) |
| |
|
inlinevirtual |
updates visualization resources to reflect current state.
The documentation for this class was generated from the following file: