SourceXtractorPlusPlus
0.12
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
NDetectedPixels
NDetectedPixels.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_NDETECTEDPIXELS_H_
40
#define _SEIMPLEMENTATION_PLUGIN_NDETECTEDPIXELS_H_
41
42
#include "
SEFramework/Property/Property.h
"
43
44
namespace
SourceXtractor {
45
class
NDetectedPixels
:
public
Property
{
46
public
:
47
virtual
~NDetectedPixels
() =
default
;
48
NDetectedPixels
(
unsigned
long
n_detected_pixels
) :
m_n_detected_pixels
(n_detected_pixels) {}
49
long
int
getNDetectedPixels
()
const
{
50
return
m_n_detected_pixels
;
51
}
52
private
:
53
long
int
m_n_detected_pixels
;
54
};
// end of NDetectedPixels class
55
}
// namespace SourceXtractor
56
57
#endif
/* _SEIMPLEMENTATION_PLUGIN_NDETECTEDPIXELS_H_*/
Property.h
SourceXtractor::Property
Base class for all Properties. (has no actual content)
Definition:
Property.h:33
SourceXtractor::n_detected_pixels
static StaticPlugin< NDetectedPixelsPlugin > n_detected_pixels
Definition:
NDetectedPixelsPlugin.cpp:43
SourceXtractor::NDetectedPixels::m_n_detected_pixels
long int m_n_detected_pixels
Definition:
NDetectedPixels.h:53
SourceXtractor::NDetectedPixels::~NDetectedPixels
virtual ~NDetectedPixels()=default
SourceXtractor::NDetectedPixels
Definition:
NDetectedPixels.h:45
SourceXtractor::NDetectedPixels::getNDetectedPixels
long int getNDetectedPixels() const
Definition:
NDetectedPixels.h:49
SourceXtractor::NDetectedPixels::NDetectedPixels
NDetectedPixels(unsigned long n_detected_pixels)
Definition:
NDetectedPixels.h:48
Generated by
1.8.5