SourceXtractorPlusPlus
0.10
Please provide a description of the project.
|
#include <CoreThresholdPartitionTask.h>
Public Member Functions | |
CoreThresholdPartitionTask (double snr_level) | |
virtual | ~CoreThresholdPartitionTask ()=default |
virtual void | computeProperties (SourceInterface &source) const |
Computes one or more properties for the Source. More... | |
![]() | |
virtual | ~SourceTask ()=default |
Destructor. More... | |
![]() | |
virtual | ~Task ()=default |
Destructor. More... | |
Private Attributes | |
double | m_snr_level |
Definition at line 38 of file CoreThresholdPartitionTask.h.
|
inline |
Definition at line 41 of file CoreThresholdPartitionTask.h.
|
virtualdefault |
|
inlinevirtual |
Computes one or more properties for the Source.
Implements SourceXtractor::SourceTask.
Definition at line 45 of file CoreThresholdPartitionTask.h.
References SourceXtractor::MultithreadedMeasurement::g_global_mutex, SourceXtractor::PixelCoordinateList::getCoordinateList(), SourceXtractor::SourceInterface::getProperty(), std::lock(), m_snr_level, and SourceXtractor::SourceInterface::setProperty().
|
private |
Definition at line 62 of file CoreThresholdPartitionTask.h.
Referenced by computeProperties().