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

Data Fields | |
| sciRelationShip | relationship |
| sciGraphicContext | graphiccontext |
| double * | pvecx |
| double * | pvecy |
| double * | pvecz |
| int | nx |
| int | ny |
| int | type |
| char | datamapping [7] |
| BOOL | isselected |
| char * | callback |
| int | callbacklen |
| int | callbackevent |
| BOOL | visible |
| int * | user_data |
| int | size_of_user_data |
Definition at line 1217 of file ObjectStructure.h.
Definition at line 1219 of file ObjectStructure.h.
Definition at line 1220 of file ObjectStructure.h.
| double* sciGrayplot::pvecx |
Definition at line 1222 of file ObjectStructure.h.
Referenced by ConstructGrayplot(), drawGrayplotEntity(), getgrayplotdata(), and setgrayplotdata().
| double* sciGrayplot::pvecy |
vx vector of size nx
Definition at line 1223 of file ObjectStructure.h.
Referenced by ConstructGrayplot(), drawGrayplotEntity(), and setgrayplotdata().
| double* sciGrayplot::pvecz |
vy vector of size ny
Definition at line 1224 of file ObjectStructure.h.
Referenced by ConstructGrayplot(), drawGrayplotEntity(), getgrayplotdata(), and setgrayplotdata().
vz vector of size nx*ny
Definition at line 1225 of file ObjectStructure.h.
Referenced by ConstructGrayplot(), drawGrayplotEntity(), getgrayplotdata(), and setgrayplotdata().
Definition at line 1226 of file ObjectStructure.h.
Referenced by ConstructGrayplot(), drawGrayplotEntity(), getgrayplotdata(), and setgrayplotdata().
| char sciGrayplot::datamapping[7] |
0 if a grayplot, 1if a matplot
Definition at line 1228 of file ObjectStructure.h.
Referenced by drawGrayplotEntity().
Definition at line 1229 of file ObjectStructure.h.
| char* sciGrayplot::callback |
Definition at line 1230 of file ObjectStructure.h.
specifies the text scilab code for the callback associated with this entity
Definition at line 1231 of file ObjectStructure.h.
the length of the callback code
Definition at line 1232 of file ObjectStructure.h.
| BOOL sciGrayplot::visible |
specifies if this object is visble
Definition at line 1234 of file ObjectStructure.h.
Definition at line 1235 of file ObjectStructure.h.
Definition at line 1236 of file ObjectStructure.h.
1.5.1