SourceXtractorPlusPlus  0.15
Please provide a description of the project.
DetectionFramePixelValuesTask.h
Go to the documentation of this file.
1 
23 #ifndef _SEIMPLEMENTATION_TASK_DETECTIONFRAMEPIXELVALUESTASK_H
24 #define _SEIMPLEMENTATION_TASK_DETECTIONFRAMEPIXELVALUESTASK_H
25 
29 
30 namespace SourceXtractor {
31 
39 
40 public:
41 
45  virtual ~DetectionFramePixelValuesTask() = default;
46 
48 
49  virtual void computeProperties(SourceInterface& source) const override;
50 
51 }; /* End of DetectionFramePixelValuesTask class */
52 
53 
54 
55 } /* namespace SourceXtractor */
56 
57 
58 #endif
Task to produce the DetectionFramePixelValues Property.
virtual ~DetectionFramePixelValuesTask()=default
Destructor.
virtual 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