SourceXtractorPlusPlus
0.14
Please provide a description of the project.
|
#include <MeasurementFrameCoordinatesTask.h>
Public Member Functions | |
virtual | ~MeasurementFrameCoordinatesTask ()=default |
Destructor. More... | |
MeasurementFrameCoordinatesTask (unsigned int instance) | |
Constructor. More... | |
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 int | m_instance |
Definition at line 30 of file MeasurementFrameCoordinatesTask.h.
|
virtualdefault |
Destructor.
|
inline |
Constructor.
Definition at line 39 of file MeasurementFrameCoordinatesTask.h.
|
overridevirtual |
Computes one or more properties for the Source.
Implements SourceXtractor::SourceTask.
Definition at line 25 of file MeasurementFrameCoordinatesTask.cpp.
References SourceXtractor::SourceInterface::getProperty(), m_instance, and SourceXtractor::SourceInterface::setIndexedProperty().
|
private |
Definition at line 44 of file MeasurementFrameCoordinatesTask.h.
Referenced by computeProperties().