Alexandria 2.31.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) |
![]() | |
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 |
Definition at line 64 of file Pdf.h.
References Euclid::SourceCatalog::Pdf< T >::m_pdfs.
|
private |
Definition at line 69 of file Pdf.h.
Referenced by Euclid::SourceCatalog::Pdf< T >::getPdf().