SourceXtractorPlusPlus  0.13
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
SourceXtractor::TaskFactory Class Referenceabstract

Creates a Task for computing a given property. More...

#include <TaskFactory.h>

Inheritance diagram for SourceXtractor::TaskFactory:
[legend]
Collaboration diagram for SourceXtractor::TaskFactory:
[legend]

Public Member Functions

virtual ~TaskFactory ()=default
 Destructor. More...
 
virtual std::shared_ptr< TaskcreateTask (const PropertyId &property_id) const =0
 Returns a Task producing a Property corresponding to the given PropertyId. More...
 
void reportConfigDependencies (Euclid::Configuration::ConfigManager &) const override
 Registers all the Configuration dependencies. More...
 
void configure (Euclid::Configuration::ConfigManager &) override
 Method which should initialize the object. More...
 
virtual void registerPropertyInstances (OutputRegistry &)
 
- Public Member Functions inherited from SourceXtractor::Configurable
virtual ~Configurable ()=default
 Destructor. More...
 

Detailed Description

Creates a Task for computing a given property.

Definition at line 42 of file TaskFactory.h.

Constructor & Destructor Documentation

virtual SourceXtractor::TaskFactory::~TaskFactory ( )
virtualdefault

Destructor.

Member Function Documentation

void SourceXtractor::TaskFactory::configure ( Euclid::Configuration::ConfigManager manager)
inlineoverridevirtual
virtual std::shared_ptr<Task> SourceXtractor::TaskFactory::createTask ( const PropertyId property_id) const
pure virtual

Returns a Task producing a Property corresponding to the given PropertyId.

Implemented in SourceXtractor::AperturePhotometryTaskFactory, SourceXtractor::SourceFlagsTaskFactory, SourceXtractor::BoundaryFlagTaskFactory, SourceXtractor::SaturateFlagTaskFactory, SourceXtractor::ExternalFlagTaskFactory, SourceXtractor::NDetectedPixelsTaskFactory, SourceXtractor::AutoPhotometryTaskFactory, SourceXtractor::DetectionFrameGroupStampTaskFactory, SourceXtractor::CoreThresholdPartitionTaskFactory, SourceXtractor::DetectionFramePixelValuesTaskFactory, SourceXtractor::DetectionFrameSourceStampTaskFactory, SourceXtractor::PixelBoundariesTaskFactory, SourceXtractor::GroupInfoTaskFactory, SourceXtractor::IsophotalFluxTaskFactory, SourceXtractor::MeasurementFramePixelCentroidTaskFactory, SourceXtractor::PeakValueTaskFactory, SourceXtractor::PixelCentroidTaskFactory, SourceXtractor::PsfTaskFactory, SourceXtractor::MoffatModelFittingTaskFactory, SourceXtractor::MultiframeModelFittingTaskFactory, SourceXtractor::VignetTaskFactory, SourceXtractor::DetectionFrameCoordinatesTaskFactory, SourceXtractor::DetectionFrameImagesTaskFactory, SourceXtractor::DetectionFrameInfoTaskFactory, SourceXtractor::FlexibleModelFittingTaskFactory, SourceXtractor::MeasurementFrameTaskFactory, SourceXtractor::MeasurementFrameCoordinatesTaskFactory, SourceXtractor::MeasurementFrameImagesTaskFactory, SourceXtractor::MeasurementFrameInfoTaskFactory, SourceXtractor::SourceIDTaskFactory, SourceXtractor::BlendedFlagTaskFactory, SourceXtractor::KronRadiusTaskFactory, SourceXtractor::ShapeParametersTaskFactory, SourceXtractor::WorldCentroidTaskFactory, SourceXtractor::MeasurementFrameGroupRectangleTaskFactory, SourceXtractor::MeasurementFrameRectangleTaskFactory, SourceXtractor::SNRRatioTaskFactory, SourceXtractor::JacobianTaskFactory, SourceXtractor::OnnxTaskFactory, SourceXtractor::FluxRadiusTaskFactory, and SourceXtractor::GrowthCurveTaskFactory.

virtual void SourceXtractor::TaskFactory::registerPropertyInstances ( OutputRegistry )
inlinevirtual
void SourceXtractor::TaskFactory::reportConfigDependencies ( Euclid::Configuration::ConfigManager manager) const
inlineoverridevirtual

The documentation for this class was generated from the following file: