#include "hdyn.h"#include "xstarplot.h"#include "dyn_util.h"Go to the source code of this file.
Defines | |
| #define | MIN_DELAY 1.0 |
| #define | INSTR_FREQ_MAX 32 |
| #define | INSTR_FREQ_FAC 64 |
| #define | MAX_SNAP 64 |
Functions | |
| local void | set_base_point_size (hdyn *b, float rel_point_size) |
| local float | get_point_size (hdyn *bi) |
| local void | draw_star_point (unsigned long win, float r, float s, float actual_point_size, bool f_flag) |
| local void | draw_links_2d (hdyn *b, float r, float s) |
| local void | draw_links_3d (hdyn *b, float r, float s) |
| local int | clean_index (hdyn *b) |
| local void | plot_star (hdyn *bi, float r, float s, float actual_point_size, int f_flag) |
| local int | plot_stars (hdyn *b, int f_flag) |
| local int | type (int which) |
| local int | subtype (int which) |
| local void | set_temp_buffer (int which) |
| local void | set_diag_item (int which, char *id, int label_on_left, int x1, int x2, int y) |
| local void | initialize_dialog (int xorigin, int yorigin) |
| local void | make_relative_to_root (hdyn *b) |
| local void | update_diag_item (int which) |
| local void | get_diag_string (int which) |
| local void | read_diag_item (int which, float &f) |
| local void | read_diag_item (int which, int &i) |
| local void | read_diag_item (int which, char &c) |
| local void | update_from_dialog (bool r_flag) |
| local void | show_static_rotation (hdyn *b, bool f_flag) |
| local char | check_for_input (unsigned long win, hdyn *b, bool r_flag, bool f_flag, bool eod) |
| void | xstarplot (hdyn *b, float scale, int k, int d, float lmax, int point_mode, float rel_point_size, float D, int ce, bool r_flag, bool f_flag, bool t_flag, int init_flag, int &step_mode, bool eod) |
| main (int argc, char **argv) | |
Variables | |
| unsigned long | win |
| unsigned long | dia |
| unsigned long | instr |
| unsigned long | colwin |
| unsigned long | c_energy [10] |
| unsigned long | c_index [N_COLORS+1] |
| int | init_status = 0 |
| float | xmin |
| float | xmax |
| float | ymin |
| float | ymax |
| float | base_point_size |
| float | lmax3d |
| float | origin [3] |
| int | win_size |
| int | point_scale_mode = 0 |
| int | kx = 1 |
| int | ky = 2 |
| int | kproj = 3 |
| int | origin_star = -1 |
| int | nodes = 0 |
| int | links = 0 |
| int | root = 0 |
| int | multiples = 0 |
| int | unperturbed = 0 |
| float | theta = 0.33 |
| float | costheta = cos(0.33) |
| float | sintheta = sin(0.33) |
| float | dtheta = 0.03 |
| float | phi = 0.33 |
| float | cosphi = cos(0.33) |
| float | sinphi = sin(0.33) |
| real | local_offset [3] |
| float | delay_time = MIN_DELAY |
| float | r_factor = 1.0 |
| char | graph3d = 1 |
| char | track = 0 |
| char | cenergy = 0 |
| char | temp_buffer [255] |
|
|
Definition at line 1439 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 1438 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
|
|
|
Definition at line 85 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 871 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 251 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 180 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 234 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 165 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 663 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 150 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 529 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 1682 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 646 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 265 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 343 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 682 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 675 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 668 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 99 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 498 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 459 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 771 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 451 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 443 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 656 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 689 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 1443 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 74 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 68 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 68 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 90 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 67 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 82 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 81 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 86 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 67 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 81 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 90 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 69 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 67 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 78 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 78 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 78 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 80 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 74 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 83 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 80 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 80 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 74 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 79 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 82 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 77 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 88 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 80 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 82 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 81 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 92 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 81 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 90 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 80 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 67 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 76 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 74 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 74 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 74 of file node/dyn/hdyn/xutil/xstarplot.C. |
|
|
Definition at line 74 of file node/dyn/hdyn/xutil/xstarplot.C. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001