SegmentPropagator.Propagate Method |
Name | Description | |
---|---|---|
![]() | 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.
|
![]() | Propagate(ITimeBasedState) |
Propagates the segment starting from the initialState.
|
![]() | Propagate(SegmentListResults) |
Propagates the segment.
|
![]() | Propagate(ITimeBasedState, ITrackCalculationProgress) |
Propagates the segment starting from the initialState.
|
![]() | Propagate(ITimeBasedState, SegmentListResults) |
Propagates the segment starting from the initialState.
|
![]() | Propagate(SegmentConfiguration, ITrackCalculationProgress) |
Propagates the segment.
|
![]() | Propagate(SegmentListResults, SegmentConfiguration, ITrackCalculationProgress) |
Propagates the segment with the given parameters.
|