SourceXtractorPlusPlus  0.15
Please provide a description of the project.
VignetArraySourceTask.h
Go to the documentation of this file.
1 
18 #ifndef _SEIMPLEMENTATION_PLUGIN_VIGNETARRAYSOURCETASK_H_
19 #define _SEIMPLEMENTATION_PLUGIN_VIGNETARRAYSOURCETASK_H_
20 
22 
23 namespace SourceXtractor {
24 
26 public:
27  virtual ~VignetArraySourceTask() = default;
28 
30 
31  void computeProperties(SourceInterface& source) const override;
32 
33 private:
35 };
36 
37 } // end of namespace SourceXtractor
38 
39 #endif /* _SEIMPLEMENTATION_PLUGIN_VIGNETARRAYSOURCETASK_H_ */
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
void computeProperties(SourceInterface &source) const override
Computes one or more properties for the Source.
VignetArraySourceTask(const std::vector< unsigned > images)