SourceXtractorPlusPlus 0.21
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.
 
- Public Member Functions inherited from SourceXtractor::Task
virtual ~Task ()=default
 Destructor.
 

Private Attributes

std::vector< unsignedm_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 m_aperture_instances, and m_instance.

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: