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

Data Fields | |
| sciRelationShip | relationship |
| sciGraphicContext | graphiccontext |
| double * | pvecx |
| double * | pvecy |
| double * | pnoeud |
| double * | pfun |
| int | Nnode |
| int | Ntr |
| double * | zminmax |
| integer * | colminmax |
| integer * | colout |
| BOOL | with_mesh |
| BOOL | isselected |
| char * | callback |
| int | callbacklen |
| int | callbackevent |
| BOOL | visible |
| int * | user_data |
| int | size_of_user_data |
Definition at line 1250 of file ObjectStructure.h.
Definition at line 1252 of file ObjectStructure.h.
Definition at line 1253 of file ObjectStructure.h.
| double* sciFec::pvecx |
Definition at line 1255 of file ObjectStructure.h.
Referenced by ConstructFec(), and drawFecEntity().
| double* sciFec::pvecy |
Definition at line 1256 of file ObjectStructure.h.
Referenced by ConstructFec(), and drawFecEntity().
| double* sciFec::pnoeud |
Definition at line 1257 of file ObjectStructure.h.
Referenced by ConstructFec(), and drawFecEntity().
| double* sciFec::pfun |
Definition at line 1258 of file ObjectStructure.h.
Referenced by ConstructFec(), and drawFecEntity().
Definition at line 1259 of file ObjectStructure.h.
Referenced by ConstructFec(), and drawFecEntity().
Definition at line 1260 of file ObjectStructure.h.
Referenced by ConstructFec(), and drawFecEntity().
| double* sciFec::zminmax |
Definition at line 1261 of file ObjectStructure.h.
Referenced by ConstructFec(), and drawFecEntity().
Definition at line 1262 of file ObjectStructure.h.
Referenced by ConstructFec(), and drawFecEntity().
Definition at line 1263 of file ObjectStructure.h.
Referenced by ConstructFec(), and drawFecEntity().
| BOOL sciFec::with_mesh |
Definition at line 1264 of file ObjectStructure.h.
Referenced by ConstructFec(), and drawFecEntity().
| BOOL sciFec::isselected |
Definition at line 1265 of file ObjectStructure.h.
| char* sciFec::callback |
Definition at line 1266 of file ObjectStructure.h.
specifies the text scilab code for the callback associated with this entity
Definition at line 1267 of file ObjectStructure.h.
the length of the callback code
Definition at line 1268 of file ObjectStructure.h.
| BOOL sciFec::visible |
specifies if this object is visble
Definition at line 1270 of file ObjectStructure.h.
Definition at line 1271 of file ObjectStructure.h.
Definition at line 1272 of file ObjectStructure.h.
1.5.1