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

#include <AperturePhotometryTask.h>

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

Public Member Functions

virtual ~AperturePhotometryTask ()=default
 
 AperturePhotometryTask (const std::vector< SeFloat > &apertures, unsigned int instance, SeFloat magnitude_zero_point, bool use_symmetry)
 
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< SeFloatm_apertures
 
unsigned int m_instance
 
SeFloat m_magnitude_zero_point
 
bool m_use_symmetry
 

Detailed Description

Definition at line 32 of file AperturePhotometryTask.h.

Constructor & Destructor Documentation

◆ ~AperturePhotometryTask()

virtual SourceXtractor::AperturePhotometryTask::~AperturePhotometryTask ( )
virtualdefault

◆ AperturePhotometryTask()

SourceXtractor::AperturePhotometryTask::AperturePhotometryTask ( const std::vector< SeFloat > & apertures,
unsigned int instance,
SeFloat magnitude_zero_point,
bool use_symmetry )
inline

Definition at line 37 of file AperturePhotometryTask.h.

Member Function Documentation

◆ computeProperties()

void SourceXtractor::AperturePhotometryTask::computeProperties ( SourceInterface & source) const
overridevirtual

Member Data Documentation

◆ m_apertures

std::vector<SeFloat> SourceXtractor::AperturePhotometryTask::m_apertures
private

Definition at line 47 of file AperturePhotometryTask.h.

Referenced by computeProperties().

◆ m_instance

unsigned int SourceXtractor::AperturePhotometryTask::m_instance
private

Definition at line 48 of file AperturePhotometryTask.h.

Referenced by computeProperties().

◆ m_magnitude_zero_point

SeFloat SourceXtractor::AperturePhotometryTask::m_magnitude_zero_point
private

Definition at line 49 of file AperturePhotometryTask.h.

Referenced by computeProperties().

◆ m_use_symmetry

bool SourceXtractor::AperturePhotometryTask::m_use_symmetry
private

Definition at line 50 of file AperturePhotometryTask.h.

Referenced by computeProperties().


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