AXES Struct Reference

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

Collaboration diagram for AXES:

Collaboration graph
[legend]

Data Fields

double xlim [4]
double ylim [4]
double zlim [4]
double xgrads [20]
double ygrads [20]
double zgrads [20]
int nxgrads
int nygrads
int nzgrads
double * u_xgrads
double * u_ygrads
double * u_zgrads
int u_nxgrads
int u_nygrads
int u_nzgrads
int ticscolor
sciFont fontcontext
int subint [3]
EAxesBoxType rect
char xdir
char ydir
BOOL auto_ticks [3]
char ** u_xlabels
char ** u_ylabels
char ** u_zlabels
int hiddenAxisColor
double limits [7]
integer flag [3]
int nbsubtics [3]
BOOL reverse [3]
BOOL axes_visible [3]

Detailed Description

Definition at line 678 of file ObjectStructure.h.


Field Documentation

double AXES::xlim[4]

Definition at line 680 of file ObjectStructure.h.

Referenced by axesplot(), ConstructSubWin(), FindXYMinMaxAccordingTL(), and InitAxesModel().

double AXES::ylim[4]

Definition at line 681 of file ObjectStructure.h.

Referenced by axesplot(), ConstructSubWin(), FindXYMinMaxAccordingTL(), and InitAxesModel().

double AXES::zlim[4]

Definition at line 682 of file ObjectStructure.h.

Referenced by ConstructSubWin(), and InitAxesModel().

double AXES::xgrads[20]

Definition at line 685 of file ObjectStructure.h.

Referenced by AdaptGraduationsOnXBottomLeft(), AdaptGraduationsOnXBottomRight(), axesplot(), checkXAxes2dTics(), ConstructSubWin(), DrawXGrid(), DrawXSubTics(), DrawXTics(), findFormat(), get_x_ticks_property(), InitAxesModel(), sci_update_frame_bounds_2d(), sci_update_frame_bounds_3d(), and updateXaxesTics().

double AXES::ygrads[20]

Definition at line 685 of file ObjectStructure.h.

Referenced by AdaptGraduationsOnYBottomLeft(), AdaptGraduationsOnYBottomRight(), axesplot(), checkYAxes2dTics(), ConstructSubWin(), DrawYGrid(), DrawYSubTics(), DrawYTics(), findFormat(), get_y_ticks_property(), InitAxesModel(), sci_update_frame_bounds_2d(), sci_update_frame_bounds_3d(), and updateYaxesTics().

double AXES::zgrads[20]

Definition at line 685 of file ObjectStructure.h.

Referenced by AdaptGraduationsOnZ(), ConstructSubWin(), get_z_ticks_property(), and sci_update_frame_bounds_3d().

int AXES::nxgrads

Definition at line 686 of file ObjectStructure.h.

Referenced by AdaptGraduationsOnXBottomLeft(), AdaptGraduationsOnXBottomRight(), axesplot(), checkXAxes2dTics(), ConstructSubWin(), DestroySubWin(), DrawXGrid(), DrawXSubTics(), DrawXTics(), findFormat(), get_x_ticks_property(), sci_update_frame_bounds_2d(), sci_update_frame_bounds_3d(), and updateXaxesTics().

int AXES::nygrads

Definition at line 686 of file ObjectStructure.h.

Referenced by AdaptGraduationsOnYBottomLeft(), AdaptGraduationsOnYBottomRight(), axesplot(), checkYAxes2dTics(), ConstructSubWin(), DestroySubWin(), DrawYGrid(), DrawYSubTics(), DrawYTics(), findFormat(), get_y_ticks_property(), sci_update_frame_bounds_2d(), sci_update_frame_bounds_3d(), and updateYaxesTics().

int AXES::nzgrads

Definition at line 686 of file ObjectStructure.h.

Referenced by AdaptGraduationsOnZ(), ConstructSubWin(), DestroySubWin(), get_z_ticks_property(), and sci_update_frame_bounds_3d().

double* AXES::u_xgrads

Definition at line 689 of file ObjectStructure.h.

Referenced by ConstructSubWin(), CreatePrettyGradsFromNax(), DestroySubWin(), DrawXGrid(), DrawXSubTics(), DrawXTics(), get_x_ticks_property(), set_log_flags_property(), and set_x_ticks_property().

double * AXES::u_ygrads

Definition at line 689 of file ObjectStructure.h.

Referenced by ConstructSubWin(), CreatePrettyGradsFromNax(), DestroySubWin(), DrawYGrid(), DrawYSubTics(), DrawYTics(), get_y_ticks_property(), set_log_flags_property(), and set_y_ticks_property().

double * AXES::u_zgrads

Definition at line 689 of file ObjectStructure.h.

Referenced by ConstructSubWin(), DestroySubWin(), get_z_ticks_property(), set_log_flags_property(), and set_z_ticks_property().

int AXES::u_nxgrads

Definition at line 690 of file ObjectStructure.h.

Referenced by ConstructSubWin(), CreatePrettyGradsFromNax(), DestroySubWin(), DrawXGrid(), DrawXSubTics(), DrawXTics(), get_x_ticks_property(), set_log_flags_property(), and set_x_ticks_property().

int AXES::u_nygrads

Definition at line 690 of file ObjectStructure.h.

Referenced by ConstructSubWin(), CreatePrettyGradsFromNax(), DestroySubWin(), DrawYGrid(), DrawYSubTics(), DrawYTics(), get_y_ticks_property(), set_log_flags_property(), and set_y_ticks_property().

