12#ifndef WSFSCRIPTPRINCEDORMAND45_HPP
13#define WSFSCRIPTPRINCEDORMAND45_HPP
23 void*
Create(
const UtScriptContext& aInstance)
override;
24 void Destroy(
void* aObjectPtr)
override;
WsfScriptOrbitalIntegrator(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition WsfScriptOrbitalIntegrator.cpp:17
UT_DECLARE_SCRIPT_METHOD(SetInitialStepSize)
~WsfScriptPrinceDormand45Integrator() override=default
UT_DECLARE_SCRIPT_METHOD(L_TWO)
UT_DECLARE_SCRIPT_METHOD(InitialStepSize)
UT_DECLARE_SCRIPT_METHOD(SetMaxStepSize)
UT_DECLARE_SCRIPT_METHOD(MaxAdjustmentAttempts)
UT_DECLARE_SCRIPT_METHOD(MaxStepSize)
UT_DECLARE_SCRIPT_METHOD(SetMaxAdjustmentAttempts)
UT_DECLARE_SCRIPT_METHOD(SetTolerance)
WsfScriptPrinceDormand45Integrator(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition WsfScriptPrinceDormand45.cpp:19
UT_DECLARE_SCRIPT_METHOD(SetErrorCriterion)
UT_DECLARE_SCRIPT_METHOD(L_INFINITY)
UT_DECLARE_SCRIPT_METHOD(Tolerance)
UT_DECLARE_SCRIPT_METHOD(MinStepSize)
void Destroy(void *aObjectPtr) override
Definition WsfScriptPrinceDormand45.cpp:48
UT_DECLARE_SCRIPT_METHOD(SetMinStepSize)
void * Create(const UtScriptContext &aInstance) override
Definition WsfScriptPrinceDormand45.cpp:43
UT_DECLARE_SCRIPT_METHOD(ErrorCriterion)