Alexandria
2.14.1
Please provide a description of the project.
|
#include <string>
#include <vector>
#include <memory>
#include <boost/variant.hpp>
#include "ElementsKernel/Exception.h"
#include "SourceCatalog/SourceAttributes/Photometry.h"
#include "SourceCatalog/SourceAttributes/SpectroscopicRedshift.h"
#include "SourceCatalog/SourceAttributes/Coordinates.h"
#include "SourceCatalog/Attribute.h"
#include "SourceCatalog/_impl/Source.icpp"
Go to the source code of this file.
Classes | |
class | Euclid::SourceCatalog::Source |
The Source class includes all information related to a sky source. More... | |
Namespaces | |
Euclid | |
Euclid::SourceCatalog | |
boost | |
Macros | |
#define | SOURCE_IMPL |
Functions | |
bool | boost::operator!= (const Euclid::SourceCatalog::Source::id_type &a, const Euclid::SourceCatalog::Source::id_type &b) |
boost::variant specifies an equality operator (==), but, in older boost versions, not an inequality one CCfits expects != to be defined, so we do it here More... | |
Created on: Jan 21, 2014 Author: Pierre Dubath
Definition in file Source.h.