|
SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
|
#include <PipelineStage.h>
Public Member Functions | |
| virtual | ~PipelineReceiver ()=default |
| virtual void | receiveSource (std::unique_ptr< T > source)=0 |
| virtual void | receiveProcessSignal (const ProcessSourcesEvent &event)=0 |
Receiver component of a pipeline.
| T |
Definition at line 46 of file PipelineStage.h.
|
virtualdefault |
|
pure virtual |
Receive a signal to process sources when grouping
| event |
Implemented in SourceXtractor::Output, SourceXtractor::Deblending, SourceXtractor::Partition, SourceXtractor::SourceGrouping, SourceXtractor::DummyMeasurement, SourceXtractor::MultithreadedMeasurement, SourceXtractor::Prefetcher, and SourceXtractor::Sorter.
|
pure virtual |
Receive a source from the previous stage. The receiver owns the object.
| source |
Implemented in SourceXtractor::Deblending, SourceXtractor::Sorter, SourceXtractor::Output, SourceXtractor::DummyMeasurement, SourceXtractor::MultithreadedMeasurement, SourceXtractor::Partition, SourceXtractor::SourceGrouping, and SourceXtractor::Prefetcher.