SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SimpleSourceGroupFactory.h
Go to the documentation of this file.
1
17/*
18 * @file SimpleSourceGroupFactory.h
19 * @author nikoapos
20 */
21
22#ifndef _SEFRAMEWORK_SIMPLESOURCEGROUPFACTORY_H
23#define _SEFRAMEWORK_SIMPLESOURCEGROUPFACTORY_H
24
27#include <AlexandriaKernel/memory_tools.h>
28
29namespace SourceXtractor {
30
37
38public:
39
41 return Euclid::make_unique<SimpleSourceGroup>();
42 }
43
44};
45
46}
47
48#endif /* _SEFRAMEWORK_SIMPLESOURCEGROUPFACTORY_H */
49
A SourceGroupFactory implementation that produces a SimpleSourceGroupFactory.
std::unique_ptr< SourceGroupInterface > createSourceGroup() const override
A factory interface to create SourceGroupInterface instances.