SourceXtractorPlusPlus
0.11
Please provide a description of the project.
|
#include <VignetSourceTask.h>
Public Member Functions | |
VignetSourceTask (unsigned instance, std::array< int, 2 > vignet_size, double vignet_default_pixval) | |
virtual | ~VignetSourceTask ()=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 | |
unsigned | m_instance |
std::array< int, 2 > | m_vignet_size |
SeFloat | m_vignet_default_pixval |
Definition at line 31 of file VignetSourceTask.h.
|
inline |
Definition at line 33 of file VignetSourceTask.h.
|
virtualdefault |
|
virtual |
Computes one or more properties for the Source.
Implements SourceXtractor::SourceTask.
Definition at line 35 of file VignetSourceTask.cpp.
References SourceXtractor::VectorImage< T >::create(), SourceXtractor::MultithreadedMeasurement::g_global_mutex, SourceXtractor::SourceInterface::getProperty(), std::lock(), m_instance, m_vignet_default_pixval, m_vignet_size, std::move(), and SourceXtractor::SourceInterface::setIndexedProperty().
|
private |
Definition at line 43 of file VignetSourceTask.h.
Referenced by computeProperties().
|
private |
Definition at line 45 of file VignetSourceTask.h.
Referenced by computeProperties().
|
private |
Definition at line 44 of file VignetSourceTask.h.
Referenced by computeProperties().