Package | Description |
---|---|
agi.foundation.propagators |
Contains types used in producing the state of an object from a known element set.
|
Modifier and Type | Method and Description |
---|---|
NumericalPropagationStateHistory |
StoppableNumericalPropagatorResults.getPropagationHistory()
Gets the results that the
NumericalPropagator computed. |
NumericalPropagationStateHistory |
NumericalPropagator.propagate(Duration propagationTime,
int outputSparsity)
|
NumericalPropagationStateHistory |
NumericalPropagator.propagate(Duration propagationTime,
int outputSparsity,
ITrackCalculationProgress tracker)
|
Constructor and Description |
---|
NumericalPropagationStateHistory(PropagationStateConverter converter,
boolean includeIntegrationInfo,
NumericalPropagationStateHistory... otherCollections)
Initializes a new instance.
|
NumericalPropagationStateHistory(PropagationStateConverter converter,
boolean includeIntegrationInfo,
SortingFormat sortingFormat,
NumericalPropagationStateHistory... otherCollections)
Initializes a new instance.
|
StoppableNumericalPropagatorResults(StoppingConditionEvent stoppingEvent,
List<StoppingConditionEvent> detectedEvents,
List<ITimeBasedState> propagatedStates,
NumericalPropagationStateHistory numericalPropagationResults,
boolean aborted)
Initializes a new instance.
|