12#ifndef WSFSCRIPTPRINCEDORMAND78_HPP
13#define WSFSCRIPTPRINCEDORMAND78_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)
UT_DECLARE_SCRIPT_METHOD(SetMinStepSize)
UT_DECLARE_SCRIPT_METHOD(Tolerance)
UT_DECLARE_SCRIPT_METHOD(MaxAdjustmentAttempts)
UT_DECLARE_SCRIPT_METHOD(SetErrorCriterion)
~WsfScriptPrinceDormand78Integrator() override=default
void * Create(const UtScriptContext &aInstance) override
Definition WsfScriptPrinceDormand78.cpp:43
UT_DECLARE_SCRIPT_METHOD(ErrorCriterion)
UT_DECLARE_SCRIPT_METHOD(SetMaxStepSize)
UT_DECLARE_SCRIPT_METHOD(L_INFINITY)
WsfScriptPrinceDormand78Integrator(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition WsfScriptPrinceDormand78.cpp:19
UT_DECLARE_SCRIPT_METHOD(MinStepSize)
UT_DECLARE_SCRIPT_METHOD(SetMaxAdjustmentAttempts)
UT_DECLARE_SCRIPT_METHOD(MaxStepSize)
void Destroy(void *aObjectPtr) override
Definition WsfScriptPrinceDormand78.cpp:48
UT_DECLARE_SCRIPT_METHOD(SetTolerance)
UT_DECLARE_SCRIPT_METHOD(L_TWO)
UT_DECLARE_SCRIPT_METHOD(InitialStepSize)