Main Page   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

simple_plot.h File Reference

Go to the source code of this file.

Functions

void set_box (int xo, int yo, int xs, int ys)
void nodraw_box ()
void draw_box (float xmin_in, float xmax_in, char *xlabel, float ymin_in, float ymax_in, char *ylabel)
void add_label (char *label)
void set_color (char *color)
void plot (float *x, float *y, int n)
void move_to (float x, float y)
void draw_to (float x, float y)
void point (float x, float y, float size)
void get_mouse (float *x, float *y)
void pause (int time)
void clear_graphics ()
void exit_graphics ()
void crop_gfx ()
void nocrop_gfx ()
void wait_for_mouse ()
int check_mouse ()


Function Documentation

void add_label ( char * label )
 

Definition at line 115 of file simple.c.

int check_mouse ( )
 

Definition at line 312 of file simple.c.

void clear_graphics ( )
 

Definition at line 362 of file simple.c.

void crop_gfx ( )
 

Definition at line 40 of file simple.c.

void draw_box ( float xmin_in,
float xmax_in,
char * xlabel,
float ymin_in,
float ymax_in,
char * ylabel )
 

Definition at line 104 of file simple.c.

void draw_to ( float x,
float y )
 

Definition at line 276 of file simple.c.

void exit_graphics ( )
 

Definition at line 369 of file simple.c.

void get_mouse ( float * x,
float * y )
 

Definition at line 327 of file simple.c.

void move_to ( float x,
float y )
 

Definition at line 264 of file simple.c.

void nocrop_gfx ( )
 

Definition at line 41 of file simple.c.

void nodraw_box ( )
 

Definition at line 110 of file simple.c.

void pause ( int time )
 

Definition at line 357 of file simple.c.

void plot ( float * x,
float * y,
int n )
 

Definition at line 210 of file simple.c.

void point ( float x,
float y,
float size )
 

Definition at line 296 of file simple.c.

void set_box ( int xo,
int yo,
int xs,
int ys )
 

Definition at line 62 of file simple.c.

void set_color ( char * color )
 

Definition at line 124 of file simple.c.

void wait_for_mouse ( )
 

Definition at line 344 of file simple.c.


Generated at Sun Feb 24 09:57:30 2002 for STARLAB by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001