SourceXtractorPlusPlus
0.16
Please provide a description of the project.
|
#include <AperturePhotometryArrayTask.h>
Public Member Functions | |
virtual | ~AperturePhotometryArrayTask ()=default |
AperturePhotometryArrayTask (const std::vector< unsigned > &aperture_instances, unsigned instance) | |
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< unsigned > | m_aperture_instances |
unsigned | m_instance |
Definition at line 32 of file AperturePhotometryArrayTask.h.
|
virtualdefault |
|
inline |
Definition at line 37 of file AperturePhotometryArrayTask.h.
|
overridevirtual |
Computes one or more properties for the Source.
Implements SourceXtractor::SourceTask.
Definition at line 30 of file AperturePhotometryArrayTask.cpp.
References std::vector< T >::emplace_back(), SourceXtractor::SourceInterface::getProperty(), m_aperture_instances, m_instance, and SourceXtractor::SourceInterface::setIndexedProperty().
|
private |
Definition at line 43 of file AperturePhotometryArrayTask.h.
Referenced by computeProperties().
|
private |
Definition at line 44 of file AperturePhotometryArrayTask.h.
Referenced by computeProperties().