SourceXtractorPlusPlus
0.14
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
KronRadiusTask.h
Go to the documentation of this file.
1
17
/*
18
* AperturePhotometryTask.h
19
*
20
* Created on: Sep 22, 2016
21
* Author: mschefer
22
*/
23
24
#ifndef _SEIMPLEMENTATION_PLUGIN_KRONRADIUS_KRONRADIUSTASK_H_
25
#define _SEIMPLEMENTATION_PLUGIN_KRONRADIUS_KRONRADIUSTASK_H_
26
27
//#include <memory>
28
29
#include "
SEUtils/PixelCoordinate.h
"
30
#include "
SEFramework/Task/SourceTask.h
"
31
32
namespace
SourceXtractor {
33
34
class
KronRadiusTask
:
public
SourceTask
{
35
public
:
36
38
virtual
~KronRadiusTask
() =
default
;
39
40
KronRadiusTask
() {}
41
42
virtual
void
computeProperties
(
SourceInterface
& source)
const override
;
43
44
};
45
}
46
47
#endif
/* _SEIMPLEMENTATION_PLUGIN_KRONRADIUS_KRONRADIUSTASK_H_ */
SourceXtractor::KronRadiusTask::~KronRadiusTask
virtual ~KronRadiusTask()=default
Destructor.
SourceXtractor::SourceTask
A Task that acts on a Source to compute one or more properties.
Definition:
SourceTask.h:36
SourceXtractor::KronRadiusTask::computeProperties
virtual void computeProperties(SourceInterface &source) const override
Computes one or more properties for the Source.
Definition:
KronRadiusTask.cpp:51
SourceTask.h
SourceXtractor::KronRadiusTask::KronRadiusTask
KronRadiusTask()
Definition:
KronRadiusTask.h:40
PixelCoordinate.h
SourceXtractor::KronRadiusTask
Definition:
KronRadiusTask.h:34
SourceXtractor::SourceInterface
The SourceInterface is an abstract "source" that has properties attached to it.
Definition:
SourceInterface.h:46
Generated by
1.8.5