SegmentPropagatorApplyResults Method |
This method sets propagator's state via the input
results.
For
SegmentPropagators that have
state, there may be times when that state should be manually set (sometimes
for performance considerations, when the propagator will be called multiple times and it should
start from where it left off).
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual void ApplyResults(
SegmentResults results
)
Public Overridable Sub ApplyResults (
results As SegmentResults
)
public:
virtual void ApplyResults(
SegmentResults^ results
)
abstract ApplyResults :
results : SegmentResults -> unit
override ApplyResults :
results : SegmentResults -> unit
Parameters
- results
- Type: AGI.Foundation.SegmentPropagationSegmentResults
The results to apply.
See Also