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