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


Public Member Functions | |
| virtual | ~JacobianGroupTask ()=default |
| JacobianGroupTask (unsigned instance) | |
| void | computeProperties (SourceGroupInterface &source) const override |
| Computes one or more properties for the SourceGroup and/or the Sources it contains. | |
| Public Member Functions inherited from SourceXtractor::GroupTask | |
| virtual | ~GroupTask ()=default |
| Destructor. | |
| Public Member Functions inherited from SourceXtractor::Task | |
| virtual | ~Task ()=default |
| Destructor. | |
Private Attributes | |
| unsigned | m_instance |
Definition at line 33 of file JacobianTask.h.
|
virtualdefault |
|
inlineexplicit |
Definition at line 37 of file JacobianTask.h.
References m_instance.
|
overridevirtual |
Computes one or more properties for the SourceGroup and/or the Sources it contains.
Implements SourceXtractor::GroupTask.
Definition at line 37 of file JacobianTask.cpp.
References SourceXtractor::SourceGroupInterface::begin(), SourceXtractor::SourceGroupInterface::getProperty(), m_instance, and SourceXtractor::SourceGroupInterface::setIndexedProperty().

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