Home
last modified time | relevance | path

Searched refs:__GO_DATA_MODEL_Y_DIMENSIONS__ (Results 1 – 8 of 8) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/cpp/
H A DgetGraphicObjectProperty.cpp83 case __GO_DATA_MODEL_Y_DIMENSIONS__ : in getGraphicObjectProperty()
227 || _iName == __GO_DATA_MODEL_Y_DIMENSIONS__ in releaseGraphicObjectProperty()
H A DsetGraphicObjectProperty.cpp103 case __GO_DATA_MODEL_Y_DIMENSIONS__ : in setGraphicObjectPropertyAndWarn()
H A DNgonGridData.cpp79 case __GO_DATA_MODEL_Y_DIMENSIONS__ : in getPropertyFromName()
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/scripts/
H A DpropertiesMap.properties77 __GO_DATA_MODEL_Y_DIMENSIONS__ key
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/java/org/scilab/modules/graphic_objects/graphicObject/
H A DGraphicObjectProperties.java89 public static final int __GO_DATA_MODEL_Y_DIMENSIONS__ = 66; field in GraphicObjectProperties
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/includes/
H A DgraphicObjectProperties.h88 #define __GO_DATA_MODEL_Y_DIMENSIONS__ 66 macro
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/src/c/getHandleProperty/
H A Dget_data_property.c336 …getGraphicObjectProperty(iObjUID, __GO_DATA_MODEL_Y_DIMENSIONS__, jni_int_vector, (void **)&yDimen… in get3ddata()
/dports/math/scilab/scilab-6.1.1/scilab/modules/hdf5/src/cpp/
H A Dhandle_properties.cpp3027 getHandleIntVectorProperty(uid, __GO_DATA_MODEL_Y_DIMENSIONS__, &yDims); in export_handle_plot3d()
3046 releaseGraphicObjectProperty(__GO_DATA_MODEL_Y_DIMENSIONS__, dataZ, jni_int_vector, 2); in export_handle_plot3d()