| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
nx=1 'eq']nx ny ['eq']nx ny nz ['eq']mglData: mglData (int mx=1, int my=1, int mz=1)HMDT mgl_create_data ()HMDT mgl_create_data_size (int mx, int my, int mz)Default constructor. Allocates the memory for data array and initializes it by zero. If string eq is specified then data will be filled by corresponding formula as in fill function.
valmglData: mglData (const mglData &dat2)mglData: mglData (const mglDataA *dat2)mglData: mglData (int size, const float *dat2)mglData: mglData (int size, int cols, const float *dat2)mglData: mglData (int size, const double *dat2)mglData: mglData (int size, int cols, const double *dat2)mglData: mglData (const double *dat2, int size)mglData: mglData (const double *dat2, int size, int cols)Copy constructor. Allocates the memory for data array and copy values from other array. At this, if parameter eq is specified then the data will be modified by corresponding formula similarly to fill function.
mglData: mglData (const char *fname)HMDT mgl_create_data_file (const char *fname)Reads data from tab-separated text file with auto determining sizes of the data.
mglData: ~mglData ()void mgl_delete_data (HMDT dat)Deletes the instance of class mglData.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] |
This document was generated by Autobuild on July 16, 2012 using texi2html 1.82.