SourceXtractorPlusPlus
0.13
Please provide a description of the project.
|
#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. More... | |
![]() | |
virtual | ~SourceTask ()=default |
Destructor. More... | |
![]() | |
virtual | ~Task ()=default |
Destructor. More... | |
Private Attributes | |
unsigned | m_instance |
Definition at line 45 of file JacobianTask.h.
|
virtualdefault |
|
inline |
Definition at line 49 of file JacobianTask.h.
|
overridevirtual |
Computes one or more properties for the Source.
Implements SourceXtractor::SourceTask.
Definition at line 55 of file JacobianTask.cpp.
References SourceXtractor::SourceInterface::getProperty(), m_instance, SourceXtractor::SourceInterface::setIndexedProperty(), x, and y.
|
private |
Definition at line 54 of file JacobianTask.h.
Referenced by computeProperties().