SinglePointStoppablePropagator Properties |
The SinglePointStoppablePropagator type exposes the following members.
Name | Description | |
---|---|---|
Adapters |
Gets the list of StateElementAdapters that
must be applied to the passed in initial state. Note these should not be applied
to the stored initial state if no initial state was passed in.
(Inherited from StoppablePropagator.) | |
CurrentDate |
Gets the date of the current state.
This will get updated automatically after TakeStep(Duration, Boolean) and Restep(Duration) is called.
(Inherited from StoppablePropagator.) | |
CurrentState |
Gets or sets the most recently computed state from the propagator.
Assume that this state is mutable and that the instance will be updated at every step and restep.
For performance considerations, make the derived state type mutable and update a single
instance if possible.
(Inherited from StoppablePropagator.) | |
Group |
Gets the group that contains this evaluator.
(Inherited from StoppablePropagator.) | |
InitialPropagationDirection |
Gets the direction of propagation once
PropagateUntilStop(ITimeBasedState, IEnumerableStoppingConditionEvaluator, IntegrationSense, Boolean, Int32, ITrackCalculationProgress)
has been called.
(Inherited from StoppablePropagator.) | |
IsThreadSafe |
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
(Inherited from StoppablePropagator.) | |
PreviousDate |
Gets or sets the date of the previously propagated state.
This will get updated automatically right after TakeStep(Duration, Boolean) is called.
(Inherited from StoppablePropagator.) | |
PropagationFrame |
Gets the ReferenceFrame to propagate the point in.
| |
StoppingConditionEvaluators |
Gets a read only collection of the stopping conditions
that will be used by this propagator.
(Inherited from StoppablePropagator.) |