![]() |
NEURON
|
#include <stdio.h>#include <stdarg.h>#include <stdlib.h>#include <string.h>#include <errno.h>#include "hoc.h"#include "gui-redirect.h"Go to the source code of this file.
Functions | |
| void | debugfile (const char *,...) |
| int | oc_print_from_dll (char *) |
| void | single_event_run () |
| void | setneuronhome (const char *p) |
| char * | getenv (const char *s) |
| int | hoc_copyfile (const char *src, const char *dest) |
| void | hoc_check_intupt (int intupt) |
| FILE * | popen (char *s1, char *s2) |
| pclose (FILE *p) | |
| hoc_win_normal_cursor () | |
| hoc_win_wait_cursor () | |
| void | plprint (const char *s) |
| hoc_close_plot () | |
| hoc_Graphmode () | |
| hoc_Graph () | |
| hoc_regraph () | |
| hoc_plotx () | |
| hoc_ploty () | |
| hoc_Plt () | |
| hoc_Setcolor () | |
| hoc_Lw () | |
| hoc_settext () | |
| hoc_Plot () | |
| hoc_axis () | |
| plt (int mode, double x, double y) | |
| hoc_menu_cleanup () | |
| initplot () | |
Variables | |
| Object **(* | nrnpy_gui_helper_ )(const char *name, Object *obj) |
| HAVE_IV. More... | |
| double(* | nrnpy_object_to_double_ )(Object *) |
| char * | neuron_home |
| int | hoc_plttext |
| void debugfile | ( | const char * | , |
| ... | |||
| ) |
| char* getenv | ( | const char * | s | ) |
Definition at line 67 of file macprt.cpp.
| hoc_axis | ( | void | ) |
Definition at line 137 of file macprt.cpp.
Definition at line 85 of file macprt.cpp.
| int hoc_copyfile | ( | const char * | src, |
| const char * | dest | ||
| ) |
Definition at line 81 of file macprt.cpp.
| hoc_Graph | ( | void | ) |
Definition at line 128 of file macprt.cpp.
| hoc_Graphmode | ( | void | ) |
Definition at line 127 of file macprt.cpp.
| hoc_Lw | ( | void | ) |
Definition at line 134 of file macprt.cpp.
| hoc_Plot | ( | void | ) |
Definition at line 136 of file macprt.cpp.
| hoc_plotx | ( | void | ) |
Definition at line 130 of file macprt.cpp.
| hoc_ploty | ( | void | ) |
Definition at line 131 of file macprt.cpp.
| hoc_Plt | ( | void | ) |
Definition at line 132 of file macprt.cpp.
| hoc_regraph | ( | void | ) |
Definition at line 129 of file macprt.cpp.
| hoc_Setcolor | ( | void | ) |
Definition at line 133 of file macprt.cpp.
| hoc_settext | ( | void | ) |
Definition at line 135 of file macprt.cpp.
| hoc_win_normal_cursor | ( | ) |
Definition at line 111 of file macprt.cpp.
| hoc_win_wait_cursor | ( | ) |
Definition at line 114 of file macprt.cpp.
| int oc_print_from_dll | ( | char * | buf | ) |
Definition at line 21 of file macprt.cpp.
| pclose | ( | FILE * | p | ) |
Definition at line 107 of file macprt.cpp.
| void plprint | ( | const char * | s | ) |
Definition at line 117 of file macprt.cpp.
| plt | ( | int | mode, |
| double | x, | ||
| double | y | ||
| ) |
Definition at line 143 of file macprt.cpp.
| FILE* popen | ( | char * | s1, |
| char * | s2 | ||
| ) |
Definition at line 102 of file macprt.cpp.
| void setneuronhome | ( | const char * | p | ) |
Definition at line 34 of file macprt.cpp.
| void single_event_run | ( | ) |
| int hoc_plttext |
Definition at line 120 of file macprt.cpp.
| char* neuron_home |
Definition at line 268 of file hoc_init.cpp.