SourceXtractorPlusPlus
0.16
Please provide a description of the project.
SEImplementation
SEImplementation
Plugin
CoreThresholdPartition
NCorePixel.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
*/
38
#ifndef _SEIMPLEMENTATION_PLUGIN_NCOREPIXEL_H_
39
#define _SEIMPLEMENTATION_PLUGIN_NCOREPIXEL_H_
40
41
#include "
SEFramework/Property/Property.h
"
42
43
namespace
SourceXtractor
{
44
class
NCorePixel
:
public
Property
{
45
public
:
46
virtual
~NCorePixel
() =
default
;
47
explicit
NCorePixel
(
unsigned
long
n_core_pixel) :
m_n_core_pixel
(n_core_pixel) {}
48
long
int
getNCorePixel
()
const
{
49
return
m_n_core_pixel
;
50
}
51
private
:
52
long
int
m_n_core_pixel
;
53
};
// end of NCorePixel class
54
}
// namespace SExtractor
55
56
#endif
/* _SEIMPLEMENTATION_PLUGIN_NCOREPIXEL_H_*/
Property.h
SourceXtractor::NCorePixel
Definition:
NCorePixel.h:44
SourceXtractor::NCorePixel::m_n_core_pixel
long int m_n_core_pixel
Definition:
NCorePixel.h:52
SourceXtractor::NCorePixel::getNCorePixel
long int getNCorePixel() const
Definition:
NCorePixel.h:48
SourceXtractor::NCorePixel::~NCorePixel
virtual ~NCorePixel()=default
SourceXtractor::NCorePixel::NCorePixel
NCorePixel(unsigned long n_core_pixel)
Definition:
NCorePixel.h:47
SourceXtractor::Property
Base class for all Properties. (has no actual content)
Definition:
Property.h:33
SourceXtractor
Definition:
Aperture.h:30
Generated by
1.9.1