|
Alexandria 2.32.0
SDC-CH common library for the Euclid project
|
#include <Photometry.h>
Public Member Functions | |
| FluxErrorPair (double flux, double error, bool missing_photometry_flag=false, bool upper_limit_flag=false) | |
| FluxErrorPair (const FluxErrorPair &)=default | |
| bool | operator== (const FluxErrorPair &other) const |
| bool | operator!= (const FluxErrorPair &other) const |
| double | getFlux () const |
| double | getError () const |
Public Attributes | |
| double | flux |
| double | error |
| bool | missing_photometry_flag |
| bool | upper_limit_flag |
Definition at line 41 of file Photometry.h.
| Euclid::SourceCatalog::FluxErrorPair::FluxErrorPair | ( | double | flux, |
| double | error, | ||
| bool | missing_photometry_flag = false, | ||
| bool | upper_limit_flag = false ) |
Definition at line 30 of file FluxErrorPair.cpp.
References error, flux, missing_photometry_flag, and upper_limit_flag.
Referenced by FluxErrorPair(), operator!=(), operator==(), and Euclid::SourceCatalog::Photometry::PhotometryIterator< Const >::operator==().
|
default |
|
inline |
Definition at line 55 of file Photometry.h.
|
inline |
Definition at line 51 of file Photometry.h.
References flux.
| bool Euclid::SourceCatalog::FluxErrorPair::operator!= | ( | const FluxErrorPair & | other | ) | const |
Definition at line 38 of file FluxErrorPair.cpp.
References FluxErrorPair().

| bool Euclid::SourceCatalog::FluxErrorPair::operator== | ( | const FluxErrorPair & | other | ) | const |
Definition at line 33 of file FluxErrorPair.cpp.
References error, flux, FluxErrorPair(), missing_photometry_flag, and upper_limit_flag.

| double Euclid::SourceCatalog::FluxErrorPair::error |
Definition at line 43 of file Photometry.h.
Referenced by FluxErrorPair(), and operator==().
| double Euclid::SourceCatalog::FluxErrorPair::flux |
Definition at line 42 of file Photometry.h.
Referenced by FluxErrorPair(), getFlux(), and operator==().
| bool Euclid::SourceCatalog::FluxErrorPair::missing_photometry_flag |
Definition at line 44 of file Photometry.h.
Referenced by FluxErrorPair(), and operator==().
| bool Euclid::SourceCatalog::FluxErrorPair::upper_limit_flag |
Definition at line 45 of file Photometry.h.
Referenced by FluxErrorPair(), and operator==().