NEURON
macprt.cpp File Reference
#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
 

Function Documentation

◆ debugfile()

void debugfile ( const char *  ,
  ... 
)

◆ getenv()

char* getenv ( const char *  s)

Definition at line 67 of file macprt.cpp.

◆ hoc_axis()

hoc_axis ( void  )

Definition at line 174 of file macprt.cpp.

◆ hoc_check_intupt()

void hoc_check_intupt ( int  intupt)

Definition at line 85 of file macprt.cpp.

◆ hoc_copyfile()

int hoc_copyfile ( const char *  src,
const char *  dest 
)

Definition at line 81 of file macprt.cpp.

◆ hoc_Graph()

hoc_Graph ( void  )

Definition at line 130 of file macprt.cpp.

◆ hoc_Graphmode()

hoc_Graphmode ( void  )

Definition at line 125 of file macprt.cpp.

◆ hoc_Lw()

hoc_Lw ( void  )

Definition at line 160 of file macprt.cpp.

◆ hoc_Plot()

hoc_Plot ( void  )

Definition at line 169 of file macprt.cpp.

◆ hoc_plotx()

hoc_plotx ( void  )

Definition at line 140 of file macprt.cpp.

◆ hoc_ploty()

hoc_ploty ( void  )

Definition at line 145 of file macprt.cpp.

◆ hoc_Plt()

hoc_Plt ( void  )

Definition at line 150 of file macprt.cpp.

◆ hoc_regraph()

hoc_regraph ( void  )

Definition at line 135 of file macprt.cpp.

◆ hoc_Setcolor()

hoc_Setcolor ( void  )

Definition at line 155 of file macprt.cpp.

◆ hoc_settext()

hoc_settext ( void  )

Definition at line 164 of file macprt.cpp.

◆ hoc_win_normal_cursor()

hoc_win_normal_cursor ( )

Definition at line 111 of file macprt.cpp.

◆ hoc_win_wait_cursor()

hoc_win_wait_cursor ( )

Definition at line 113 of file macprt.cpp.

◆ oc_print_from_dll()

int oc_print_from_dll ( char *  buf)

Definition at line 21 of file macprt.cpp.

◆ pclose()

pclose ( FILE *  p)

Definition at line 107 of file macprt.cpp.

◆ plprint()

void plprint ( const char *  s)

Definition at line 115 of file macprt.cpp.

◆ plt()

plt ( int  mode,
double  x,
double  y 
)

Definition at line 184 of file macprt.cpp.

◆ popen()

FILE* popen ( char *  s1,
char *  s2 
)

Definition at line 102 of file macprt.cpp.

◆ setneuronhome()

void setneuronhome ( const char *  p)

Definition at line 34 of file macprt.cpp.

◆ single_event_run()

void single_event_run ( )

Variable Documentation

◆ hoc_plttext

int hoc_plttext

Definition at line 118 of file macprt.cpp.

◆ neuron_home

char* neuron_home
extern

Definition at line 404 of file hoc_init.cpp.

◆ nrnpy_gui_helper_

Object**(* nrnpy_gui_helper_) (const char *name, Object *obj) ( const char *  name,
Object obj 
)
extern

HAVE_IV.

Definition at line 13 of file xmenu.cpp.

◆ nrnpy_object_to_double_

double(* nrnpy_object_to_double_) (Object *) ( Object )
extern

Definition at line 14 of file xmenu.cpp.