|
Alexandria
2.14.1
Please provide a description of the project.
|
#include <Photometry.h>
Public Member Functions | |
| PhotometryConstIterator (const std::vector< std::string >::const_iterator &filters_iter, const std::vector< FluxErrorPair >::const_iterator &values_iter) | |
| PhotometryConstIterator & | operator++ () |
| reference | operator* () |
| bool | operator== (const PhotometryConstIterator &other) const |
| bool | operator!= (const PhotometryConstIterator &other) const |
| const std::string & | filterName () const |
Private Attributes | |
| std::vector< std::string > ::const_iterator | m_filters_iter |
| std::vector< FluxErrorPair > ::const_iterator | m_values_iter |
Iterator for the photometry flux and error values. See the Photometry_test to see how this can be used to iterate through the flux and error the different filters.
Definition at line 75 of file Photometry.h.
| Euclid::SourceCatalog::Photometry::PhotometryConstIterator::PhotometryConstIterator | ( | const std::vector< std::string >::const_iterator & | filters_iter, |
| const std::vector< FluxErrorPair >::const_iterator & | values_iter | ||
| ) |
Definition at line 33 of file Photometry.cpp.
| const string & Euclid::SourceCatalog::Photometry::PhotometryConstIterator::filterName | ( | ) | const |
Definition at line 56 of file Photometry.cpp.
| bool Euclid::SourceCatalog::Photometry::PhotometryConstIterator::operator!= | ( | const PhotometryConstIterator & | other | ) | const |
Definition at line 52 of file Photometry.cpp.
References m_filters_iter.
| auto Euclid::SourceCatalog::Photometry::PhotometryConstIterator::operator* | ( | ) |
Definition at line 44 of file Photometry.cpp.
| auto Euclid::SourceCatalog::Photometry::PhotometryConstIterator::operator++ | ( | ) |
Definition at line 38 of file Photometry.cpp.
| bool Euclid::SourceCatalog::Photometry::PhotometryConstIterator::operator== | ( | const PhotometryConstIterator & | other | ) | const |
Definition at line 48 of file Photometry.cpp.
References m_filters_iter.
|
private |
Definition at line 86 of file Photometry.h.
Referenced by operator!=(), and operator==().
|
private |
Definition at line 87 of file Photometry.h.
1.8.5