SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
BoundaryFlag.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
38
39#ifndef _SEIMPLEMENTATION_PLUGIN_BOUNDARYFLAG_H_
40#define _SEIMPLEMENTATION_PLUGIN_BOUNDARYFLAG_H_
41
43
44namespace SourceXtractor {
45
46class BoundaryFlag : public Property {
47public:
48 virtual ~BoundaryFlag() = default;
49
51
52 bool getBoundaryFlag() const {
53 return m_boundary_flag;
54 }
55
56private:
58}; // end of BoundaryFlag class
59
60} // namespace SourceXtractor
61
62#endif /* _SEIMPLEMENTATION_PLUGIN_BOUNDARYFLAG_H_*/
virtual ~BoundaryFlag()=default
BoundaryFlag(bool boundary_flag)
Base class for all Properties. (has no actual content)
Definition Property.h:33
static StaticPlugin< BoundaryFlagPlugin > boundary_flag