SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
GroupingFactory.h
Go to the documentation of this file.
1
17/*
18 * GroupingFactory.h
19 *
20 * Created on: Jul 2, 2018
21 * Author: mschefer
22 */
23
24#ifndef _SEIMPLEMENTATION_GROUPING_GROUPINGFACTORY_H_
25#define _SEIMPLEMENTATION_GROUPING_GROUPINGFACTORY_H_
26
30
36
38
39namespace SourceXtractor {
40
64
65} /* namespace SourceXtractor */
66
67
68
69#endif /* _SEIMPLEMENTATION_GROUPING_GROUPINGFACTORY_H_ */
Interface of objects which can be configured.
std::shared_ptr< GroupingCriteria > getCriteria() const
void configure(Euclid::Configuration::ConfigManager &manager) override
Method which should initialize the object.
virtual ~GroupingFactory()=default
GroupingFactory(std::shared_ptr< SourceGroupFactory > source_group_factory)
GroupingConfig::Algorithm m_algorithm
std::shared_ptr< SourceGroupFactory > m_source_group_factory
std::shared_ptr< GroupingCriteria > m_grouping_criteria
std::shared_ptr< SourceGroupingInterface > createGrouping() const
void reportConfigDependencies(Euclid::Configuration::ConfigManager &manager) const override
Registers all the Configuration dependencies.