|
SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
|
#include <AssocModeTaskFactory.h>


Definition at line 28 of file AssocModeTaskFactory.h.
| SourceXtractor::AssocModeTaskFactory::AssocModeTaskFactory | ( | ) |
Definition at line 31 of file AssocModeTaskFactory.cpp.
|
virtualdefault |
Destructor.
|
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.
| manager | The manager to get the Configurations from |
Implements SourceXtractor::Configurable.
Definition at line 37 of file AssocModeTaskFactory.cpp.
References m_add_property_instances, m_assoc_mode, m_assoc_radius, and m_catalogs.
|
overridevirtual |
Returns a Task producing a Property corresponding to the given PropertyId.
Implements SourceXtractor::TaskFactory.
Definition at line 46 of file AssocModeTaskFactory.cpp.
References m_assoc_mode, m_assoc_radius, and m_catalogs.
|
overridevirtual |
Reimplemented from SourceXtractor::TaskFactory.
Definition at line 58 of file AssocModeTaskFactory.cpp.
References m_add_property_instances.
|
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
| manager | The manager to register the dependencies to |
Implements SourceXtractor::Configurable.
Definition at line 33 of file AssocModeTaskFactory.cpp.
Definition at line 49 of file AssocModeTaskFactory.h.
Referenced by configure(), and registerPropertyInstances().
|
private |
Definition at line 46 of file AssocModeTaskFactory.h.
Referenced by configure(), and createTask().
|
private |
Definition at line 47 of file AssocModeTaskFactory.h.
Referenced by configure(), and createTask().
|
private |
Definition at line 44 of file AssocModeTaskFactory.h.
|
private |
Definition at line 48 of file AssocModeTaskFactory.h.
Referenced by configure(), and createTask().