Home
last modified time | relevance | path

Searched refs:g_SCILAB_CLASS_CELL (Results 1 – 4 of 4) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/modules/hdf5/includes/
H A Dh5_attributeConstants.h46 static const char g_SCILAB_CLASS_CELL[] = "cell"; variable
/dports/math/scilab/scilab-6.1.1/scilab/modules/hdf5/sci_gateway/cpp/
H A Dsci_hdf5_listvar_v3.cpp300 else if (type == g_SCILAB_CLASS_CELL) in read_short_data()
413 if (type == g_SCILAB_CLASS_CELL) in read_data()
H A Dsci_hdf5_save.cpp805 hid_t dset = openList6(parent, name.data(), g_SCILAB_CLASS_CELL); in export_cell()
815 hid_t refs = openList6(dset, "__refs__", g_SCILAB_CLASS_CELL); in export_cell()
H A Dsci_hdf5_load_v3.cpp261 if (type == g_SCILAB_CLASS_CELL) in import_data()