SourceXtractorPlusPlus
0.12
Please provide a description of the project.
SEImplementation
SEImplementation
Plugin
DetectionFrameCoordinates
DetectionFrameCoordinatesTask.h
Go to the documentation of this file.
1
18
#ifndef _SEIMPLEMENTATION_PLUGIN_DETECTIONFRAMECOORDINATES_DETECTIONFRAMECOORDINATESTASK_H_
19
#define _SEIMPLEMENTATION_PLUGIN_DETECTIONFRAMECOORDINATES_DETECTIONFRAMECOORDINATESTASK_H_
20
21
#include "
SEFramework/Task/SourceTask.h
"
22
23
namespace
SourceXtractor
{
24
30
class
DetectionFrameCoordinatesTask
:
public
SourceTask
{
31
public
:
32
36
virtual
~DetectionFrameCoordinatesTask
() =
default
;
37
39
DetectionFrameCoordinatesTask
() {}
40
41
void
computeProperties
(
SourceInterface
& source)
const override
;
42
43
};
/* End of DetectionFrameCoordinatesTask class */
44
45
}
46
47
48
#endif
/* SEIMPLEMENTATION_PLUGIN_DETECTIONFRAMECOORDINATES_DETECTIONFRAMECOORDINATESTASK_H_ */
SourceXtractor::DetectionFrameCoordinatesTask::~DetectionFrameCoordinatesTask
virtual ~DetectionFrameCoordinatesTask()=default
Destructor.
SourceXtractor::SourceTask
A Task that acts on a Source to compute one or more properties.
Definition:
SourceTask.h:36
SourceTask.h
SourceXtractor
Definition:
Aperture.h:30
SourceXtractor::DetectionFrameCoordinatesTask::computeProperties
void computeProperties(SourceInterface &source) const override
Computes one or more properties for the Source.
Definition:
DetectionFrameCoordinatesTask.cpp:26
SourceXtractor::DetectionFrameCoordinatesTask
Definition:
DetectionFrameCoordinatesTask.h:30
SourceXtractor::SourceInterface
The SourceInterface is an abstract "source" that has properties attached to it.
Definition:
SourceInterface.h:46
SourceXtractor::DetectionFrameCoordinatesTask::DetectionFrameCoordinatesTask
DetectionFrameCoordinatesTask()
Constructor.
Definition:
DetectionFrameCoordinatesTask.h:39
Generated by
1.8.14