SourceXtractorPlusPlus
0.8
Please provide a description of the project.
|
#include <ApertureFlagTask.h>
Public Member Functions | |
virtual | ~ApertureFlagTask ()=default |
ApertureFlagTask (const std::vector< SeFloat > &apertures) | |
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 | |
std::vector< SeFloat > | m_apertures |
Definition at line 32 of file ApertureFlagTask.h.
|
virtualdefault |
|
inline |
Definition at line 37 of file ApertureFlagTask.h.
|
overridevirtual |
Computes one or more properties for the Source.
Implements SourceXtractor::SourceTask.
Definition at line 47 of file ApertureFlagTask.cpp.
References SourceXtractor::BADAREA_THRESHOLD_APER, SourceXtractor::BIASED, SourceXtractor::BOUNDARY, std::map< K, T >::emplace(), SourceXtractor::MultithreadedMeasurement::g_global_mutex, SourceXtractor::CheckImages::getApertureImage(), SourceXtractor::CheckImages::getInstance(), SourceXtractor::SourceInterface::getProperty(), SourceXtractor::NeighbourInfo::isNeighbourObjectPixel(), std::lock(), m_apertures, std::make_pair(), SourceXtractor::NEIGHBORS, SourceXtractor::NONE, SourceXtractor::SourceInterface::setProperty(), x, and y.
|
private |
Definition at line 43 of file ApertureFlagTask.h.
Referenced by computeProperties().