20#ifndef _MDCORE_SOURCE_TFSUBENGINE_H_
21#define _MDCORE_SOURCE_TFSUBENGINE_H_
Include Python header, disable linking to pythonX_d.lib on Windows in debug mode.
Definition tfAngleConfig.h:26
A SubEngine is a singleton object that injects dynamics into the Tissue Forge engine....
Definition tfSubEngine.h:36
virtual HRESULT preStepJoin()
Last call before forces are calculated for a step.
Definition tfSubEngine.h:60
const char * name
Definition tfSubEngine.h:39
HRESULT registerEngine()
Register with the Tissue Forge engine.
virtual HRESULT finalize()
Called during termination of a simulation, just before shutdown of Tissue Forge engine.
Definition tfSubEngine.h:81
virtual HRESULT postStepStart()
First call after forces are calculated, and before events are executed, for a step.
Definition tfSubEngine.h:67
virtual HRESULT postStepJoin()
Last call after forces are calculated, and before events are executed, for a step.
Definition tfSubEngine.h:74
virtual HRESULT preStepStart()
First call before forces are calculated for a step.
Definition tfSubEngine.h:53
int32_t HRESULT
Definition tf_port.h:255