SourceXtractorPlusPlus
0.11
Please provide a description of the project.
SEImplementation
SEImplementation
Plugin
SaturateFlag
SaturateFlag.h
Go to the documentation of this file.
1
17
/*
18
* Copyright (C) 2012-2020 Euclid Science Ground Segment
19
*
20
* This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General
21
* Public License as published by the Free Software Foundation; either version 3.0 of the License, or (at your option)
22
* any later version.
23
*
24
* This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
25
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
26
* details.
27
*
28
* You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to
29
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
30
*/
31
39
#ifndef _SEIMPLEMENTATION_PLUGIN_SATURATEFLAG_H_
40
#define _SEIMPLEMENTATION_PLUGIN_SATURATEFLAG_H_
41
42
#include "
SEFramework/Property/Property.h
"
43
44
namespace
SourceXtractor
{
45
46
class
SaturateFlag
:
public
Property
{
47
public
:
48
virtual
~SaturateFlag
() =
default
;
49
50
SaturateFlag
(
bool
saturate_flag
) :
m_saturate_flag
{
saturate_flag
} {}
51
52
bool
getSaturateFlag
()
const
{
53
return
m_saturate_flag
;
54
}
55
56
private
:
57
bool
m_saturate_flag
;
58
};
// end of SaturateFlag class
59
60
}
// namespace SourceXtractor
61
62
#endif
/* _SEIMPLEMENTATION_PLUGIN_SATURATEFLAG_H_*/
SourceXtractor::Property
Base class for all Properties. (has no actual content)
Definition:
Property.h:33
SourceXtractor::SaturateFlag::m_saturate_flag
bool m_saturate_flag
Definition:
SaturateFlag.h:57
SourceXtractor
Definition:
Aperture.h:30
SourceXtractor::SaturateFlag::SaturateFlag
SaturateFlag(bool saturate_flag)
Definition:
SaturateFlag.h:50
Property.h
SourceXtractor::saturate_flag
static StaticPlugin< SaturateFlagPlugin > saturate_flag
Definition:
SaturateFlagPlugin.cpp:43
SourceXtractor::SaturateFlag::~SaturateFlag
virtual ~SaturateFlag()=default
SourceXtractor::SaturateFlag
Definition:
SaturateFlag.h:46
SourceXtractor::SaturateFlag::getSaturateFlag
bool getSaturateFlag() const
Definition:
SaturateFlag.h:52
Generated by
1.8.18