SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
MeasurementFactory.h
Go to the documentation of this file.
1
17/*
18 * MeasurementFactory.h
19 *
20 * Created on: May 17, 2018
21 * Author: mschefer
22 */
23
24#ifndef _SEIMPLEMENTATION_MEASUREMENT_MEASUREMENTFACTORY_H_
25#define _SEIMPLEMENTATION_MEASUREMENT_MEASUREMENTFACTORY_H_
26
30#include "AlexandriaKernel/ThreadPool.h"
31
32namespace SourceXtractor {
33
60
61}
62
63
64#endif /* _SEIMPLEMENTATION_MEASUREMENT_MEASUREMENTFACTORY_H_ */
Interface of objects which can be configured.
MeasurementFactory(std::shared_ptr< OutputRegistry > output_registry)
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.
std::vector< std::string > m_output_properties
std::shared_ptr< OutputRegistry > m_output_registry
std::shared_ptr< Euclid::ThreadPool > m_thread_pool
std::unique_ptr< Measurement > getMeasurement() const