sciSurface Struct Reference

#include <scilab/modules/graphics/includes/ObjectStructure.h>

Collaboration diagram for sciSurface:

Collaboration graph
[legend]

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
intuser_data
int size_of_user_data

Detailed Description

Definition at line 984 of file ObjectStructure.h.


Field Documentation

sciRelationShip sciSurface::relationship

Definition at line 986 of file ObjectStructure.h.

sciGraphicContext sciSurface::graphiccontext

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().

int sciSurface::cdatamapping

Definition at line 998 of file ObjectStructure.h.

Referenced by ConstructSurface(), set_cdata_mapping_property(), set_color_flag_property(), and set_color_mode_property().

integer sciSurface::izcol

Definition at line 1001 of file ObjectStructure.h.

Referenced by ConstructSurface(), DestroySurface(), and set3ddata().

integer sciSurface::dimzx

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().

integer sciSurface::dimzy

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().

int sciSurface::nc

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().

int sciSurface::nx

Definition at line 1008 of file ObjectStructure.h.

Referenced by ConstructSurface().

int sciSurface::ny

Definition at line 1009 of file ObjectStructure.h.

Referenced by ConstructSurface().

int sciSurface::nz

Definition at line 1010 of file ObjectStructure.h.

Referenced by ConstructSurface().

int sciSurface::isfac

Definition at line 1011 of file ObjectStructure.h.

Referenced by ConstructSurface(), and set3ddata().

int sciSurface::m1

Definition at line 1012 of file ObjectStructure.h.

Referenced by ConstructSurface().

int sciSurface::n1

Definition at line 1012 of file ObjectStructure.h.

Referenced by ConstructSurface().

int sciSurface::m2

Definition at line 1013 of file ObjectStructure.h.

Referenced by ConstructSurface().

int sciSurface::n2

Definition at line 1013 of file ObjectStructure.h.

Referenced by ConstructSurface().

int sciSurface::m3

Definition at line 1014 of file ObjectStructure.h.

Referenced by ConstructSurface().

int sciSurface::n3

Definition at line 1014 of file ObjectStructure.h.

Referenced by ConstructSurface().

int sciSurface::m3n

Definition at line 1015 of file ObjectStructure.h.

Referenced by ConstructSurface(), and set_color_mode_property().

int sciSurface::n3n

Definition at line 1015 of file ObjectStructure.h.

Referenced by ConstructSurface(), and set_color_mode_property().

integer sciSurface::flag[3]

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 1018 of file ObjectStructure.h.

Referenced by ConstructSurface().

int sciSurface::flagcolor

Definition at line 1019 of file ObjectStructure.h.

Referenced by ConstructSurface(), get_surface_color_property(), set3ddata(), and set_color_mode_property().

sciTypeOf3D sciSurface::typeof3d

Definition at line 1022 of file ObjectStructure.h.

Referenced by ConstructSurface(), drawSurfaceEntity(), and get_surface_color_property().

int sciSurface::hiddencolor

Definition at line 1023 of file ObjectStructure.h.

Referenced by ConstructSurface().

BOOL sciSurface::isselected

Definition at line 1024 of file ObjectStructure.h.

Referenced by ConstructSurface().

char* sciSurface::callback

Definition at line 1025 of file ObjectStructure.h.

Referenced by ConstructSurface().

int sciSurface::callbacklen

specifies the text scilab code for the callback associated with this entity

Definition at line 1026 of file ObjectStructure.h.

Referenced by ConstructSurface().

int sciSurface::callbackevent

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().

int sciSurface::flag_x

Definition at line 1031 of file ObjectStructure.h.

Referenced by Gen3DPoints(), and set3ddata().

int sciSurface::flag_y

Definition at line 1033 of file ObjectStructure.h.

Referenced by Gen3DPoints(), and set3ddata().

int* sciSurface::user_data

Definition at line 1035 of file ObjectStructure.h.

int sciSurface::size_of_user_data

Definition at line 1036 of file ObjectStructure.h.


The documentation for this struct was generated from the following file:
Generated on Sun Mar 4 16:15:22 2007 for Scilab [trunk] by  doxygen 1.5.1