SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
AutoPhotometryConfig.h
Go to the documentation of this file.
1
17/*
18 * AutoPhotometryConfig.h
19 *
20 * Created on: Jul 18, 2018
21 * Author: mkuemmel@usm.lmu.de
22 */
23
24#ifndef _SEIMPLEMENTATION_PLUGIN_AUTOPHOTOMETRY_AUTOPHOTOMETRYCONFIG_H_
25#define _SEIMPLEMENTATION_PLUGIN_AUTOPHOTOMETRY_AUTOPHOTOMETRYCONFIG_H_
26
27#include <vector>
28#include "Configuration/Configuration.h"
29
30namespace SourceXtractor {
31
33
34public:
36 virtual ~AutoPhotometryConfig() = default;
37
39
41
42 //void preInitialize(const UserValues& args) override;
43 void initialize(const UserValues& args) override;
44
47
48private:
51};
52
53} /* namespace SourceXtractor */
54
55
56#endif /* _SEIMPLEMENTATION_PLUGIN_AUTOPHOTOMETRY_AUTOPHOTOMETRYCONFIG_H_ */
std::map< std::string, boost::program_options::variable_value > UserValues
void initialize(const UserValues &args) override
virtual ~AutoPhotometryConfig()=default
Destructor.
std::map< std::string, OptionDescriptionList > getProgramOptions() override
SeFloat32 SeFloat
Definition Types.h:32