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

Data Fields | |
| sciRelationShip | relationship |
| sciGraphicContext | graphiccontext |
| double * | vx |
| double * | vy |
| double * | vfx |
| double * | vfy |
| integer | Nbr1 |
| integer | Nbr2 |
| integer * | pstyle |
| integer | iflag |
| double | arrowsize |
| double | parfact |
| integer | ptype |
| integer | typeofchamp |
| BOOL | isselected |
| char * | callback |
| int | callbacklen |
| int | callbackevent |
| BOOL | visible |
| int | isclip |
| double | clip_region [4] |
| int | clip_region_set |
| double * | vz |
| double * | vfz |
| int * | user_data |
| int | size_of_user_data |
Definition at line 1172 of file ObjectStructure.h.
Definition at line 1174 of file ObjectStructure.h.
Definition at line 1175 of file ObjectStructure.h.
| double* sciSegs::vx |
Definition at line 1176 of file ObjectStructure.h.
Referenced by ConstructSegs(), DrawMerge3d(), drawSegsEntity(), getchampdata(), and setchampdata().
| double* sciSegs::vy |
vx vector of size Nbr
Definition at line 1177 of file ObjectStructure.h.
Referenced by ConstructSegs(), DrawMerge3d(), drawSegsEntity(), getchampdata(), and setchampdata().
| double* sciSegs::vfx |
vy vector of size Nbr
Definition at line 1178 of file ObjectStructure.h.
Referenced by ConstructSegs(), DrawMerge3d(), drawSegsEntity(), getchampdata(), and setchampdata().
| double* sciSegs::vfy |
Definition at line 1179 of file ObjectStructure.h.
Referenced by ConstructSegs(), DrawMerge3d(), drawSegsEntity(), getchampdata(), and setchampdata().
size of vx and vy id segs handle, or size of vx if champ
Definition at line 1180 of file ObjectStructure.h.
Referenced by computeRealArrowSize(), ConstructSegs(), DrawMerge3d(), drawSegsEntity(), getchampdata(), Merge3dBuildTable(), Merge3dDimension(), and setchampdata().
size of vy if champ handle
Definition at line 1181 of file ObjectStructure.h.
Referenced by computeRealArrowSize(), ConstructSegs(), DrawMerge3d(), drawSegsEntity(), getchampdata(), Merge3dBuildTable(), Merge3dDimension(), and setchampdata().
Definition at line 1182 of file ObjectStructure.h.
Referenced by ConstructSegs(), DrawMerge3d(), and drawSegsEntity().
Definition at line 1183 of file ObjectStructure.h.
Referenced by ConstructSegs(), DrawMerge3d(), and drawSegsEntity().
| double sciSegs::arrowsize |
0 or 1, flag which control the drawing of the segment
Definition at line 1184 of file ObjectStructure.h.
Referenced by computeRealArrowSize(), ConstructSegs(), and drawSegsEntity().
| double sciSegs::parfact |
Definition at line 1185 of file ObjectStructure.h.
Referenced by ConstructSegs(), and drawSegsEntity().
Definition at line 1186 of file ObjectStructure.h.
Referenced by computeRealArrowSize(), ConstructSegs(), DrawMerge3d(), drawSegsEntity(), Merge3dBuildTable(), and Merge3dDimension().
Definition at line 1187 of file ObjectStructure.h.
Referenced by ConstructSegs(), DrawMerge3d(), and drawSegsEntity().
| BOOL sciSegs::isselected |
| char* sciSegs::callback |
specifies the text scilab code for the callback associated with this entity
Definition at line 1190 of file ObjectStructure.h.
Referenced by ConstructSegs().
the length of the callback code
Definition at line 1191 of file ObjectStructure.h.
Referenced by ConstructSegs().
| BOOL sciSegs::visible |
specifies if this object is visble
Definition at line 1193 of file ObjectStructure.h.
Referenced by ConstructSegs().
Definition at line 1194 of file ObjectStructure.h.
| double sciSegs::clip_region[4] |
Definition at line 1195 of file ObjectStructure.h.
| double* sciSegs::vz |
Definition at line 1197 of file ObjectStructure.h.
Referenced by DrawMerge3d(), and drawSegsEntity().
| double* sciSegs::vfz |
Definition at line 1200 of file ObjectStructure.h.
Definition at line 1201 of file ObjectStructure.h.
1.5.1