GiD - The personal pre and post processor

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

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.gidsimulation.com), but is is implemented as an independent tcl package that can be used by other applications

To use it must load with

package require objarray 

Tcl_Obj objects automatically do internal conversion between strings and its special type and vice-versa, this facilitate its use.

The hdf5 plugin uses internally objarrays as bridge between HDF5-like arrays and GiD data.

The vtkobjarray is another specialized Tcl package that act as link between objarrays and vtk-like arrays
(e.g. it is used by the GiD-vtk results import/export plugin)

Note: objarray, hdf5 and vtk_objarray are Tcl packages developed at CIMNE for GiD

  • No labels