SITPostProcessingPipeline Class Reference
Inherits from | NSObject |
---|---|
Conforms to | SITIndicationsPostprocess |
Declared in | SITPostProcessingPipeline.h |
Overview
This class applies the indications postprocess operations included in SITIndicationsFloorChangeMerge and SITIndicationsMinimization
– applyTo:
Returns the postprocessed list of indications.
- (NSArray<SITIndication*> *)applyTo:(NSArray<SITIndication*> *)indications
Parameters
indications |
List of indications to be postprocessed |
---|
Return Value
A list of indications with the postprocess operations applied
Declared In
SITPostProcessingPipeline.h
+ create
Creates an instance of the object.
+ (SITPostProcessingPipeline *)create
Return Value
An allocated instance of the SITPostProcessingPipeline object
Declared In
SITPostProcessingPipeline.h