SourceXtractorPlusPlus  0.19
SourceXtractor++, the next generation SExtractor
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HduNumberTask.h
Go to the documentation of this file.
1 
18 #ifndef _SEIMPLEMENTATION_PLUGIN_HDUNUMBER_HDUNUMBERTASK_H_
19 #define _SEIMPLEMENTATION_PLUGIN_HDUNUMBER_HDUNUMBERTASK_H_
20 
22 
23 namespace SourceXtractor {
24 
31 class HduNumberTask : public SourceTask {
32 public:
33 
37  virtual ~HduNumberTask() = default;
39 
40  void computeProperties(SourceInterface& source) const override;
41 
42 private:
43 
44 }; /* End of HduNumberTask class */
45 
46 
47 } /* namespace SourceXtractor */
48 
49 #endif /* _SEIMPLEMENTATION_PLUGIN_HDUNUMBER_HDUNUMBERTASK_H_ */
virtual ~HduNumberTask()=default
Destructor.
Task to produce the HduNumber Property.
Definition: HduNumberTask.h:31
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.
The SourceInterface is an abstract "source" that has properties attached to it.