#include <../../nrnconf.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "hoc.h"
#include "gui-redirect.h"
Go to the source code of this file.
|
| Object **(* | nrnpy_gui_helper_ )(const char *name, Object *obj) |
| | HAVE_IV. More...
|
| |
| double(* | nrnpy_object_to_double_ )(Object *) |
| |
| static double | param [NPARAM] = {XO, YO, XS, YS, -1e9, -1e9, 1e9, 1e9, 0.0, 0.0} |
| |
| static double | XSIZE = XS |
| |
| static double | YSIZE = YS |
| |
| static double | XORG = XO |
| |
| static double | YORG = YO |
| |
| static double | xstart = 0. |
| |
| static double | xstop = 1. |
| |
| static double | ystart = 0. |
| |
| static double | ystop = 1. |
| |
| static double | xinc = 1. |
| |
| static double | yinc = 1. |
| |
| static double | lastmode = 1 |
| |
| static double | clip = CLIP |
| |
| static int | grphing = 0 |
| |
| static int | SaveForRegraph = 0 |
| |
| static int | regraph_index |
| |
| static int | max_regraph_index = 1000 |
| |
| static int | regraph_narg [1000] |
| |
| static int | regraph_mode [1000] |
| |
| static int | regraph_color [1000] |
| |
| static double | regraph_x [1000] |
| |
| static double * | regraph_y [1000] |
| |
| static int | initialized |
| |
| static Symlist * | graph_sym_list |
| |
| static int | pcnt |
| |
| static int | badgraph = 1 |
| |
| static double * | lx |
| |
| static Grph * | glist_head |
| |
| static Grph * | glist_tail |
| |
◆ CLIP
◆ HEIGHT
◆ Jaslove
◆ MAXCNT
◆ NPARAM
◆ Ret
◆ WIDTH
◆ xhigh
◆ xlow
◆ XO
◆ xorg
◆ XS
◆ xsav
◆ xscale
◆ yhigh
◆ ylow
◆ YO
◆ yorg
◆ YS
◆ ysav
◆ yscale
◆ Grph
◆ close_regraph()
◆ do_regraph()
◆ do_setup()
◆ free_graph()
◆ hoc_axis()
◆ hoc_Graph()
◆ hoc_Graphmode()
◆ hoc_Plot()
◆ hoc_plotx()
◆ hoc_ploty()
◆ hoc_regraph()
◆ open_regraph()
◆ PLOT()
| static int PLOT |
( |
int |
narg, |
|
|
int |
mode, |
|
|
double |
x, |
|
|
double |
y |
|
) |
| |
|
static |
◆ plotflush()
| static void plotflush |
( |
int |
contin | ) |
|
|
static |
◆ plotstream()
| static void plotstream |
( |
int |
narg, |
|
|
int |
mode, |
|
|
double |
x |
|
) |
| |
|
static |
◆ save_regraph_item()
| static void save_regraph_item |
( |
int |
narg, |
|
|
int |
mode, |
|
|
double |
x |
|
) |
| |
|
static |
◆ badgraph
◆ clip
◆ glist_head
◆ glist_tail
◆ graph_sym_list
◆ grphing
◆ initialized
◆ lastmode
◆ lx
◆ max_regraph_index
| int max_regraph_index = 1000 |
|
static |
◆ nrnpy_gui_helper_
◆ nrnpy_object_to_double_
◆ param
| double param[NPARAM] = {XO, YO, XS, YS, -1e9, -1e9, 1e9, 1e9, 0.0, 0.0} |
|
static |
◆ pcnt
◆ regraph_color
◆ regraph_index
◆ regraph_mode
◆ regraph_narg
◆ regraph_x
◆ regraph_y
◆ SaveForRegraph
◆ xinc
◆ XORG
◆ XSIZE
◆ xstart
◆ xstop
◆ yinc
◆ YORG
◆ YSIZE
◆ ystart
◆ ystop