|
SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
|
Produces IsophotalFluxTask. More...
#include <IsophotalFluxTaskFactory.h>


Private Attributes | |
| SeFloat | m_magnitude_zero_point |
Produces IsophotalFluxTask.
Definition at line 35 of file IsophotalFluxTaskFactory.h.
|
inline |
Definition at line 37 of file IsophotalFluxTaskFactory.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 |
Implements SourceXtractor::Configurable.
Definition at line 36 of file IsophotalFluxTaskFactory.cpp.
References m_magnitude_zero_point.
|
overridevirtual |
Returns a Task producing a Property corresponding to the given PropertyId.
Implements SourceXtractor::TaskFactory.
Definition at line 40 of file IsophotalFluxTaskFactory.cpp.
References m_magnitude_zero_point.
|
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 32 of file IsophotalFluxTaskFactory.cpp.
|
private |
Definition at line 49 of file IsophotalFluxTaskFactory.h.
Referenced by configure(), and createTask().