SourceXtractorPlusPlus
0.14
Please provide a description of the project.
|
#include <AutoPhotometryArray.h>
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 |
![]() | |
virtual | ~Property ()=default |
Private Attributes | |
std::vector< SeFloat > | m_fluxes |
std::vector< SeFloat > | m_flux_errors |
std::vector< SeFloat > | m_mags |
std::vector< SeFloat > | m_mag_errors |
std::vector< Flags > | m_flags |
Definition at line 37 of file AutoPhotometryArray.h.
|
virtualdefault |
Destructor.
|
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().
|
inline |
Definition at line 71 of file AutoPhotometryArray.h.
References m_flags.
|
inline |
Definition at line 59 of file AutoPhotometryArray.h.
References m_flux_errors.
|
inline |
Definition at line 55 of file AutoPhotometryArray.h.
References m_fluxes.
|
inline |
Definition at line 67 of file AutoPhotometryArray.h.
References m_mag_errors.
|
inline |
Definition at line 63 of file AutoPhotometryArray.h.
References m_mags.
|
private |
Definition at line 80 of file AutoPhotometryArray.h.
Referenced by AutoPhotometryArray(), and getFlags().
|
private |
Definition at line 77 of file AutoPhotometryArray.h.
Referenced by AutoPhotometryArray(), and getFluxErrors().
|
private |
Definition at line 76 of file AutoPhotometryArray.h.
Referenced by AutoPhotometryArray(), and getFluxes().
|
private |
Definition at line 79 of file AutoPhotometryArray.h.
Referenced by AutoPhotometryArray(), and getMagErrors().
|
private |
Definition at line 78 of file AutoPhotometryArray.h.
Referenced by AutoPhotometryArray(), and getMags().