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


Public Member Functions | |
| OutputFactory (std::shared_ptr< OutputRegistry > output_registry) | |
| virtual | ~OutputFactory ()=default |
| Destructor. | |
| std::shared_ptr< Output > | createOutput () const |
| void | configure (Euclid::Configuration::ConfigManager &manager) override |
| Method which should initialize the object. | |
| void | reportConfigDependencies (Euclid::Configuration::ConfigManager &manager) const override |
| Registers all the Configuration dependencies. | |
| Public Member Functions inherited from SourceXtractor::Configurable | |
| virtual | ~Configurable ()=default |
| Destructor. | |
Definition at line 37 of file OutputFactory.h.
|
inlineexplicit |
Definition at line 41 of file OutputFactory.h.
References m_flush_size, m_output_format, and m_output_registry.
|
virtualdefault |
Destructor.
|
overridevirtual |
Method which should initialize the object.
The given manager is guaranteed to already be in the initialized state, so all the required Configurations can be accessed using its getConfiguration() method.
| manager | The manager to get the Configurations from |
Implements SourceXtractor::Configurable.
Definition at line 63 of file OutputFactory.cpp.
References Euclid::Configuration::ConfigManager::getConfiguration(), m_flush_size, m_output_filename, m_output_format, m_output_properties, and std::system_category().

| std::shared_ptr< Output > SourceXtractor::OutputFactory::createOutput | ( | ) | const |
Definition at line 41 of file OutputFactory.cpp.
References SourceXtractor::OutputConfig::ASCII, SourceXtractor::OutputConfig::FITS, SourceXtractor::OutputConfig::FITS_LDAC, m_flush_size, m_output_filename, m_output_format, m_output_properties, m_output_registry, and std::make_shared().

|
overridevirtual |
Registers all the Configuration dependencies.
Configurable implementations should implement this method to register to the given ConfigManager (using the registerConfiguration() method) all the Configurations they are going to use
| manager | The manager to register the dependencies to |
Implements SourceXtractor::Configurable.
Definition at line 59 of file OutputFactory.cpp.
References Euclid::Configuration::ConfigManager::registerConfiguration().

|
private |
Definition at line 57 of file OutputFactory.h.
Referenced by configure(), createOutput(), and OutputFactory().
|
private |
Definition at line 60 of file OutputFactory.h.
Referenced by configure(), and createOutput().
|
private |
Definition at line 59 of file OutputFactory.h.
Referenced by configure(), createOutput(), and OutputFactory().
|
private |
Definition at line 56 of file OutputFactory.h.
Referenced by configure(), and createOutput().
|
private |
Definition at line 55 of file OutputFactory.h.
Referenced by createOutput(), and OutputFactory().