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="";
rids=[1 1 1];
tds =[0 1 2];
};
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: