Interface CutPlaneVisitorFactory
- All Known Implementing Classes:
AttenuationComputeOutput,AttenuationOutputMultiThread,DefaultCutPlaneVisitor
public interface CutPlaneVisitorFactory
Generate a non-thread safe instance of cut plane visitor where each receiver are processed one by one
-
Method Summary
-
Method Details
-
subProcess
- Parameters:
visitor- Progression information, used to cancel processing too- Returns:
- CutPlaneVisitor instance processed by a single thread
-