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

Data Fields | |
| sciRelationShip | relationship |
| sciGraphicContext | graphiccontext |
| double * | pvx |
| double * | pvy |
| double * | pvz |
| int | n1 |
| int | n2 |
| int | closed |
| int | plot |
| BOOL | isselected |
| char * | callback |
| int | callbacklen |
| int | callbackevent |
| BOOL | visible |
| int | isclip |
| double | clip_region [4] |
| int | clip_region_set |
| int * | user_data |
| int | size_of_user_data |
| BOOL | isfilled |
| BOOL | isinterpshaded |
| int * | scvector |
| int | dim_icv |
| int | bar_layout |
| double * | x_shift |
| double * | y_shift |
| double * | z_shift |
| double | bar_width |
| double | arsize_factor |
Definition at line 895 of file ObjectStructure.h.
Definition at line 897 of file ObjectStructure.h.
Definition at line 898 of file ObjectStructure.h.
| double* sciPolyline::pvx |
Definition at line 899 of file ObjectStructure.h.
Referenced by BuildXYZvectForClipping_IfNanOrLogON(), ConstructPolyline(), and DrawMerge3d().
| double* sciPolyline::pvy |
Definition at line 900 of file ObjectStructure.h.
Referenced by BuildXYZvectForClipping_IfNanOrLogON(), ConstructPolyline(), and DrawMerge3d().
| double* sciPolyline::pvz |
Definition at line 901 of file ObjectStructure.h.
Referenced by BuildXYZvectForClipping_IfNanOrLogON(), ConstructPolyline(), and DrawMerge3d().
DJ.Abdemouche 2003
Definition at line 902 of file ObjectStructure.h.
Referenced by BuildXYZvectForClipping_IfNanOrLogON(), CheckAndUpdate_x_shift(), CheckAndUpdate_y_shift(), CheckAndUpdate_z_shift(), ConstructPolyline(), DrawMerge3d(), drawPolylineEntity(), get_x_shift_property(), get_y_shift_property(), and get_z_shift_property().
number of points
Definition at line 903 of file ObjectStructure.h.
Referenced by ConstructPolyline().
numbre of curves if Plot
Definition at line 904 of file ObjectStructure.h.
Referenced by ConstructPolyline(), and drawPolylineEntity().
is it a closed polyline
Definition at line 905 of file ObjectStructure.h.
Referenced by ConstructPolyline(), DrawMerge3d(), and drawPolylineEntity().
defines the polyline_style (interpolated, staircase, bar_plot,...) : is it simple poly or a plot (Plot2d /Plot2d1/.../Plot2d4)
Definition at line 906 of file ObjectStructure.h.
| char* sciPolyline::callback |
Definition at line 907 of file ObjectStructure.h.
specifies the text scilab code for the callback associated with this entity
Definition at line 908 of file ObjectStructure.h.
the length of the callback code
Definition at line 909 of file ObjectStructure.h.
| BOOL sciPolyline::visible |
specifies if this object is visble
Definition at line 911 of file ObjectStructure.h.
Definition at line 912 of file ObjectStructure.h.
| double sciPolyline::clip_region[4] |
Definition at line 913 of file ObjectStructure.h.
Definition at line 914 of file ObjectStructure.h.
Definition at line 915 of file ObjectStructure.h.
Definition at line 916 of file ObjectStructure.h.
Definition at line 917 of file ObjectStructure.h.
Definition at line 918 of file ObjectStructure.h.
Referenced by ConstructPolyline(), and drawPolylineEntity().
Definition at line 919 of file ObjectStructure.h.
Referenced by ConstructPolyline(), and drawPolylineEntity().
Definition at line 921 of file ObjectStructure.h.
| double* sciPolyline::x_shift |
Definition at line 923 of file ObjectStructure.h.
Referenced by BuildXYZvectForClipping_IfNanOrLogON(), CheckAndUpdate_x_shift(), and get_x_shift_property().
| double* sciPolyline::y_shift |
Definition at line 924 of file ObjectStructure.h.
Referenced by BuildXYZvectForClipping_IfNanOrLogON(), CheckAndUpdate_y_shift(), drawPolylineEntity(), and get_y_shift_property().
| double* sciPolyline::z_shift |
Definition at line 925 of file ObjectStructure.h.
Referenced by BuildXYZvectForClipping_IfNanOrLogON(), CheckAndUpdate_z_shift(), and get_z_shift_property().
| double sciPolyline::bar_width |
| double sciPolyline::arsize_factor |
1.5.1