▼Nboost | |
►Npython | |
Nconverter | |
►Nserialization | |
CLoad | |
CLoad< 0 > | |
CSave | |
CSave< 0 > | |
▼NEuclid | |
►NConfiguration | |
CCatalogConfig | Configuration class for enabling catalog input |
CConfigManager | Manages a set of configuration classes |
CConfiguration | Superclass of all configuration classes |
CPdfCatalogConfig | |
CPhotometricBandMappingConfig | Configuration class which provides the information of the mapping between photometric bands and column names |
CPhotometryCatalogConfig | Configuration class for enabling photometric catalog input |
CProgramOptionsHelper | Class providing some helper methods for managing boost program options |
CSpecZCatalogConfig | Configuration class for enabling SpecZ catalog input |
►NFilePool | |
CFileAccessor | |
CFileAccessorBase | |
►CFileHandler | |
CFdWrapper | |
CTypedFdWrapper | |
CFileManager | |
CFileReadAccessor | |
CFileWriteAccessor | |
CLRUFileManager | |
COpenCloseTrait | |
►NGridContainer | |
CGridAxis | Provides information related with an axis of a GridContainer |
CGridAxisToTable | |
CGridAxisToTable< Euclid::XYDataset::QualifiedName > | |
CGridCellManagerTraits | Class used by the GridContainer to access the different CellManagers |
CGridCellManagerTraits< GridCellManagerVectorOfVectors< T > > | |
CGridCellManagerTraits< std::vector< T > > | |
►CGridCellManagerVectorOfVectors | |
CStrideIterator | |
CGridCellToTable | |
CGridCellToTable< T, typename std::enable_if< std::is_arithmetic< T >::value >::type > | |
CGridConstructionHelper | GridContainer construction helper class |
►CGridContainer | Representation of a multi-dimensional grid which contains axis information |
Citer | Class to iterate through the GridContainer cells |
CGridIndexHelper | Helper class for converting multi-dimensional grid coordinates to the index of a long data array and vice versa |
CTemplateLoopCounter | |
CVectorValueProxy | |
►NHistogram | |
►NBinning | |
CEdgeVector | |
CScott | |
CSqrt | |
CBinStrategy | |
►CHistogram | |
CComputationImpl | |
CComputationInterface | |
CConstantWeight | |
►NMathUtils | |
CAdaptativeIntegration | Class implementing the NumericalIntegrationScheme interface |
CChi2Distance | |
CCubicInterpolator | |
CCumulative | Class for build cumulative from PDF and extract feature out of it |
CDefaultMultiplication | |
CDifferentiable | Interface representing a differentiable function |
CEuclideanDistance | |
CExtractKnots | |
CExtractKnots< Euclid::_index_sequence< Is... > > | |
CFunctionAdapter | Adapt a std::function<double(double)> to the Function Interface |
CIntegrable | Interface representing an integrable function |
CInterpN | |
CInterpolationException | |
CInverseChi2 | |
CInverseCumulative | |
CInverseEuclidean | |
CLikelihood | |
CLinearInterpolator | |
CModeInfo | Class for storing the information of a PDF mode |
CNAryFunction | Interface class representing a function with an arbitrary number of parameters |
CNAryFunctionImpl | |
CNAryFunctionImpl< _index_sequence< Is... > > | |
CNdSampler | |
CNumericalIntegrationScheme | Interface class representing a numerical integration scheme |
CPiecewise | Represents a piecewise function |
CPiecewiseBase | Represents a piecewise function |
CPolynomial | Represents a polynomial function |
CSecantParams | |
CSecantReturn | |
CSimpsonsRule | |
►NNdArray | |
CBorrowedRange | |
CMappedContainer | |
►CNdArray | |
CContainerInterface | |
CContainerWrapper | |
CDetails | |
CIterator | |
CNpyDtype | |
CNpyDtype< double > | |
CNpyDtype< float > | |
CNpyDtype< int16_t > | |
CNpyDtype< int32_t > | |
CNpyDtype< int64_t > | |
CNpyDtype< int8_t > | |
CNpyDtype< uint16_t > | |
CNpyDtype< uint32_t > | |
CNpyDtype< uint64_t > | |
CNpyDtype< uint8_t > | |
►NPhysicsUtils | |
CCosmologicalDistances | |
CCosmologicalParameters | Model the cosmological parameters. Omega_m, Omega_lambda, Omega_k and hubble_constant. Guarantee that the sum of the Omegas is 1 |
Nregex | |
►NSOM | |
►NDistance | |
CInterface | |
CL2 | |
NImplTools | |
NInitFunc | |
NLearningRestraintFunc | |
►NNeighborhoodFunc | |
CKohonen | |
CLinearUnitDisk | |
►NSamplingPolicy | |
CBootstrap | |
CFullSet | |
CInterface | |
CJackknife | |
CSOM | |
CSOMProjector | |
CSOMTrainer | |
►NSourceCatalog | |
CAttribute | Attribute interface extended by all source attributes |
CAttributeFromRow | Interface for building a source Attribute from a table Row |
CCastSourceIdVisitor | This type can be used together with boost::apply_visitor to cast boost::variant with an unknown underlying type, to a Source::id_type |
CCatalog | Catalog contains a container of sources |
CCatalogFromTable | |
CCoordinates | 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 |
CFluxErrorPair | |
CPdf | |
CPdfFromRow | |
►CPhotometry | |
CPhotometryIterator | |
CPhotometryAttributeFromRow | Implementation of the AttributeFromRow for a photometry attribute. This class implements the createAttribute method that must be used to create Photometry objects |
CPhotometryParsingException | |
CSource | Includes all information related to a sky source |
CSpectroscopicRedshift | Store the spectroscopic redshift of a source |
CSpectroscopicRedshiftAttributeFromRow | Implementation of the AttributeFromRow for a SpectroscopicRedshift attribute. This class implements the createAttribute method that must be used to create SpectroscopicRedshift objects |
CTableRowAttribute | Source attribute which can be used to retrieve the table row used to create the source |
CTableRowAttributeFromRow | Implementation of the AttributeFromRow interfaces for the TableRowAttribute |
►NTable | |
CAsciiReader | TableReader implementation for reading ASCII tables from streams |
CAsciiWriter | TableWriter implementation for writing ASCII tables to streams |
CCastVisitor | |
CCastVisitor< double > | |
CCastVisitor< float > | |
CCastVisitor< int32_t > | |
CCastVisitor< int64_t > | |
CCastVisitor< std::string > | |
CCastVisitor< std::vector< VectorType > > | |
Ccell_stream_adaptor | |
CColumnDescription | Contains the description of a specific column of a Table |
CColumnInfo | Provides information about the columns of a Table |
CFitsReader | TableReader implementation for reading FITS tables |
►CFitsWriter | TableWriter implementation for writing tables in FITS format |
CHeader | |
CRow | Represents one row of a Table |
CStreamCellVisitor | |
CStreamRewinder | 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 |
CTable | Represents a table |
CTableReader | Interface for classes reading tables |
CTableWriter | Interface for classes writing tables |
CToStringVisitor | |
►NTuple | |
CTupleTailImpl | |
CTupleTailImpl< _index_sequence< Is... > > | |
►NXYDataset | |
CAsciiParser | Tool for reading ASCII tables from streams |
CCachedProvider | The CachedProvider wraps another XYDatasetProvider and keeps in memory the results, so following calls are cheaper |
CFileParser | |
CFileSystemProvider | The FileSystemProvider handles files in a directory tree |
CFitsParser | Tool for reading FITS tables from streams |
►CQualifiedName | Represents a name qualified with a set of groups |
CAlphabeticalComparator | Provides alphabetical comparison for the QualifiedNames a and b |
CXYDataset | This module provides an interface for accessing two dimensional datasets (pairs of (X,Y) values) stored in some storage (file system, database, etc) |
CXYDatasetProvider | This interface class provides the dataset following a qualified name object |
C_index_sequence_helper | |
C_index_sequence_helper< 0, Rest... > | |
C_integer_sequence | |
CInstOrRefHolder | |
CSemaphore | |
CThreadPool | Basic thread pool implementation |
▼NKdTree | |
CChebyshevDistance | |
CEuclideanDistance | |
CKdTree | |
CKdTreeTraits | |
CKdTreeTraits< std::array< U, S > > | |
CKdTreeTraits< std::vector< U > > | |
▼NPyston | |
CAttrGetter | |
CBinaryWrapper | |
CCast | |
CConstant | |
►CException | |
CLocation | Traceback location |
CExceptionRaiser | |
CExpressionTree | |
CExpressionTree< R(Args...)> | |
CExpressionTree< R(const std::vector< T > &)> | |
CExpressionTreeBase | |
►CExpressionTreeBuilder | |
CbuildHelper | |
CbuildHelper< R(Args...)> | |
CbuildHelper< R(const std::vector< T > &)> | |
CFunction | |
CFunctionFactory | |
CFunctionFactory< R(Args...)> | |
CGILLocker | |
CGILReleaser | |
CGraphvizGenerator | |
CIdentity | |
CmakeBinaryFunctionHelper | |
CmakeBinaryFunctionHelper< R(T, T)> | |
CmakeFunctionHelper | |
CmakeFunctionHelper< R(Args...)> | |
CmakeFunctionHelper< R(const Context &, Args...)> | |
CNode | |
CNodeBase | |
CNodeCast | |
CNodeCast< double > | |
CNodeCast< int64_t > | |
CNodeConverter | |
CPlaceholder | |
►CPlaceholder< AttributeSet > | |
CAttrGetterFactory | |
►CPythonCall | |
Cto_python_visitor | |
CRecoverableError | |
CRegisterNode | |
CSaveThread | |
CTextReprVisitor | |
CUnaryWrapper | |
CUnrecoverableError | |
CVariantToPython | |
CVisitor | |
▼Nstd | STL namespace |
Chash< Euclid::XYDataset::QualifiedName > | Hash operation for the Euclid::XYDataset::QualifiedName |