SourceXtractorPlusPlus  0.12
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::JacobianTaskFactory Class Reference

#include <JacobianTaskFactory.h>

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

Public Member Functions

virtual ~JacobianTaskFactory ()=default
 
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 32 of file JacobianTaskFactory.h.

Constructor & Destructor Documentation

virtual SourceXtractor::JacobianTaskFactory::~JacobianTaskFactory ( )
virtualdefault

Member Function Documentation

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

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

Implements SourceXtractor::TaskFactory.

Definition at line 30 of file JacobianTaskFactory.cpp.

References SourceXtractor::PropertyId::getIndex(), and SourceXtractor::PropertyId::getTypeId().

Here is the call graph for this function:


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