SourceXtractorPlusPlus  0.11
Please provide a description of the project.
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 
32 namespace SourceXtractor {
33 
35 public:
36  virtual ~AutoPhotometryFlag() = default;
37 
38  AutoPhotometryFlag(const Flags flags): m_flags{flags} {}
39 
40  Flags getFlags() const {
41  return m_flags;
42  }
43 
44 private:
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:34