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;
 
BaseVectorRealizer(const char *prefix, const VectorSet< V, M > &unifiedImageSet, unsigned int subPeriod)
Default constructor. 
 
const VectorSet< V, M > & unifiedImageSet() const 
Image set where the realizations lie. Access to protected attribute m_unifiedImageSet. 
 
A templated class for handling sets. 
 
std::ofstream * subDisplayFile() const 
Access function for m_subDisplayFile (displays file on stream). 
 
virtual ~BaseVectorRealizer()
Virtual destructor. 
 
A templated (base) class for handling sampling from vector RVs. 
 
unsigned int displayVerbosity() const 
 
const BaseEnvironment & m_env
 
unsigned int subPeriod() const 
Sub-period of the realization. Access to protected attribute m_subPeriod.