CEuclid::XYDataset::QualifiedName::AlphabeticalComparator | Provides alphabetical comparison for the QualifiedNames a and b |
▼CEuclid::SourceCatalog::Attribute | Attribute interface extended by all source attributes |
CEuclid::SourceCatalog::Coordinates | Store the Right Ascension (Ra) and Delination (Dec) of a source in decimal degrees, i.e., 0.0 < Ra < 360.00 -90.0 < Dec < 90.0 |
CEuclid::SourceCatalog::Pdf< T > | |
CEuclid::SourceCatalog::Photometry | |
CEuclid::SourceCatalog::SpectroscopicRedshift | Store the spectroscopic redshift of a source |
CEuclid::SourceCatalog::TableRowAttribute | Source attribute which can be used to retrieve the table row used to create the source |
▼CEuclid::SourceCatalog::AttributeFromRow | Interface for building a source Attribute from a table Row |
CEuclid::SourceCatalog::PdfFromRow< T > | |
CEuclid::SourceCatalog::PhotometryAttributeFromRow | Implementation of the AttributeFromRow for a photometry attribute. This class implements the createAttribute method that must be used to create Photometry objects |
CEuclid::SourceCatalog::SpectroscopicRedshiftAttributeFromRow | Implementation of the AttributeFromRow for a SpectroscopicRedshift attribute. This class implements the createAttribute method that must be used to create SpectroscopicRedshift objects |
CEuclid::SourceCatalog::TableRowAttributeFromRow | Implementation of the AttributeFromRow interfaces for the TableRowAttribute |
CEuclid::SourceCatalog::Catalog | Catalog contains a container of sources |
CEuclid::SourceCatalog::CatalogFromTable | |
CEuclid::Table::ColumnDescription | Contains the description of a specific column of a Table |
CEuclid::Table::ColumnInfo | Provides information about the columns of a Table |
CEuclid::Configuration::ConfigManager | Manages a set of configuration classes |
▼CEuclid::Configuration::Configuration | Superclass of all configuration classes |
CEuclid::Configuration::CatalogConfig | Configuration class for enabling catalog input |
CEuclid::Configuration::PdfCatalogConfig< T > | |
CEuclid::Configuration::PhotometricBandMappingConfig | Configuration class which provides the information of the mapping between photometric bands and column names |
CEuclid::Configuration::PhotometryCatalogConfig | Configuration class for enabling photometric catalog input |
CEuclid::Configuration::SpecZCatalogConfig | Configuration class for enabling SpecZ catalog input |
CCosmologicalDistance | Compute the distances according to it. See http://xxx.lanl.gov/abs/astro-ph/9905116 |
CEuclid::PhysicsUtils::CosmologicalDistances | |
CEuclid::PhysicsUtils::CosmologicalParameters | Model the cosmological parameters. Omega_m, Omega_lambda, Omega_k and hubble_constant. Guarantee that the sum of the Omegas is 1 |
CEuclid::MathUtils::Cumulative | Class for build cumulative from PDF and extract feature out of it |
▼Cstd::exception [external] | STL class |
►CElements::Exception [external] | |
CEuclid::MathUtils::InterpolationException | |
CEuclid::SourceCatalog::PhotometryParsingException | |
▼CEuclid::XYDataset::FileParser | |
CEuclid::XYDataset::AsciiParser | Tool for reading ASCII tables from streams |
CEuclid::XYDataset::FitsParser | Tool for reading FITS tables from streams |
CEuclid::SourceCatalog::FluxErrorPair | |
▼CEuclid::MathUtils::Function | Interface class representing a function |
CEuclid::MathUtils::DefaultMultiplication | |
CEuclid::MathUtils::FunctionAdapter | Adapt a std::function<double(double)> to the Function Interface |
►CEuclid::MathUtils::Integrable | Interface representing an integrable function |
►CEuclid::MathUtils::Differentiable | Interface representing a differentiable function |
CEuclid::MathUtils::Polynomial | Represents a polynomial function |
CEuclid::MathUtils::Piecewise | Represents a piecewise function |
CEuclid::GridContainer::GridAxis< T > | Provides information related with an axis of a GridContainer |
CEuclid::GridContainer::GridCellManagerTraits< GridCellManager > | Class used by the GridContainer to access the different CellManagers |
CEuclid::GridContainer::GridCellManagerTraits< std::vector< T > > | |
CEuclid::GridContainer::GridConstructionHelper< Axes > | GridContainer construction helper class |
CEuclid::GridContainer::GridContainer< GridCellManager, AxesTypes > | Representation of a multi-dimensional grid which contains axis information |
CEuclid::GridContainer::GridContainer< GridCellManager, AxesTypes... > | |
CEuclid::GridContainer::GridContainer< std::vector< std::array< double, ND > >, std::size_t, std::size_t > | |
CEuclid::GridContainer::GridIndexHelper< AxesTypes > | Helper class for converting multi-dimensional grid coordinates to the index of a long data array and vice versa |
CEuclid::GridContainer::GridIndexHelper< AxesTypes... > | |
Cstd::hash< Euclid::XYDataset::QualifiedName > | Hash operation for the Euclid::XYDataset::QualifiedName |
CEuclid::InstOrRefHolder< InterfaceType > | |
CEuclid::InstOrRefHolder< std::istream > | |
CEuclid::InstOrRefHolder< std::ostream > | |
▼CEuclid::SOM::Distance::Interface< ND > | |
CEuclid::SOM::Distance::L2< ND > | |
▼CEuclid::SOM::SamplingPolicy::Interface< IterType > | |
CEuclid::SOM::SamplingPolicy::Bootstrap< IterType > | |
CEuclid::SOM::SamplingPolicy::FullSet< IterType > | |
CEuclid::SOM::SamplingPolicy::Jackknife< IterType > | |
▼Cstd::iterator< std::forward_iterator_tag, CellType > [external] | |
CEuclid::GridContainer::GridContainer< GridCellManager, AxesTypes >::iter< CellType > | Class to iterate through the GridContainer cells |
▼Cstd::iterator< std::forward_iterator_tag, const FluxErrorPair > [external] | |
CEuclid::SourceCatalog::Photometry::PhotometryConstIterator | |
Cboost::serialization::Load< N > | |
Cboost::serialization::Load< 0 > | |
CEuclid::MathUtils::ModeInfo | Class for storing the information of a PDF mode |
CEuclid::NdArray::NdArray< T, Container > | |
▼CEuclid::MathUtils::NumericalIntegrationScheme | Interface class representing a numerical integration scheme |
CEuclid::MathUtils::AdaptativeIntegration< Quadrature > | Class implementing the NumericalIntegrationScheme interface |
CEuclid::Configuration::ProgramOptionsHelper | Class providing some helper methods for managing boost program options |
CEuclid::XYDataset::QualifiedName | Represents a name qualified with a set of groups |
CEuclid::Table::Row | Represents one row of a Table |
Cboost::serialization::Save< N > | |
Cboost::serialization::Save< 0 > | |
CEuclid::MathUtils::SimpsonsRule | |
CEuclid::SOM::SOM< ND, DistFunc > | |
CEuclid::SOM::SOMProjector | |
CEuclid::SOM::SOMTrainer | |
CEuclid::SourceCatalog::Source | Includes all information related to a sky source |
▼Cstatic_visitor | |
CEuclid::SourceCatalog::CastSourceIdVisitor | |
CEuclid::Table::CastVisitor< To > | |
CEuclid::Table::CastVisitor< double > | |
CEuclid::Table::CastVisitor< float > | |
CEuclid::Table::CastVisitor< int32_t > | |
CEuclid::Table::CastVisitor< int64_t > | |
CEuclid::Table::CastVisitor< std::string > | |
CEuclid::Table::CastVisitor< std::vector< VectorType > > | |
CEuclid::Table::StreamRewinder | This class gets a stream as argument during construction and when it is deleted it sets the position of the stream back to where it was during the constructor call |
CEuclid::Table::Table | Represents a table |
▼CEuclid::Table::TableReader | Interface for classes reading tables |
CEuclid::Table::AsciiReader | TableReader implementation for reading ASCII tables from streams |
CEuclid::Table::FitsReader | TableReader implementation for reading FITS tables |
▼CEuclid::Table::TableWriter | Interface for classes writing tables |
CEuclid::Table::AsciiWriter | TableWriter implementation for writing ASCII tables to streams |
CEuclid::Table::FitsWriter | TableWriter implementation for writing tables in FITS format |
CEuclid::GridContainer::TemplateLoopCounter< int > | |
CEuclid::ThreadPool | Basic thread pool implementation |
CEuclid::XYDataset::XYDataset | This module provides an interface for accessing two dimensional datasets (pairs of (X,Y) values) stored in some storage (file system, database, etc) |
▼CEuclid::XYDataset::XYDatasetProvider | This interface class provides the dataset following a qualified name object |
CEuclid::XYDataset::CachedProvider | The CachedProvider wraps another XYDatasetProvider and keeps in memory the results, so following calls are cheaper |
CEuclid::XYDataset::FileSystemProvider | The FileSystemProvider handles files in a directory tree |