25 #include <queso/VectorRealizer.h>
26 #include <queso/GslVector.h>
27 #include <queso/GslMatrix.h>
32 template<
class V,
class M>
36 unsigned int subPeriod)
38 m_env (unifiedImageSet.env()),
39 m_prefix ((std::string)(prefix)+
"re_"),
40 m_unifiedImageSet(unifiedImageSet),
41 m_subPeriod (subPeriod)
56 template<
class V,
class M>
61 template<
class V,
class M>
68 template<
class V,
class M>
72 return m_unifiedImageSet;
unsigned int displayVerbosity() const
A templated class for handling sets.
const BaseEnvironment & m_env
unsigned int subPeriod() const
Sub-period of the realization. Access to protected attribute m_subPeriod.
std::ofstream * subDisplayFile() const
Access function for m_subDisplayFile (displays file on stream).
A templated (base) class for handling sampling from vector RVs.
virtual ~BaseVectorRealizer()
Virtual destructor.
const VectorSet< V, M > & unifiedImageSet() const
Image set where the realizations lie. Access to protected attribute m_unifiedImageSet.
BaseVectorRealizer(const char *prefix, const VectorSet< V, M > &unifiedImageSet, unsigned int subPeriod)
Default constructor.