|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
#include <JacobianTask.h>


Public Member Functions | |
| virtual | ~JacobianSourceTask ()=default |
| JacobianSourceTask (unsigned instance) | |
| void | computeProperties (SourceInterface &source) const override |
| Computes one or more properties for the Source. | |
| Public Member Functions inherited from SourceXtractor::SourceTask | |
| virtual | ~SourceTask ()=default |
| Destructor. | |
| Public Member Functions inherited from SourceXtractor::Task | |
| virtual | ~Task ()=default |
| Destructor. | |
Private Attributes | |
| unsigned | m_instance |
Definition at line 45 of file JacobianTask.h.
|
virtualdefault |
|
inlineexplicit |
Definition at line 49 of file JacobianTask.h.
References m_instance.
|
overridevirtual |
Computes one or more properties for the Source.
Implements SourceXtractor::SourceTask.
Definition at line 56 of file JacobianTask.cpp.
References SourceXtractor::SourceInterface::getProperty(), m_instance, and SourceXtractor::SourceInterface::setIndexedProperty().

|
private |
Definition at line 54 of file JacobianTask.h.
Referenced by computeProperties(), and JacobianSourceTask().