#include <scilab/modules/graphics/includes/ObjectStructure.h>
Collaboration diagram for sciSurface:

Data Fields | |
| sciRelationShip | relationship |
| sciGraphicContext | graphiccontext |
| double * | pvecx |
| double * | pvecy |
| double * | pvecz |
| double * | inputCMoV |
| double * | zcol |
| double * | color |
| int | cdatamapping |
| integer | izcol |
| integer | dimzx |
| integer | dimzy |
| int | nc |
| int | nx |
| int | ny |
| int | nz |
| int | isfac |
| int | m1 |
| int | n1 |
| int | m2 |
| int | n2 |
| int | m3 |
| int | n3 |
| int | m3n |
| int | n3n |
| integer | flag [3] |
| double | ebox [6] |
| int | flagcolor |
| sciTypeOf3D | typeof3d |
| int | hiddencolor |
| BOOL | isselected |
| char * | callback |
| int | callbacklen |
| int | callbackevent |
| BOOL | visible |
| int | flag_x |
| int | flag_y |
| int * | user_data |
| int | size_of_user_data |
Definition at line 984 of file ObjectStructure.h.
Definition at line 986 of file ObjectStructure.h.
Definition at line 987 of file ObjectStructure.h.
| double* sciSurface::pvecx |
Definition at line 988 of file ObjectStructure.h.
Referenced by ConstructSurface(), DestroySurface(), drawSurfaceEntity(), and set3ddata().
| double* sciSurface::pvecy |
Definition at line 989 of file ObjectStructure.h.
Referenced by ConstructSurface(), DestroySurface(), drawSurfaceEntity(), and set3ddata().
| double* sciSurface::pvecz |
Definition at line 990 of file ObjectStructure.h.
Referenced by ConstructSurface(), DestroySurface(), drawSurfaceEntity(), and set3ddata().
| double* sciSurface::inputCMoV |
Definition at line 991 of file ObjectStructure.h.
Referenced by ConstructSurface(), DestroySurface(), set3ddata(), and set_color_flag_property().
| double* sciSurface::zcol |
Definition at line 993 of file ObjectStructure.h.
Referenced by ConstructSurface(), DestroySurface(), get_surface_color_property(), LinearScaling2Colormap(), set3ddata(), set_cdata_mapping_property(), set_color_flag_property(), and set_color_mode_property().
| double* sciSurface::color |
Definition at line 994 of file ObjectStructure.h.
Referenced by ConstructSurface(), DestroySurface(), DrawMerge3d(), drawSurfaceEntity(), LinearScaling2Colormap(), set_cdata_mapping_property(), set_color_flag_property(), and set_color_mode_property().
Definition at line 998 of file ObjectStructure.h.
Referenced by ConstructSurface(), set_cdata_mapping_property(), set_color_flag_property(), and set_color_mode_property().
Definition at line 1001 of file ObjectStructure.h.
Referenced by ConstructSurface(), DestroySurface(), and set3ddata().
Definition at line 1002 of file ObjectStructure.h.
Referenced by ConstructSurface(), drawSurfaceEntity(), get_surface_color_property(), set3ddata(), set_color_flag_property(), and set_color_mode_property().
Definition at line 1003 of file ObjectStructure.h.
Referenced by ConstructSurface(), drawSurfaceEntity(), get_surface_color_property(), set3ddata(), set_color_flag_property(), and set_color_mode_property().
Definition at line 1007 of file ObjectStructure.h.
Referenced by ConstructSurface(), DrawMerge3d(), LinearScaling2Colormap(), set_cdata_mapping_property(), set_color_flag_property(), and set_color_mode_property().
Definition at line 1011 of file ObjectStructure.h.
Referenced by ConstructSurface(), and set3ddata().
Definition at line 1015 of file ObjectStructure.h.
Referenced by ConstructSurface(), and set_color_mode_property().
Definition at line 1015 of file ObjectStructure.h.
Referenced by ConstructSurface(), and set_color_mode_property().
Definition at line 1017 of file ObjectStructure.h.
Referenced by ConstructSurface(), DrawMerge3d(), set_color_flag_property(), and set_color_mode_property().
| double sciSurface::ebox[6] |
Definition at line 1019 of file ObjectStructure.h.
Referenced by ConstructSurface(), get_surface_color_property(), set3ddata(), and set_color_mode_property().
Definition at line 1022 of file ObjectStructure.h.
Referenced by ConstructSurface(), drawSurfaceEntity(), and get_surface_color_property().
| char* sciSurface::callback |
specifies the text scilab code for the callback associated with this entity
Definition at line 1026 of file ObjectStructure.h.
Referenced by ConstructSurface().
the length of the callback code
Definition at line 1027 of file ObjectStructure.h.
Referenced by ConstructSurface().
| BOOL sciSurface::visible |
specifies if this object is visble
Definition at line 1029 of file ObjectStructure.h.
Referenced by ConstructSurface().
Definition at line 1035 of file ObjectStructure.h.
Definition at line 1036 of file ObjectStructure.h.
1.5.1