SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SourceXtractor::AperturePhotometryArrayTask Class Reference

#include <AperturePhotometryArrayTask.h>

Inheritance diagram for SourceXtractor::AperturePhotometryArrayTask:
Collaboration diagram for SourceXtractor::AperturePhotometryArrayTask:

Public Member Functions

virtual ~AperturePhotometryArrayTask ()=default
 AperturePhotometryArrayTask (const std::vector< unsigned > &aperture_instances, unsigned instance)
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< unsigned > m_aperture_instances
unsigned m_instance

Detailed Description

Definition at line 32 of file AperturePhotometryArrayTask.h.

Constructor & Destructor Documentation

◆ ~AperturePhotometryArrayTask()

virtual SourceXtractor::AperturePhotometryArrayTask::~AperturePhotometryArrayTask ( )
virtualdefault

◆ AperturePhotometryArrayTask()

SourceXtractor::AperturePhotometryArrayTask::AperturePhotometryArrayTask ( const std::vector< unsigned > & aperture_instances,
unsigned instance )
inline

Definition at line 37 of file AperturePhotometryArrayTask.h.

References m_aperture_instances, and m_instance.

Member Function Documentation

◆ computeProperties()

void SourceXtractor::AperturePhotometryArrayTask::computeProperties ( SourceInterface & source) const
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().

Here is the call graph for this function:

Member Data Documentation

◆ m_aperture_instances

std::vector<unsigned> SourceXtractor::AperturePhotometryArrayTask::m_aperture_instances
private

Definition at line 43 of file AperturePhotometryArrayTask.h.

Referenced by AperturePhotometryArrayTask(), and computeProperties().

◆ m_instance

unsigned SourceXtractor::AperturePhotometryArrayTask::m_instance
private

Definition at line 44 of file AperturePhotometryArrayTask.h.

Referenced by AperturePhotometryArrayTask(), and computeProperties().


The documentation for this class was generated from the following files: