[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
2.3 Data handling
Class mglData
contains all functions for the data handling in MathGL (see section mglData class). There are several matters why I use class mglData
but not a single array: it does not depend on type of data (float or double), sizes of data arrays are kept with data, memory working is simpler and safer.
2.3.1 Array creation | ||
2.3.2 Data changing |