SourceXtractorPlusPlus
0.15
Please provide a description of the project.
|
#include <MultiframeModelFittingTaskFactory.h>
Public Member Functions | |
MultiframeModelFittingTaskFactory () | |
virtual | ~MultiframeModelFittingTaskFactory ()=default |
Destructor. More... | |
virtual std::shared_ptr< Task > | createTask (const PropertyId &property_id) const |
Returns a Task producing a Property corresponding to the given PropertyId. More... | |
void | reportConfigDependencies (Euclid::Configuration::ConfigManager &manager) const override |
Registers all the Configuration dependencies. More... | |
void | configure (Euclid::Configuration::ConfigManager &manager) override |
Method which should initialize the object. More... | |
![]() | |
virtual | ~TaskFactory ()=default |
Destructor. More... | |
virtual void | registerPropertyInstances (OutputRegistry &) |
![]() | |
virtual | ~Configurable ()=default |
Destructor. More... | |
Private Attributes | |
unsigned int | m_max_iterations {0} |
std::vector< std::vector< int > > | m_frame_indices_per_band |
Definition at line 34 of file MultiframeModelFittingTaskFactory.h.
|
inline |
Definition at line 36 of file MultiframeModelFittingTaskFactory.h.
|
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 |
Reimplemented from SourceXtractor::TaskFactory.
|
virtual |
Returns a Task producing a Property corresponding to the given PropertyId.
Implements SourceXtractor::TaskFactory.
|
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 |
Reimplemented from SourceXtractor::TaskFactory.
|
private |
Definition at line 49 of file MultiframeModelFittingTaskFactory.h.
|
private |
Definition at line 48 of file MultiframeModelFittingTaskFactory.h.