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