SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
SourceXtractor::SourcePsfTaskFactory Class Reference

#include <SourcePsfTaskFactory.h>

Inheritance diagram for SourceXtractor::SourcePsfTaskFactory:
Inheritance graph
[legend]
Collaboration diagram for SourceXtractor::SourcePsfTaskFactory:
Collaboration graph
[legend]

Public Member Functions

virtual ~SourcePsfTaskFactory ()=default
 
void reportConfigDependencies (Euclid::Configuration::ConfigManager &manager) const override
 Registers all the Configuration dependencies.
 
void configure (Euclid::Configuration::ConfigManager &manager) override
 Method which should initialize the object.
 
std::shared_ptr< TaskcreateTask (const PropertyId &property_id) const override
 Returns a Task producing a Property corresponding to the given PropertyId.
 
- Public Member Functions inherited from SourceXtractor::TaskFactory
virtual ~TaskFactory ()=default
 Destructor.
 
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.
 

Private Attributes

std::map< int, std::shared_ptr< Psf > > m_vpsf
 

Detailed Description

Definition at line 29 of file SourcePsfTaskFactory.h.

Constructor & Destructor Documentation

◆ ~SourcePsfTaskFactory()

virtual SourceXtractor::SourcePsfTaskFactory::~SourcePsfTaskFactory ( )
virtualdefault

Member Function Documentation

◆ configure()

void SourceXtractor::SourcePsfTaskFactory::configure ( Euclid::Configuration::ConfigManager & manager)
overridevirtual

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.

Parameters
managerThe manager to get the Configurations from

Implements SourceXtractor::Configurable.

Definition at line 28 of file SourcePsfTaskFactory.cpp.

References m_vpsf, and SourceXtractor::PsfPluginConfig::readPsf().

Here is the call graph for this function:

◆ createTask()

std::shared_ptr< Task > SourceXtractor::SourcePsfTaskFactory::createTask ( const PropertyId & property_id) const
overridevirtual

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

Implements SourceXtractor::TaskFactory.

Definition at line 45 of file SourcePsfTaskFactory.cpp.

References m_vpsf.

◆ reportConfigDependencies()

void SourceXtractor::SourcePsfTaskFactory::reportConfigDependencies ( Euclid::Configuration::ConfigManager & manager) const
overridevirtual

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

Parameters
managerThe manager to register the dependencies to

Implements SourceXtractor::Configurable.

Definition at line 23 of file SourcePsfTaskFactory.cpp.

Member Data Documentation

◆ m_vpsf

std::map<int, std::shared_ptr<Psf> > SourceXtractor::SourcePsfTaskFactory::m_vpsf
private

Definition at line 40 of file SourcePsfTaskFactory.h.

Referenced by configure(), and createTask().


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