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