SourceXtractorPlusPlus  0.10
Please provide a description of the project.
Public Member Functions | List of all members
SourceXtractor::SourceIDTaskFactory Class Reference

#include <SourceIDTaskFactory.h>

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

Public Member Functions

 SourceIDTaskFactory ()
 
virtual ~SourceIDTaskFactory ()=default
 Destructor. More...
 
virtual std::shared_ptr< TaskcreateTask (const PropertyId &property_id) const override
 Returns a Task producing a Property corresponding to the given PropertyId. More...
 
- Public Member Functions inherited from SourceXtractor::TaskFactory
virtual ~TaskFactory ()=default
 Destructor. 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

Definition at line 33 of file SourceIDTaskFactory.h.

Constructor & Destructor Documentation

◆ SourceIDTaskFactory()

SourceXtractor::SourceIDTaskFactory::SourceIDTaskFactory ( )
inline

Definition at line 35 of file SourceIDTaskFactory.h.

◆ ~SourceIDTaskFactory()

virtual SourceXtractor::SourceIDTaskFactory::~SourceIDTaskFactory ( )
virtualdefault

Destructor.

Member Function Documentation

◆ createTask()

virtual std::shared_ptr<Task> SourceXtractor::SourceIDTaskFactory::createTask ( const PropertyId property_id) const
inlineoverridevirtual

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

Implements SourceXtractor::TaskFactory.

Definition at line 41 of file SourceIDTaskFactory.h.


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