SourceXtractorPlusPlus 0.19.2
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
SourceXtractor::AperturePhotometryArrayTask Class Reference

#include <AperturePhotometryArrayTask.h>

Inheritance diagram for SourceXtractor::AperturePhotometryArrayTask:
Inheritance graph
[legend]
Collaboration diagram for SourceXtractor::AperturePhotometryArrayTask:
Collaboration graph
[legend]

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.
 
virtual void computeProperties (SourceInterface &source) const =0
 Computes one or more properties for the Source.
 
- 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.

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 computeProperties().

◆ m_instance

unsigned SourceXtractor::AperturePhotometryArrayTask::m_instance
private

Definition at line 44 of file AperturePhotometryArrayTask.h.

Referenced by computeProperties().


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