SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
#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. More... | |
![]() | |
virtual | ~GroupTask ()=default |
Destructor. More... | |
![]() | |
virtual | ~Task ()=default |
Destructor. More... | |
Private Attributes | |
unsigned | m_instance |
Definition at line 33 of file JacobianTask.h.
|
virtualdefault |
|
inline |
Definition at line 37 of file JacobianTask.h.
|
overridevirtual |
Computes one or more properties for the SourceGroup and/or the Sources it contains.
Implements SourceXtractor::GroupTask.
Definition at line 36 of file JacobianTask.cpp.
References SourceXtractor::SourceGroupInterface::begin(), SourceXtractor::SourceGroupInterface::getProperty(), m_instance, SourceXtractor::SourceGroupInterface::setIndexedProperty(), x, and y.
|
private |
Definition at line 42 of file JacobianTask.h.
Referenced by computeProperties().