SourceXtractorPlusPlus
0.14
Please provide a description of the project.
|
#include <VignetArraySourceTask.h>
Public Member Functions | |
virtual | ~VignetArraySourceTask ()=default |
VignetArraySourceTask (const std::vector< unsigned > images) | |
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< unsigned > | m_images |
Definition at line 25 of file VignetArraySourceTask.h.
|
virtualdefault |
SourceXtractor::VignetArraySourceTask::VignetArraySourceTask | ( | const std::vector< unsigned > | images | ) |
Definition at line 24 of file VignetArraySourceTask.cpp.
|
overridevirtual |
Computes one or more properties for the Source.
Implements SourceXtractor::SourceTask.
Definition at line 27 of file VignetArraySourceTask.cpp.
References std::vector< T >::emplace_back(), SourceXtractor::SourceInterface::getProperty(), m_images, and SourceXtractor::SourceInterface::setProperty().
|
private |
Definition at line 34 of file VignetArraySourceTask.h.
Referenced by computeProperties().