#include "xstarplot.h"
#include <sys/time.h>
#include <unistd.h>
Go to the source code of this file.
Defines | |
#define | INSTR_TIME_LIMIT 2.0 |
Functions | |
void | initialize_graphics (float r_factor, bool b_flag, unsigned long &win, unsigned long &instr, unsigned long &colwin, unsigned long *c_index, unsigned long *c_energy, int &win_size, int &xorigin, int &yorigin) |
void | project3d (float x, float y, float z, float &X, float &Y, float ct, float st, float cp, float sp, float vx, float vy, float vz, float &dv2) |
void | project3d (float x, float y, float z, float &X, float &Y, float ct, float st, float cp, float sp) |
void | draw3d_axis (unsigned long win, float lmax, float ct, float st, float cp, float sp) |
void | draw2d_axis (unsigned long win, float xmin, float xmax, float ymin, float ymax, int k) |
void | update_with_delay (unsigned long win, float t) |
void | show_instructions (unsigned long win, float r, char *buffer, int update) |
void | show_instructions (unsigned long win, float r, char *buffer, int line, int update) |
local double | current_time () |
local void | create_instr_string (char *instr_string, int dim, bool eod, int nodes, int links, int multiples, int unperturbed, int root) |
void | show_main_instructions (unsigned long instr, float r, int d, int u, bool eod, int nodes, int links, int multiples, int unperturbed, int root) |
local void | format_and_show_instructions (unsigned long co, float r, unsigned long *c_i, int index, int tab, char *cstring, int line, int u) |
void | show_color_scheme (unsigned long co, unsigned long *c_e, unsigned long *c_i, float r, char ce, bool b_flag, int u) |
void | init_colors (unsigned long win, unsigned long *ce, unsigned long *ci, bool b_flag) |
void | set_limits (float *origin, float lmax3d, int kx, float &xmin, float &xmax, int ky, float &ymin, float &ymax) |
float | interp_to_x (float r, float s, float rr, float ss, float x) |
float | interp_to_y (float r, float s, float rr, float ss, float y) |
|
Definition at line 327 of file node/dyn/tdyn/gfx_util.C. |
|
Definition at line 339 of file node/dyn/tdyn/gfx_util.C. Referenced by show_main_instructions(). |
|
Definition at line 329 of file node/dyn/tdyn/gfx_util.C. |
|
Definition at line 250 of file node/dyn/tdyn/gfx_util.C. |
|
Definition at line 214 of file node/dyn/tdyn/gfx_util.C. |
|
Definition at line 403 of file node/dyn/tdyn/gfx_util.C. |
|
Definition at line 516 of file node/dyn/tdyn/gfx_util.C. |
|
Definition at line 8 of file node/dyn/tdyn/gfx_util.C. |
|
Definition at line 610 of file node/dyn/tdyn/gfx_util.C. |
|
Definition at line 616 of file node/dyn/tdyn/gfx_util.C. |
|
Definition at line 195 of file node/dyn/tdyn/gfx_util.C. |
|
Definition at line 174 of file node/dyn/tdyn/gfx_util.C. |
|
Definition at line 599 of file node/dyn/tdyn/gfx_util.C. |
|
Definition at line 418 of file node/dyn/tdyn/gfx_util.C. |
|
Definition at line 305 of file node/dyn/tdyn/gfx_util.C. |
|
Definition at line 284 of file node/dyn/tdyn/gfx_util.C. |
|
Definition at line 379 of file node/dyn/tdyn/gfx_util.C. |
|
Definition at line 276 of file node/dyn/tdyn/gfx_util.C. |