SourceXtractorPlusPlus  0.11
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
SourceXtractor::AperturePhotometryArrayTask Class Reference

#include <AperturePhotometryArrayTask.h>

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

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

Private Attributes

std::vector< unsigned > m_aperture_instances
 
unsigned m_instance
 

Detailed Description

Definition at line 32 of file AperturePhotometryArrayTask.h.

Constructor & Destructor Documentation

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

Definition at line 37 of file AperturePhotometryArrayTask.h.

Member Function Documentation

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

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

Definition at line 43 of file AperturePhotometryArrayTask.h.

Referenced by computeProperties().

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: