SourceXtractorPlusPlus
0.8
Please provide a description of the project.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
SEImplementation
SEImplementation
Plugin
AperturePhotometry
ApertureFlag.h
Go to the documentation of this file.
1
17
/*
18
* ApertureFlag.h
19
*
20
* Created on: Oct 09, 2018
21
* Author: Alejandro Alvarez Ayllon
22
*/
23
24
#ifndef _SEIMPLEMENTATION_PLUGIN_APERTUREPHOTOMETRY_APERTUREFLAG_H_
25
#define _SEIMPLEMENTATION_PLUGIN_APERTUREPHOTOMETRY_APERTUREFLAG_H_
26
27
#include "
SEUtils/Types.h
"
28
#include "
SEFramework/Property/Property.h
"
29
#include "
SEFramework/Source/SourceFlags.h
"
30
#include <map>
31
32
namespace
SourceXtractor {
33
38
class
ApertureFlag
:
public
Property
{
39
public
:
40
41
virtual
~ApertureFlag
() =
default
;
42
43
ApertureFlag
(
const
std::map<float, Flags>
& flags):
m_flags
{flags} {}
44
45
const
std::map<float, Flags>
&
getFlags
()
const
{
46
return
m_flags
;
47
}
48
49
private
:
50
std::map<float, Flags>
m_flags
;
51
};
52
53
}
/* namespace SourceXtractor */
54
55
#endif
/* _SEIMPLEMENTATION_PLUGIN_APERTUREPHOTOMETRY_APERTUREFLAG_H_ */
SourceXtractor::ApertureFlag::~ApertureFlag
virtual ~ApertureFlag()=default
Types.h
SourceFlags.h
Property.h
std::map< float, Flags >
SourceXtractor::Property
Base class for all Properties. (has no actual content)
Definition:
Property.h:33
SourceXtractor::ApertureFlag::ApertureFlag
ApertureFlag(const std::map< float, Flags > &flags)
Definition:
ApertureFlag.h:43
SourceXtractor::ApertureFlag::m_flags
std::map< float, Flags > m_flags
Definition:
ApertureFlag.h:50
SourceXtractor::ApertureFlag
Aperture photometry flag.
Definition:
ApertureFlag.h:38
SourceXtractor::ApertureFlag::getFlags
const std::map< float, Flags > & getFlags() const
Definition:
ApertureFlag.h:45
Generated by
1.8.5