|
SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
|
#include <ApertureFlagTask.h>


Public Member Functions | |
| virtual | ~ApertureFlagTask ()=default |
| ApertureFlagTask (const std::vector< SeFloat > &apertures) | |
| void | computeProperties (SourceInterface &source) const override |
| 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 | |
| std::vector< SeFloat > | m_apertures |
Definition at line 32 of file ApertureFlagTask.h.
|
virtualdefault |
|
inlineexplicit |
Definition at line 37 of file ApertureFlagTask.h.
|
overridevirtual |
Computes one or more properties for the Source.
Implements SourceXtractor::SourceTask.
Definition at line 42 of file ApertureFlagTask.cpp.
References SourceXtractor::computeFlags(), SourceXtractor::CheckImages::getInstance(), SourceXtractor::LayerSubtractedImage, SourceXtractor::LayerThresholdedImage, SourceXtractor::LayerVarianceMap, m_apertures, and std::make_pair().

|
private |
Definition at line 43 of file ApertureFlagTask.h.
Referenced by computeProperties().