Alexandria 2.32.0
SDC-CH common library for the Euclid project
|
#include <Pdf.h>
Public Types | |
using | PdfType = GridContainer::GridContainer<std::vector<double>, T> |
Public Member Functions | |
Pdf (std::map< std::string, PdfType > pdfs) | |
virtual | ~Pdf ()=default |
const PdfType & | getPdf (const std::string &name) |
Public Member Functions inherited from Euclid::SourceCatalog::Attribute | |
virtual | ~Attribute ()=default |
Private Attributes | |
std::map< std::string, PdfType > | m_pdfs |
using Euclid::SourceCatalog::Pdf< T >::PdfType = GridContainer::GridContainer<std::vector<double>, T> |
|
inlineexplicit |
|
virtualdefault |
|
inline |
|
private |