mixpp: bdm::ITppFileDS Class Reference

bdm::ITppFileDS Class Reference

Read Data Matrix from an IT file. More...

#include <datasources.h>

Inheritance diagram for bdm::ITppFileDS:

bdm::FileDS bdm::MemDS bdm::DS bdm::root List of all members.

Public Member Functions

 ITppFileDS (const string &fname, const string &varname)
 Convenience constructor.
void from_setting (const Setting &set)

Detailed Description

Read Data Matrix from an IT file.

The constructor creates an internal matrix Data from an IT++ file. The file is binary and can be made using the IT++ library or the Matlab/Octave function itsave. NB: the data are stored columnwise, i.e. each column contains the data for time $t$!


Member Function Documentation

void ITppFileDS::from_setting ( const Setting &  set  )  [virtual]

Create object from the following structure

    class    = 'ITppFileDS';
    filename = 'file_with_data.it';
    varname  = 'Data1';                  // Name of a variable in which the data are stored
    --- inherited fields ---
    bdm::DS::from_setting

Reimplemented from bdm::FileDS.


The documentation for this class was generated from the following files:
Generated on 2 Dec 2013 for mixpp by  doxygen 1.4.7