int AXES::u_nzgrads

Definition at line 690 of file ObjectStructure.h.

Referenced by ConstructSubWin(), DestroySubWin(), get_z_ticks_property(), set_log_flags_property(), and set_z_ticks_property().

int AXES::ticscolor

Definition at line 692 of file ObjectStructure.h.

Referenced by ConstructSubWin(), InitAxesModel(), and initsubwin().

sciFont AXES::fontcontext

Definition at line 695 of file ObjectStructure.h.

int AXES::subint[3]

Definition at line 697 of file ObjectStructure.h.

Referenced by ConstructSubWin(), InitAxesModel(), and initsubwin().

EAxesBoxType AXES::rect

to know the part of the box we have to draw

Definition at line 698 of file ObjectStructure.h.

Referenced by ConstructSubWin(), InitAxesModel(), initsubwin(), rebuild_strflag(), and strflag2axes_properties().

char AXES::xdir

xdir = 'u' | 'd' : gives the xy-axes positions

Definition at line 699 of file ObjectStructure.h.

Referenced by axesplot(), ConstructSubWin(), InitAxesModel(), labels2D_draw(), rebuild_strflag(), reinitSubWin(), and strflag2axes_properties().

char AXES::ydir

ydir = 'r' | 'l' : gives the xy-axes positions

Definition at line 700 of file ObjectStructure.h.

Referenced by axesplot(), ConstructSubWin(), InitAxesModel(), labels2D_draw(), rebuild_strflag(), reinitSubWin(), and strflag2axes_properties().

BOOL AXES::auto_ticks[3]

Definition at line 704 of file ObjectStructure.h.

Referenced by ConstructSubWin(), DrawXGrid(), DrawXSubTics(), DrawXTics(), DrawYGrid(), DrawYSubTics(), DrawYTics(), get_x_ticks_property(), get_y_ticks_property(), get_z_ticks_property(), plot2dn(), SciAxisNew(), set_x_ticks_property(), set_y_ticks_property(), and set_z_ticks_property().

char** AXES::u_xlabels

Definition at line 706 of file ObjectStructure.h.

Referenced by ConstructSubWin(), CreatePrettyGradsFromNax(), DestroySubWin(), DrawXTics(), get_x_ticks_property(), set_log_flags_property(), and set_x_ticks_property().

char ** AXES::u_ylabels

Definition at line 706 of file ObjectStructure.h.

Referenced by ConstructSubWin(), CreatePrettyGradsFromNax(), DestroySubWin(), DrawYTics(), get_y_ticks_property(), set_log_flags_property(), and set_y_ticks_property().

char ** AXES::u_zlabels

Definition at line 706 of file ObjectStructure.h.

Referenced by ConstructSubWin(), DestroySubWin(), get_z_ticks_property(), set_log_flags_property(), and set_z_ticks_property().

int AXES::hiddenAxisColor

Definition at line 708 of file ObjectStructure.h.

Referenced by axis_3ddraw(), ConstructSubWin(), and InitAxesModel().

double AXES::limits[7]

Definition at line 710 of file ObjectStructure.h.

Referenced by ConstructSubWin(), InitAxesModel(), and initsubwin().

integer AXES::flag[3]

Definition at line 711 of file ObjectStructure.h.

Referenced by axis_3ddraw(), ConstructSubWin(), drawSubWinEntity(), I3dRotation(), InitAxesModel(), updateScale3d(), and UpdateSubwinScale().

int AXES::nbsubtics[3]

Definition at line 714 of file ObjectStructure.h.

Referenced by AdaptGraduationsOnXBottomLeft(), AdaptGraduationsOnXBottomRight(), AdaptGraduationsOnYBottomLeft(), AdaptGraduationsOnYBottomRight(), AdaptGraduationsOnZ(), ConstructSubWin(), CreatePrettyGradsFromNax(), DrawXGrid(), DrawXSubTics(), DrawYGrid(), DrawYSubTics(), InitAxesModel(), sci_update_frame_bounds_2d(), sci_update_frame_bounds_3d(), set_sub_tics_property(), set_x_ticks_property(), set_y_ticks_property(), and set_z_ticks_property().

BOOL AXES::reverse[3]

Definition at line 716 of file ObjectStructure.h.

Referenced by AdaptGraduationsOnXBottomLeft(), AdaptGraduationsOnXBottomRight(), AdaptGraduationsOnYBottomLeft(), AdaptGraduationsOnYBottomRight(), AdaptGraduationsOnZ(), axesplot(), ConstructSubWin(), drawArcEntity(), drawGrayplotEntity(), DrawMerge3d(), fac3dn(), Gen3DPoints(), geom3d(), GraySquare1_NGreverse(), plot3dn(), rectangleDouble2Pixel(), ReverseDataFor3DXonly(), ReverseDataFor3DYonly(), ReverseDataFor3DZonly(), sciChamp2DRealToPixel(), sciClip(), XDPi2R(), XLogScale(), XPi2R(), XScale(), YDPi2R(), YLogScale(), YPi2R(), YScale(), Zoom3d_XPi2R(), Zoom3d_YPi2R(), and zoom_box().

BOOL AXES::axes_visible[3]

Definition at line 717 of file ObjectStructure.h.

Referenced by axesplot(), ConstructSubWin(), DrawXGrid(), DrawXSubTics(), DrawXTics(), DrawYGrid(), DrawYSubTics(), DrawYTics(), GetIsAxes2D(), and strflag2axes_properties().


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