|
SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
|
#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. | |
Public Member Functions inherited from SourceXtractor::SourceTask | |
| virtual | ~SourceTask ()=default |
| Destructor. | |
Public Member Functions inherited from SourceXtractor::Task | |
| virtual | ~Task ()=default |
| Destructor. | |
Private Attributes | |
| double | m_snr_level |
Definition at line 38 of file CoreThresholdPartitionTask.h.
|
inlineexplicit |
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::LayerSignalToNoiseMap, and m_snr_level.
|
private |
Definition at line 64 of file CoreThresholdPartitionTask.h.
Referenced by computeProperties().