SourceXtractorPlusPlus
0.15
Please provide a description of the project.
|
#include <BoundaryFlagTaskFactory.h>
Public Member Functions | |
BoundaryFlagTaskFactory () | |
virtual | ~BoundaryFlagTaskFactory ()=default |
virtual std::shared_ptr< Task > | createTask (const PropertyId &property_id) const |
Returns a Task producing a Property corresponding to the given PropertyId. More... | |
![]() | |
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 &) |
![]() | |
virtual | ~Configurable ()=default |
Destructor. More... | |
Definition at line 46 of file BoundaryFlagTaskFactory.h.
|
inline |
Definition at line 48 of file BoundaryFlagTaskFactory.h.
|
virtualdefault |
|
inlinevirtual |
Returns a Task producing a Property corresponding to the given PropertyId.
Implements SourceXtractor::TaskFactory.
Definition at line 53 of file BoundaryFlagTaskFactory.h.
References SourceXtractor::PropertyId::getIndex(), and SourceXtractor::PropertyId::getTypeId().