|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
#include <Output.h>


Public Member Functions | |
| virtual | ~Output ()=default |
| void | receiveSource (std::unique_ptr< SourceGroupInterface > source_group) override |
| void | receiveProcessSignal (const ProcessSourcesEvent &) override |
| virtual void | outputSource (const SourceInterface &source)=0 |
| virtual size_t | flush ()=0 |
| virtual void | nextPart ()=0 |
| Public Member Functions inherited from SourceXtractor::PipelineReceiver< SourceGroupInterface > | |
| virtual | ~PipelineReceiver ()=default |
|
virtualdefault |
|
pure virtual |
Implemented in SourceXtractor::FlushableOutput.
|
pure virtual |
Implemented in SourceXtractor::AsciiOutput, SourceXtractor::FitsOutput, and SourceXtractor::LdacOutput.
|
pure virtual |
Implemented in SourceXtractor::FlushableOutput, and SourceXtractor::LdacOutput.
Referenced by receiveSource().
|
inlineoverridevirtual |
Receive a signal to process sources when grouping
| event |
Implements SourceXtractor::PipelineReceiver< SourceGroupInterface >.
|
inlineoverridevirtual |
Receive a source from the previous stage. The receiver owns the object.
| source |
Implements SourceXtractor::PipelineReceiver< SourceGroupInterface >.
Definition at line 38 of file Output.h.
References outputSource().
