FOUND
|
The OrbitPropagationAlgorithm is an algorithm that propagates an orbit over a specified time period. More...
#include <orbit.hpp>
Public Member Functions | |
OrbitPropagationAlgorithm ()=default | |
Constructs this. | |
virtual | ~OrbitPropagationAlgorithm () |
Destroys this. | |
![]() | |
FunctionStage ()=default | |
Constructs a new Stage. | |
virtual | ~FunctionStage ()=default |
Destroys this. | |
void | DoAction () override |
Executes Run (with a stored input and storing the output) | |
LocationRecords & | GetResource () |
Returns the stored input of this. | |
LocationRecords *& | GetProduct () |
Returns the stored output of this. | |
![]() | |
virtual Output | Run (Input input)=0 |
Runs this stage. | |
Additional Inherited Members | |
![]() | |
LocationRecords | resource |
The stored input for this. | |
LocationRecords * | product |
The pointer to the stored output for this. | |
The OrbitPropagationAlgorithm is an algorithm that propagates an orbit over a specified time period.