Click or drag to resize

SegmentPropagatorPropagate Method

Overload List
  NameDescription
Public methodPropagate
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.
Public methodPropagate(ITimeBasedState)
Propagates the segment starting from the initialState.
Public methodPropagate(SegmentListResults)
Propagates the segment.
Public methodPropagate(ITimeBasedState, ITrackCalculationProgress)
Propagates the segment starting from the initialState.
Public methodPropagate(ITimeBasedState, SegmentListResults)
Propagates the segment starting from the initialState.
Public methodPropagate(SegmentConfiguration, ITrackCalculationProgress)
Propagates the segment.
Public methodPropagate(SegmentListResults, SegmentConfiguration, ITrackCalculationProgress)
Propagates the segment with the given parameters.
Top
See Also