25 #ifndef UQ_INTERPOLATION_SURROGATE_IO_ASCII_H 
   26 #define UQ_INTERPOLATION_SURROGATE_IO_ASCII_H 
   28 #include <queso/InterpolationSurrogateIOBase.h> 
   32   template<
class V, 
class M>
 
   47     virtual void read( 
const std::string& filename,
 
   49                        const std::string& vector_space_prefix,
 
   50                        int reading_rank = 0 );
 
   55     virtual void write( 
const std::string& filename,
 
   57                         int writing_rank = 0 ) 
const;
 
   62 #endif // UQ_INTERPOLATION_SURROGATE_IO_ASCII_H 
virtual void write(const std::string &filename, const InterpolationSurrogateData< V, M > &data, int writing_rank=0) const 
Write interpolation surrogate data to filename using processor writing_rank. 
 
virtual void read(const std::string &filename, const FullEnvironment &env, const std::string &vector_space_prefix, int reading_rank=0)
Read Interpolation surrogate data from filename using processor reading_rank. 
 
InterpolationSurrogateIOASCII()
 
const InterpolationSurrogateData< V, M > & data() const 
Reference to data object. 
 
This class sets up the full environment underlying the use of the QUESO library by an executable...
 
virtual ~InterpolationSurrogateIOASCII()