SourceXtractorPlusPlus
0.10
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
PixelCentroid
PixelCentroidTask.h
Go to the documentation of this file.
1
23
#ifndef _SEIMPLEMENTATION_TASK_PIXELCENTROIDTASK_H
24
#define _SEIMPLEMENTATION_TASK_PIXELCENTROIDTASK_H
25
26
#include "
SEFramework/Task/SourceTask.h
"
27
28
namespace
SourceXtractor {
29
36
class
PixelCentroidTask
:
public
SourceTask
{
37
38
public
:
39
43
virtual
~PixelCentroidTask
() =
default
;
44
45
virtual
void
computeProperties
(
SourceInterface
& source)
const override
;
46
47
48
private
:
49
50
};
/* End of PixelCentroidTask class */
51
52
53
}
/* namespace SourceXtractor */
54
55
56
#endif
SourceXtractor::PixelCentroidTask::~PixelCentroidTask
virtual ~PixelCentroidTask()=default
Destructor.
SourceXtractor::SourceTask
A Task that acts on a Source to compute one or more properties.
Definition:
SourceTask.h:36
SourceTask.h
SourceXtractor::PixelCentroidTask
Task to produce the PixelCentroid Property.
Definition:
PixelCentroidTask.h:36
SourceXtractor::PixelCentroidTask::computeProperties
virtual void computeProperties(SourceInterface &source) const override
Computes one or more properties for the Source.
Definition:
PixelCentroidTask.cpp:32
SourceXtractor::SourceInterface
The SourceInterface is an abstract "source" that has properties attached to it.
Definition:
SourceInterface.h:46
Generated by
1.8.5