SourceXtractorPlusPlus
0.11
Please provide a description of the project.
|
A Task that acts on a SourceGroup to compute one or more properties. More...
#include <GroupTask.h>
Public Member Functions | |
virtual | ~GroupTask ()=default |
Destructor. More... | |
virtual void | computeProperties (SourceGroupInterface &group) const =0 |
Computes one or more properties for the SourceGroup and/or the Sources it contains. More... | |
![]() | |
virtual | ~Task ()=default |
Destructor. More... | |
A Task that acts on a SourceGroup to compute one or more properties.
Definition at line 36 of file GroupTask.h.
|
virtualdefault |
Destructor.
|
pure virtual |
Computes one or more properties for the SourceGroup and/or the Sources it contains.
Implemented in SourceXtractor::FlexibleModelFittingTask, SourceXtractor::DetectionFrameGroupStampTask, SourceXtractor::GroupInfoTask, SourceXtractor::PsfTask, SourceXtractor::MultiframeModelFittingTask, SourceXtractor::JacobianGroupTask, and SourceXtractor::MeasurementFrameGroupRectangleTask.
Referenced by SourceXtractor::SourceGroupWithOnDemandProperties::getProperty().