SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
DetectionFrameSourceStampTask.h
Go to the documentation of this file.
1
23#ifndef _SEIMPLEMENTATION_TASK_DETECTIONFRAMESOURCESTAMPTASK_H
24#define _SEIMPLEMENTATION_TASK_DETECTIONFRAMESOURCESTAMPTASK_H
25
29
30namespace SourceXtractor {
31
38public:
39
43 virtual ~DetectionFrameSourceStampTask() = default;
44
47
48 void computeProperties(SourceInterface& source) const override;
49
50}; /* End of DetectionFrameSourceStampTask class */
51
52}
53
54
55#endif
Task to produce the DetectionFrameSourceStamp Property.
virtual ~DetectionFrameSourceStampTask()=default
Destructor.
void computeProperties(SourceInterface &source) const override
Computes one or more properties for the Source.
The SourceInterface is an abstract "source" that has properties attached to it.
A Task that acts on a Source to compute one or more properties.
Definition SourceTask.h:36