SourceXtractorPlusPlus  0.14
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
31 
32 namespace SourceXtractor {
33 
40 
41 public:
42 
44  : m_output_registry(output_registry), m_threads_nb(0) {}
45 
47 
48  // Implementation of the Configurable interface
49  void configure(Euclid::Configuration::ConfigManager& manager) override;
51 
52 
53 private:
57 
58  unsigned int m_threads_nb;
59 };
60 
61 }
62 
63 
64 #endif /* _SEIMPLEMENTATION_MEASUREMENT_MEASUREMENTFACTORY_H_ */
std::shared_ptr< Euclid::ThreadPool > m_thread_pool
void configure(Euclid::Configuration::ConfigManager &manager) override
Method which should initialize the object.
Interface of objects which can be configured.
Definition: Configurable.h:37
MeasurementFactory(std::shared_ptr< OutputRegistry > output_registry)
std::shared_ptr< OutputRegistry > m_output_registry
std::unique_ptr< Measurement > getMeasurement() const
STL class.
std::vector< std::string > m_output_properties
void reportConfigDependencies(Euclid::Configuration::ConfigManager &manager) const override
Registers all the Configuration dependencies.