42 #ifndef SOURCE_CATALOG_PDF_H 43 #define SOURCE_CATALOG_PDF_H 52 namespace SourceCatalog {
61 explicit Pdf(std::map<std::string, PdfType> pdfs) :
m_pdfs(
std::move(pdfs)) { }
63 virtual ~Pdf() =
default;
71 std::map<std::string, PdfType>
m_pdfs;
Pdf(std::map< std::string, PdfType > pdfs)
Attribute interface extended by all source attributes.
Representation of a multi-dimensional grid which contains axis information.
const PdfType & getPdf(const std::string &name)
std::map< std::string, PdfType > m_pdfs