SourceXtractorPlusPlus  0.8
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::AutoPhotometryArrayTask Class Reference

#include <AutoPhotometryArrayTask.h>

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

Public Member Functions

virtual ~AutoPhotometryArrayTask ()=default
 
 AutoPhotometryArrayTask (const std::vector< unsigned > &images)
 
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_images
 

Detailed Description

Merge all the AutoPhotometry measurements into a single vector so it can be written as a vector column

Definition at line 36 of file AutoPhotometryArrayTask.h.

Constructor & Destructor Documentation

virtual SourceXtractor::AutoPhotometryArrayTask::~AutoPhotometryArrayTask ( )
virtualdefault
SourceXtractor::AutoPhotometryArrayTask::AutoPhotometryArrayTask ( const std::vector< unsigned > &  images)
inline

Definition at line 41 of file AutoPhotometryArrayTask.h.

Member Function Documentation

void SourceXtractor::AutoPhotometryArrayTask::computeProperties ( SourceInterface source) const
overridevirtual

Computes one or more properties for the Source.

Implements SourceXtractor::SourceTask.

Definition at line 31 of file AutoPhotometryArrayTask.cpp.

References std::vector< T >::emplace_back(), SourceXtractor::SourceInterface::getProperty(), m_images, and SourceXtractor::SourceInterface::setProperty().

Here is the call graph for this function:

Member Data Documentation

std::vector<unsigned> SourceXtractor::AutoPhotometryArrayTask::m_images
private

Definition at line 46 of file AutoPhotometryArrayTask.h.

Referenced by computeProperties().


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