objarray is a special type of Tcl_Obj
to handle efficiently (in memory and cpu) arrays of basic numeric types at Tcl level.
This package was developed at CIMNE (www.cimne.com ) mainly for GiD (http://www.gidhomegidsimulation.com), but is is implemented as an independent tcl package that can be used by other applications
To use it, it must should be loaded load with
Code Block |
---|
package require objarray |
Tcl_Obj
objects automatically do internal conversion between strings and its special type and vice-versa, this facilitate its use.
...
Note: objarray, hdf5 and vtk_objarray are Tcl packages developed at CIMNE for GiD
Syntax:
...