sciGrayplot Struct Reference

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

Collaboration diagram for sciGrayplot:

Collaboration graph
[legend]

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

Detailed Description

Definition at line 1217 of file ObjectStructure.h.


Field Documentation

sciRelationShip sciGrayplot::relationship

Definition at line 1219 of file ObjectStructure.h.

sciGraphicContext sciGrayplot::graphiccontext

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

int sciGrayplot::nx

vz vector of size nx*ny

Definition at line 1225 of file ObjectStructure.h.

Referenced by ConstructGrayplot(), drawGrayplotEntity(), getgrayplotdata(), and setgrayplotdata().

int sciGrayplot::ny

Definition at line 1226 of file ObjectStructure.h.

Referenced by ConstructGrayplot(), drawGrayplotEntity(), getgrayplotdata(), and setgrayplotdata().

int sciGrayplot::type

Definition at line 1227 of file ObjectStructure.h.

Referenced by drawGrayplotEntity().

char sciGrayplot::datamapping[7]

0 if a grayplot, 1if a matplot

Definition at line 1228 of file ObjectStructure.h.

Referenced by drawGrayplotEntity().

BOOL sciGrayplot::isselected

Definition at line 1229 of file ObjectStructure.h.

char* sciGrayplot::callback

Definition at line 1230 of file ObjectStructure.h.

int sciGrayplot::callbacklen

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

Definition at line 1231 of file ObjectStructure.h.

int sciGrayplot::callbackevent

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.

int* sciGrayplot::user_data

Definition at line 1235 of file ObjectStructure.h.

int sciGrayplot::size_of_user_data

Definition at line 1236 of file ObjectStructure.h.


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