|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
Creates a Task for computing a given property. More...
#include <TaskFactory.h>


Public Member Functions | |
| virtual | ~TaskFactory ()=default |
| Destructor. | |
| virtual std::shared_ptr< Task > | createTask (const PropertyId &property_id) const =0 |
| Returns a Task producing a Property corresponding to the given PropertyId. | |
| void | reportConfigDependencies (Euclid::Configuration::ConfigManager &) const override |
| Registers all the Configuration dependencies. | |
| void | configure (Euclid::Configuration::ConfigManager &) override |
| Method which should initialize the object. | |
| virtual void | registerPropertyInstances (OutputRegistry &) |
| Public Member Functions inherited from SourceXtractor::Configurable | |
| virtual | ~Configurable ()=default |
| Destructor. | |
Creates a Task for computing a given property.
Definition at line 42 of file TaskFactory.h.
|
virtualdefault |
Destructor.
|
inlineoverridevirtual |
Method which should initialize the object.
The given manager is guaranteed to already be in the initialized state, so all the required Configurations can be accessed using its getConfiguration() method.
| manager | The manager to get the Configurations from |
Implements SourceXtractor::Configurable.
Reimplemented in SourceXtractor::VignetTaskFactory.
Definition at line 54 of file TaskFactory.h.
|
pure virtual |
Returns a Task producing a Property corresponding to the given PropertyId.
Implemented in SourceXtractor::AperturePhotometryTaskFactory, SourceXtractor::AssocModeTaskFactory, SourceXtractor::AutoPhotometryTaskFactory, SourceXtractor::BlendedFlagTaskFactory, SourceXtractor::BoundaryFlagTaskFactory, SourceXtractor::CoreThresholdPartitionTaskFactory, SourceXtractor::DetectionFrameCoordinatesTaskFactory, SourceXtractor::DetectionFrameGroupStampTaskFactory, SourceXtractor::DetectionFrameImagesTaskFactory, SourceXtractor::DetectionFrameInfoTaskFactory, SourceXtractor::DetectionFramePixelValuesTaskFactory, SourceXtractor::DetectionFrameSourceStampTaskFactory, SourceXtractor::ErrorEllipseTaskFactory, SourceXtractor::ExternalFlagTaskFactory, SourceXtractor::FlexibleModelFittingTaskFactory, SourceXtractor::FluxRadiusTaskFactory, SourceXtractor::GroupInfoTaskFactory, SourceXtractor::GrowthCurveTaskFactory, SourceXtractor::HduNumberTaskFactory, SourceXtractor::IsophotalFluxTaskFactory, SourceXtractor::JacobianTaskFactory, SourceXtractor::KronRadiusTaskFactory, SourceXtractor::MeasurementFrameCoordinatesTaskFactory, SourceXtractor::MeasurementFrameGroupRectangleTaskFactory, SourceXtractor::MeasurementFrameImagesTaskFactory, SourceXtractor::MeasurementFrameInfoTaskFactory, SourceXtractor::MeasurementFramePixelCentroidTaskFactory, SourceXtractor::MeasurementFrameRectangleTaskFactory, SourceXtractor::MeasurementFrameTaskFactory, SourceXtractor::MoffatModelFittingTaskFactory, SourceXtractor::NDetectedPixelsTaskFactory, SourceXtractor::OnnxTaskFactory, SourceXtractor::PeakValueTaskFactory, SourceXtractor::PixelBoundariesTaskFactory, SourceXtractor::PixelCentroidTaskFactory, SourceXtractor::PsfTaskFactory, SourceXtractor::ReferenceCoordinatesTaskFactory, SourceXtractor::SaturateFlagTaskFactory, SourceXtractor::ShapeParametersTaskFactory, SourceXtractor::SNRRatioTaskFactory, SourceXtractor::SourceFlagsTaskFactory, SourceXtractor::SourceIDTaskFactory, SourceXtractor::SourcePsfTaskFactory, SourceXtractor::VignetTaskFactory, and SourceXtractor::WorldCentroidTaskFactory.
|
inlinevirtual |
Reimplemented in SourceXtractor::AperturePhotometryTaskFactory, SourceXtractor::AssocModeTaskFactory, SourceXtractor::AutoPhotometryTaskFactory, SourceXtractor::ExternalFlagTaskFactory, SourceXtractor::FlexibleModelFittingTaskFactory, and SourceXtractor::OnnxTaskFactory.
Definition at line 56 of file TaskFactory.h.
|
inlineoverridevirtual |
Registers all the Configuration dependencies.
Configurable implementations should implement this method to register to the given ConfigManager (using the registerConfiguration() method) all the Configurations they are going to use
| manager | The manager to register the dependencies to |
Implements SourceXtractor::Configurable.
Reimplemented in SourceXtractor::VignetTaskFactory.
Definition at line 53 of file TaskFactory.h.