SourceXtractorPlusPlus  0.11
Please provide a description of the project.
MeasurementFramePixelCentroidTask.h
Go to the documentation of this file.
1 
23 #ifndef _SEIMPLEMENTATION_TASK_MEASUREMENTFRAMEPIXELCENTROIDTASK_H
24 #define _SEIMPLEMENTATION_TASK_MEASUREMENTFRAMEPIXELCENTROIDTASK_H
25 
27 
28 namespace SourceXtractor {
29 
37 
38 public:
39 
44 
45  MeasurementFramePixelCentroidTask(unsigned int instance) : m_instance(instance) {}
46 
47  virtual void computeProperties(SourceInterface& source) const override;
48 
49 
50 private:
51  unsigned int m_instance;
52 
53 }; /* End of MeasurementFramePixelCentroidTask class */
54 
55 
56 } /* namespace SourceXtractor */
57 
58 
59 #endif
SourceXtractor::MeasurementFramePixelCentroidTask::computeProperties
virtual void computeProperties(SourceInterface &source) const override
Computes one or more properties for the Source.
Definition: MeasurementFramePixelCentroidTask.cpp:33
SourceXtractor::MeasurementFramePixelCentroidTask::m_instance
unsigned int m_instance
Definition: MeasurementFramePixelCentroidTask.h:51
SourceXtractor::MeasurementFramePixelCentroidTask::~MeasurementFramePixelCentroidTask
virtual ~MeasurementFramePixelCentroidTask()=default
Destructor.
SourceXtractor::MeasurementFramePixelCentroidTask
Task to produce the PixelCentroid Property.
Definition: MeasurementFramePixelCentroidTask.h:36
SourceXtractor
Definition: Aperture.h:30
SourceXtractor::MeasurementFramePixelCentroidTask::MeasurementFramePixelCentroidTask
MeasurementFramePixelCentroidTask(unsigned int instance)
Definition: MeasurementFramePixelCentroidTask.h:45
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