UImexDS Class Reference

Create memory data source from mxArray. More...

#include <mexds.h>

List of all members.

Public Member Functions

bdmroot * build (Setting &S) const


Detailed Description

Create memory data source from mxArray.

system={
        type="mexDS";
        varname="";            // name of workspace variable
        rids=[1 1 1];          // numbers of data rows
        tds =[0 1 2];          // time delays
        };

MemDS with the above fields will be created;

Todo:
Very memory inefficient implementation. The data file is copied 2 times! For better implementatin we would need MemDS with pointer to the raw data. Then it could operate directly inside mxArray.

The documentation for this class was generated from the following file:

Generated on Wed Jun 17 14:13:28 2009 for mixpp by  doxygen 1.5.8