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::AutoPhotometryArray Class Reference

#include <AutoPhotometryArray.h>

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

Public Member Functions

virtual ~AutoPhotometryArray ()=default
 Destructor. More...
 
 AutoPhotometryArray (const std::vector< AutoPhotometry > &measurements)
 
const std::vector< SeFloat > & getFluxes () const
 
const std::vector< SeFloat > & getFluxErrors () const
 
const std::vector< SeFloat > & getMags () const
 
const std::vector< SeFloat > & getMagErrors () const
 
const std::vector< Flags > & getFlags () const
 
- Public Member Functions inherited from SourceXtractor::Property
virtual ~Property ()=default
 

Private Attributes

std::vector< SeFloatm_fluxes
 
std::vector< SeFloatm_flux_errors
 
std::vector< SeFloatm_mags
 
std::vector< SeFloatm_mag_errors
 
std::vector< Flagsm_flags
 

Detailed Description

Definition at line 37 of file AutoPhotometryArray.h.

Constructor & Destructor Documentation

virtual SourceXtractor::AutoPhotometryArray::~AutoPhotometryArray ( )
virtualdefault

Destructor.

SourceXtractor::AutoPhotometryArray::AutoPhotometryArray ( const std::vector< AutoPhotometry > &  measurements)
inline

Definition at line 45 of file AutoPhotometryArray.h.

References m, m_flags, m_flux_errors, m_fluxes, m_mag_errors, m_mags, and std::vector< T >::push_back().

Here is the call graph for this function:

Member Function Documentation

const std::vector<Flags>& SourceXtractor::AutoPhotometryArray::getFlags ( ) const
inline

Definition at line 71 of file AutoPhotometryArray.h.

References m_flags.

const std::vector<SeFloat>& SourceXtractor::AutoPhotometryArray::getFluxErrors ( ) const
inline

Definition at line 59 of file AutoPhotometryArray.h.

References m_flux_errors.

const std::vector<SeFloat>& SourceXtractor::AutoPhotometryArray::getFluxes ( ) const
inline

Definition at line 55 of file AutoPhotometryArray.h.

References m_fluxes.

const std::vector<SeFloat>& SourceXtractor::AutoPhotometryArray::getMagErrors ( ) const
inline

Definition at line 67 of file AutoPhotometryArray.h.

References m_mag_errors.

const std::vector<SeFloat>& SourceXtractor::AutoPhotometryArray::getMags ( ) const
inline

Definition at line 63 of file AutoPhotometryArray.h.

References m_mags.

Member Data Documentation

std::vector<Flags> SourceXtractor::AutoPhotometryArray::m_flags
private

Definition at line 80 of file AutoPhotometryArray.h.

Referenced by AutoPhotometryArray(), and getFlags().

std::vector<SeFloat> SourceXtractor::AutoPhotometryArray::m_flux_errors
private

Definition at line 77 of file AutoPhotometryArray.h.

Referenced by AutoPhotometryArray(), and getFluxErrors().

std::vector<SeFloat> SourceXtractor::AutoPhotometryArray::m_fluxes
private

Definition at line 76 of file AutoPhotometryArray.h.

Referenced by AutoPhotometryArray(), and getFluxes().

std::vector<SeFloat> SourceXtractor::AutoPhotometryArray::m_mag_errors
private

Definition at line 79 of file AutoPhotometryArray.h.

Referenced by AutoPhotometryArray(), and getMagErrors().

std::vector<SeFloat> SourceXtractor::AutoPhotometryArray::m_mags
private

Definition at line 78 of file AutoPhotometryArray.h.

Referenced by AutoPhotometryArray(), and getMags().


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