|
WSF
|
A class that provides a complete interface for implementing orbital propagation in derived classes. More...
#include <WsfOrbitalPropagator.hpp>

Public Member Functions | |
| OrbitalPropagator (std::unique_ptr< ut::OrbitalState > aInitialOrbitalState) | |
| OrbitalPropagator (const OrbitalPropagator &aOther) | |
| ~OrbitalPropagator () override=default | |
| OrbitalPropagator & | operator= (const OrbitalPropagator &aOther)=delete |
| WsfSpaceMoverBase * | GetSpaceMover () const |
| virtual void | SetSpaceMover (WsfSpaceMoverBase *aMoverPtr) |
A class that provides a complete interface for implementing orbital propagation in derived classes.
|
explicit |
| wsf::space::OrbitalPropagator::OrbitalPropagator | ( | const OrbitalPropagator & | aOther | ) |
References OrbitalPropagator().
|
overridedefault |
|
inline |
|
delete |
References OrbitalPropagator().
|
inlinevirtual |
Reimplemented in WsfIntegratingPropagator.
Referenced by WsfSpaceMoverBase::Initialize(), and WsfIntegratingPropagator::SetSpaceMover().