|
SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
|
#include <LdacOutput.h>


Public Member Functions | |
| LdacOutput (const std::string &filename, SourceToRowConverter source_to_row, size_t flush_size) | |
| void | nextPart () override |
| void | outputSource (const SourceInterface &source) override |
Public Member Functions inherited from SourceXtractor::FlushableOutput | |
| FlushableOutput (SourceToRowConverter source_to_row, size_t flush_size) | |
| virtual | ~FlushableOutput ()=default |
| size_t | flush () override |
Public Member Functions inherited from SourceXtractor::Output | |
| virtual | ~Output ()=default |
| void | receiveSource (std::unique_ptr< SourceGroupInterface > source_group) override |
| void | receiveProcessSignal (const ProcessSourcesEvent &) override |
Public Member Functions inherited from SourceXtractor::PipelineReceiver< SourceGroupInterface > | |
| virtual | ~PipelineReceiver ()=default |
Protected Member Functions | |
| void | writeRows (const std::vector< Euclid::Table::Row > &rows) override |
Private Member Functions | |
| void | writeHeaders () |
Additional Inherited Members | |
Public Types inherited from SourceXtractor::FlushableOutput | |
| using | SourceToRowConverter = std::function<Euclid::Table::Row(const SourceInterface&)> |
Definition at line 17 of file LdacOutput.h.
|
inline |
Definition at line 20 of file LdacOutput.h.
|
overridevirtual |
Implements SourceXtractor::Output.
Definition at line 185 of file LdacOutput.cpp.
|
overridevirtual |
Reimplemented from SourceXtractor::FlushableOutput.
Definition at line 117 of file LdacOutput.cpp.
|
private |
Definition at line 142 of file LdacOutput.cpp.
References std::accumulate(), and std::move().

|
inlineoverrideprotectedvirtual |
Implements SourceXtractor::FlushableOutput.
Definition at line 29 of file LdacOutput.h.
References Euclid::Table::TableWriter::addData(), and m_fits_writer.

|
private |
Definition at line 37 of file LdacOutput.h.
|
private |
Definition at line 40 of file LdacOutput.h.
Referenced by writeRows().
|
private |
Definition at line 44 of file LdacOutput.h.
|
private |
Definition at line 42 of file LdacOutput.h.
|
private |
Definition at line 38 of file LdacOutput.h.
|
private |
Definition at line 43 of file LdacOutput.h.