SegmentListPropagator Methods |
The SegmentListPropagator type exposes the following members.
Name | Description | |
---|---|---|
![]() | ApplyResults |
For SegmentPropagators that have
state, there may be times when that state should be manually set on a propagator (sometimes
for performance reasons, when the propagator will be called multiple times and it should
start from where it left off). This method will manually set that state, if needed.
(Overrides SegmentPropagatorApplyResults(SegmentResults).) |
![]() | Clone |
Clones this object using the specified context.
(Overrides SegmentPropagatorClone(CopyContext).) |
![]() | CreateNewConfiguration |
Creates a new configuration for this segment. Derived types should override this and return
their configuration that inherits from SegmentListConfiguration.
|
![]() | DefaultStateAdaptation |
Performs the default adaptation of the elements
in the initialState into the finalState. Note that
elements that do not exist in both states will not be adapted.
(Inherited from SegmentPropagator.) |
![]() | Dispose |
Releases any resources associated with this instance.
(Inherited from SegmentPropagator.) |
![]() | Dispose(Boolean) |
Releases any resources associated with this instance.
(Inherited from SegmentPropagator.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Propagate |
Propagates the segment assuming no initial state is passed in. Some segments do not require an
initial state to be passed in. However other segments do; such types should override this method
and provide a detailed error message in a proper Exception in such a case.
(Inherited from SegmentPropagator.) |
![]() | Propagate(ITimeBasedState) |
Propagates the segment starting from the initialState.
(Inherited from SegmentPropagator.) |
![]() | Propagate(SegmentListResults) |
Propagates the segment.
(Inherited from SegmentPropagator.) |
![]() | Propagate(ITimeBasedState, ITrackCalculationProgress) |
Propagates the segment starting from the initialState.
(Inherited from SegmentPropagator.) |
![]() | Propagate(ITimeBasedState, SegmentListResults) |
Propagates the segment starting from the initialState.
(Inherited from SegmentPropagator.) |
![]() | Propagate(SegmentConfiguration, ITrackCalculationProgress) |
Propagates the segment.
(Inherited from SegmentPropagator.) |
![]() | Propagate(SegmentListResults, SegmentConfiguration, ITrackCalculationProgress) |
Propagates the segment with the given parameters.
(Inherited from SegmentPropagator.) |
![]() | PropagateSegment |
The method that actually propagates the segment. This should never be called directly;
instead call the Propagate method that takes the desired parameters.
(Overrides SegmentPropagatorPropagateSegment(SegmentListResults, SegmentConfiguration, ITrackCalculationProgress).) |
![]() | PropagateSegmentList |
Propagates the list of segments of this SegmentListPropagator.
|
![]() | PropagateSegmentList(ITimeBasedState) |
Propagates this starting from the initialState.
|
![]() | PropagateSegmentList(SegmentListResults, SegmentListConfiguration, ITrackCalculationProgress) |
Propagates this propagators list of segments.
|
![]() ![]() | PropagateSegments |
Propagates the segmentsToPropagate. Instead of returning some
set of SegmentListResults, this method will add the results of the segmentsToPropagate
to the cumulativeResults.
|
![]() | PropagateTo | Propagates a segment to the time or independent variable specified in the dateToPropagateTo. This method is needed to assist the case when segments might overlap. If a later segments realizes that it needs to find a different final state from this SegmentPropagator, this method should be used to find that new final state. Consider calling PropagateToAssumingTimeBasedStates(JulianDate, SegmentResults, SegmentListResults) instead of this method directly. |
![]() | ToString | Returns a string that represents the current object. (Inherited from SegmentPropagator.) |