Class mglData
contains all functions for the data handling in MathGL (see Data processing). There are several matters why I use class mglData
but not a single array: it does not depend on type of data (mreal or double), sizes of data arrays are kept with data, memory working is simpler and safer.