|
WSF
|
#include <WsfOrbitalIntegrator.hpp>


Public Member Functions | |
| WsfOrbitalIntegrator ()=default | |
| WsfOrbitalIntegrator (const WsfOrbitalIntegrator &aOther) | |
| ~WsfOrbitalIntegrator () override=default | |
| WsfOrbitalIntegrator & | operator= (const WsfOrbitalIntegrator &aOther)=delete |
| WsfOrbitalIntegrator * | Clone () const override=0 |
| const char * | GetScriptClassName () const override |
| virtual ut::OrbitalState | AdvanceToTime (const WsfOrbitalDynamics &aDynamics, const UtCalendar &aFinalTime, const ut::OrbitalState &aInitialState)=0 |
| virtual std::string | GetIntegratorType () const =0 |
| void | SetPropagator (const WsfIntegratingPropagator *aPropagatorPtr) |
| Public Member Functions inherited from WsfObject | |
| WsfObject () | |
| This is the constructor for the WsfObject class. | |
| ~WsfObject () override | |
| This is the destructor for the WsfObject class. | |
| const char * | GetScriptClassName () const override |
| virtual bool | ProcessInput (UtInput &aInput) |
| const std::string & | GetType () const |
| WsfStringId | GetTypeId () const |
| Get the string ID of the 'type' of the object. | |
| void | SetType (WsfStringId aType) |
| const std::string & | GetBaseType () const |
| WsfStringId | GetBaseTypeId () const |
| const TypeList & | GetTypeList () const |
| bool | IsA_TypeOf (WsfStringId aType) const |
| WsfObject & | operator= (const WsfObject &aRhs) |
| Assignment operator. | |
| template<typename T> | |
| void | Serialize (T &aBuff) |
| For XIO (de)serialization. | |
| const std::string & | GetName () const |
| WsfStringId | GetNameId () const |
| void | SetName (WsfStringId aName) |
Protected Attributes | |
| const WsfIntegratingPropagator * | mPropagatorPtr {nullptr} |
Additional Inherited Members | |
| Public Types inherited from WsfObject | |
| typedef std::vector< WsfStringId > | TypeList |
| The list of types returned by GetTypeList. | |
| WsfObject (const WsfObject &aSrc) | |
| Copy constructor (for Clone()). | |
|
default |
Referenced by Clone(), operator=(), and WsfOrbitalIntegrator().
|
inline |
References mPropagatorPtr, WsfObject::WsfObject(), and WsfOrbitalIntegrator().
|
overridedefault |
|
pure virtual |
|
overridepure virtual |
Return a copy of this object. Must be implemented by all derived types. If cloning is impossible, a WsfUncloneableException should be thrown.
Implements WsfObject.
Implemented in WsfPrinceDormand45OrbitalIntegrator, and WsfPrinceDormand78OrbitalIntegrator.
References WsfOrbitalIntegrator().
|
pure virtual |
Implemented in WsfPrinceDormand45OrbitalIntegrator, and WsfPrinceDormand78OrbitalIntegrator.
|
inlineoverride |
|
delete |
References WsfOrbitalIntegrator().
|
inline |
References mPropagatorPtr.
|
protected |
Referenced by SetPropagator(), and WsfOrbitalIntegrator().