SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
AutoPhotometryFlag.h
Go to the documentation of this file.
1
17/*
18 * AutoPhotometryFlag.h
19 *
20 * Created on: Oct 10, 2018
21 * Author: Alejandro Alvarez Ayllon
22 */
23
24#ifndef _SEIMPLEMENTATION_PLUGIN_AUTOPHOTOMETRY_AUTOPHOTOMETRYFLAG_H_
25#define _SEIMPLEMENTATION_PLUGIN_AUTOPHOTOMETRY_AUTOPHOTOMETRYFLAG_H_
26
27#include "SEUtils/Types.h"
30#include <vector>
31
32namespace SourceXtractor {
33
35public:
36 virtual ~AutoPhotometryFlag() = default;
37
38 explicit AutoPhotometryFlag(const Flags flags): m_flags{flags} {}
39
40 Flags getFlags() const {
41 return m_flags;
42 }
43
44private:
46};
47
48} /* namespace SourceXtractor */
49
50#endif /* _SEIMPLEMENTATION_PLUGIN_AUTOPHOTOMETRY_AUTOPHOTOMETRYFLAG_H_ */
virtual ~AutoPhotometryFlag()=default
Base class for all Properties. (has no actual content).
Definition Property.h:33
Flags
Flagging of bad sources.
Definition SourceFlags.h:37