SourceXtractorPlusPlus
0.11
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
KronRadius
KronRadius.h
Go to the documentation of this file.
1
17
/*
18
* AutoPhotometry.h
19
*
20
* Created on: Sept. 12, 2018
21
* Author: mkuemmel@usm.lmu.de
22
*/
23
24
#ifndef _SEIMPLEMENTATION_PLUGIN_KRONRADIUS_KRONRADIUS_H_
25
#define _SEIMPLEMENTATION_PLUGIN_KRONRADIUS_KRONRADIUS_H_
26
27
#include "
SEUtils/Types.h
"
28
#include "
SEFramework/Property/Property.h
"
29
30
namespace
SourceXtractor {
31
36
class
KronRadius
:
public
Property
{
37
public
:
38
42
virtual
~KronRadius
() =
default
;
43
44
KronRadius
(
SeFloat
kron_radius,
long
int
flag)
45
:
m_kron_radius
(kron_radius),
m_flag
(flag) {}
46
47
SeFloat
getKronRadius
()
const
{
48
return
m_kron_radius
;
49
}
50
51
SeFloat
getFlag
()
const
{
52
return
m_flag
;
53
}
54
55
private
:
56
SeFloat
m_kron_radius
;
57
long
int
m_flag
;
58
};
59
60
}
/* namespace SourceXtractor */
61
62
#endif
/* _SEIMPLEMENTATION_PLUGIN_KRONRADIUS_KRONRADIUS_H_ */
SourceXtractor::KronRadius::getKronRadius
SeFloat getKronRadius() const
Definition:
KronRadius.h:47
Types.h
Property.h
SourceXtractor::SeFloat
SeFloat32 SeFloat
Definition:
Types.h:32
SourceXtractor::KronRadius::getFlag
SeFloat getFlag() const
Definition:
KronRadius.h:51
SourceXtractor::Property
Base class for all Properties. (has no actual content)
Definition:
Property.h:33
SourceXtractor::KronRadius::m_kron_radius
SeFloat m_kron_radius
Definition:
KronRadius.h:56
SourceXtractor::KronRadius
Kron radius.
Definition:
KronRadius.h:36
SourceXtractor::KronRadius::KronRadius
KronRadius(SeFloat kron_radius, long int flag)
Definition:
KronRadius.h:44
SourceXtractor::KronRadius::m_flag
long int m_flag
Definition:
KronRadius.h:57
SourceXtractor::KronRadius::~KronRadius
virtual ~KronRadius()=default
Destructor.
Generated by
1.8.5