SourceXtractorPlusPlus
0.11
Please provide a description of the project.
SEImplementation
SEImplementation
Plugin
PixelBoundaries
PixelBoundariesTask.h
Go to the documentation of this file.
1
23
#ifndef _SEIMPLEMENTATION_TASK_PIXELBOUNDARIESTASK_H
24
#define _SEIMPLEMENTATION_TASK_PIXELBOUNDARIESTASK_H
25
26
#include "
SEFramework/Source/SourceWithOnDemandProperties.h
"
27
#include "
SEFramework/Task/SourceTask.h
"
28
29
namespace
SourceXtractor
{
30
36
class
PixelBoundariesTask
:
public
SourceTask
{
37
38
public
:
39
43
virtual
~PixelBoundariesTask
() =
default
;
44
45
virtual
void
computeProperties
(
SourceInterface
& source)
const override
;
46
47
48
private
:
49
50
};
/* End of PixelBoundariesTask class */
51
52
58
class
PixelBoundariesTaskHalfMaximum
:
public
SourceTask
{
59
60
public
:
61
65
virtual
~PixelBoundariesTaskHalfMaximum
() =
default
;
66
67
virtual
void
computeProperties
(
SourceInterface
& source)
const override
;
68
69
70
private
:
71
72
};
/* End of PixelBoundariesTaskHalfMaximum class */
73
74
}
/* namespace SourceXtractor */
75
76
77
#endif
SourceXtractor::PixelBoundariesTask::~PixelBoundariesTask
virtual ~PixelBoundariesTask()=default
Destructor.
SourceXtractor::PixelBoundariesTask
Task to produce the PixelBoundaries Property.
Definition:
PixelBoundariesTask.h:36
SourceWithOnDemandProperties.h
SourceXtractor::PixelBoundariesTaskHalfMaximum::~PixelBoundariesTaskHalfMaximum
virtual ~PixelBoundariesTaskHalfMaximum()=default
Destructor.
SourceXtractor::SourceTask
A Task that acts on a Source to compute one or more properties.
Definition:
SourceTask.h:36
SourceTask.h
SourceXtractor::PixelBoundariesTaskHalfMaximum
Task to produce the PixelBoundariesHalfMaximum Property.
Definition:
PixelBoundariesTask.h:58
SourceXtractor
Definition:
Aperture.h:30
SourceXtractor::PixelBoundariesTask::computeProperties
virtual void computeProperties(SourceInterface &source) const override
Computes one or more properties for the Source.
Definition:
PixelBoundariesTask.cpp:33
SourceXtractor::PixelBoundariesTaskHalfMaximum::computeProperties
virtual void computeProperties(SourceInterface &source) const override
Computes one or more properties for the Source.
Definition:
PixelBoundariesTask.cpp:49
SourceXtractor::SourceInterface
The SourceInterface is an abstract "source" that has properties attached to it.
Definition:
SourceInterface.h:46
Generated by
1.8.14