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


Private Attributes | |
| int | m_nsamples = 0 |
| bool | m_use_symmetry = false |
| std::vector< unsigned > | m_images |
Definition at line 25 of file GrowthCurveTaskFactory.h.
|
default |
|
virtualdefault |
|
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 45 of file GrowthCurveTaskFactory.cpp.
References m_images, m_nsamples, m_use_symmetry, and std::vector< T >::push_back().

|
overridevirtual |
Returns a Task producing a Property corresponding to the given PropertyId.
Implements SourceXtractor::TaskFactory.
Definition at line 29 of file GrowthCurveTaskFactory.cpp.
References m_images, m_nsamples, and m_use_symmetry.
|
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 39 of file GrowthCurveTaskFactory.cpp.
|
private |
Definition at line 40 of file GrowthCurveTaskFactory.h.
Referenced by configure(), and createTask().
|
private |
Definition at line 38 of file GrowthCurveTaskFactory.h.
Referenced by configure(), and createTask().
Definition at line 39 of file GrowthCurveTaskFactory.h.
Referenced by configure(), and createTask().