NEURON
graph.cpp File Reference
#include <../../nrnconf.h>
#include <string.h>
#include <stdio.h>
#include <ivstream.h>
#include <math.h>
#include <assert.h>
#include "classreg.h"
#include "gui-redirect.h"

Go to the source code of this file.

Functions

static double gr_xaxis (void *v)
 
static double gr_yaxis (void *v)
 
static double gr_save_name (void *v)
 
static double gr_family (void *v)
 
double ivoc_gr_menu_action (void *v)
 
double ivoc_gr_menu_tool (void *v)
 
double ivoc_view_info (void *v)
 
double ivoc_view_size (void *v)
 
double gr_line_info (void *v)
 
static double gr_addvar (void *v)
 
static double gr_addexpr (void *v)
 
static double gr_addobject (void *v)
 
static double gr_vector (void *v)
 
static double gr_xexpr (void *v)
 
static double gr_begin (void *v)
 
static double gr_plot (void *v)
 
static double gr_simgraph (void *v)
 
double ivoc_gr_begin_line (void *v)
 
double ivoc_gr_line (void *v)
 
static double gr_flush (void *v)
 
static double gr_fast_flush (void *v)
 
double ivoc_gr_erase (void *v)
 
double ivoc_erase_all (void *v)
 
double ivoc_gr_gif (void *v)
 
double ivoc_gr_size (void *v)
 
double ivoc_gr_label (void *v)
 
static double gr_fixed (void *v)
 
static double gr_vfixed (void *v)
 
static double gr_relative (void *v)
 
static double gr_align (void *v)
 
static double gr_color (void *v)
 
static double gr_brush (void *v)
 
static double gr_view (void *v)
 
double ivoc_gr_mark (void *v)
 
static double gr_view_count (void *v)
 
static double gr_unmap (void *v)
 
static double gr_set_cross_action (void *v)
 
static double gr_printfile (void *v)
 
static double exec_menu (void *v)
 
double ivoc_gr_menu_remove (void *v)
 
double gr_addglyph (void *)
 
static voidgr_cons (Object *ho)
 
static void gr_destruct (void *v)
 
void Graph_reg ()
 

Variables

int hoc_return_type_code
 
Object **(* nrnpy_gui_helper_ )(const char *name, Object *obj)
 
double(* nrnpy_object_to_double_ )(Object *)
 
static Member_func gr_members []
 

Function Documentation

◆ exec_menu()

static double exec_menu ( void v)
static

Definition at line 1122 of file graph.cpp.

◆ gr_addexpr()

static double gr_addexpr ( void v)
static

Definition at line 580 of file graph.cpp.

◆ gr_addglyph()

double gr_addglyph ( void v)

Definition at line 32 of file grglyph.cpp.

◆ gr_addobject()

static double gr_addobject ( void v)
static

Definition at line 589 of file graph.cpp.

◆ gr_addvar()

static double gr_addvar ( void v)
static

Definition at line 571 of file graph.cpp.

◆ gr_align()

static double gr_align ( void v)
static

Definition at line 936 of file graph.cpp.

◆ gr_begin()

static double gr_begin ( void v)
static

Definition at line 666 of file graph.cpp.

◆ gr_brush()

static double gr_brush ( void v)
static

Definition at line 973 of file graph.cpp.

◆ gr_color()

static double gr_color ( void v)
static

Definition at line 954 of file graph.cpp.

◆ gr_cons()

static void* gr_cons ( Object ho)
static

Definition at line 1234 of file graph.cpp.

◆ gr_destruct()

static void gr_destruct ( void v)
static

Definition at line 1252 of file graph.cpp.

◆ gr_family()

static double gr_family ( void v)
static

Definition at line 313 of file graph.cpp.

◆ gr_fast_flush()

static double gr_fast_flush ( void v)
static

Definition at line 741 of file graph.cpp.

◆ gr_fixed()

static double gr_fixed ( void v)
static

Definition at line 891 of file graph.cpp.

◆ gr_flush()

static double gr_flush ( void v)
static

Definition at line 730 of file graph.cpp.

◆ gr_line_info()

double gr_line_info ( void v)

Definition at line 469 of file graph.cpp.

◆ gr_plot()

static double gr_plot ( void v)
static

Definition at line 677 of file graph.cpp.

◆ gr_printfile()

static double gr_printfile ( void v)
static

Definition at line 1109 of file graph.cpp.

◆ gr_relative()

static double gr_relative ( void v)
static

Definition at line 921 of file graph.cpp.

◆ gr_save_name()

static double gr_save_name ( void v)
static

Definition at line 278 of file graph.cpp.

◆ gr_set_cross_action()

static double gr_set_cross_action ( void v)
static

Definition at line 1088 of file graph.cpp.

◆ gr_simgraph()

static double gr_simgraph ( void v)
static

Definition at line 688 of file graph.cpp.

◆ gr_unmap()

static double gr_unmap ( void v)
static

Definition at line 1075 of file graph.cpp.

◆ gr_vector()

static double gr_vector ( void v)
static

Definition at line 620 of file graph.cpp.

◆ gr_vfixed()

static double gr_vfixed ( void v)
static

Definition at line 906 of file graph.cpp.

◆ gr_view()

static double gr_view ( void v)
static

Definition at line 995 of file graph.cpp.

◆ gr_view_count()

static double gr_view_count ( void v)
static

Definition at line 1061 of file graph.cpp.

◆ gr_xaxis()

static double gr_xaxis ( void v)
static

Definition at line 260 of file graph.cpp.

◆ gr_xexpr()

static double gr_xexpr ( void v)
static

Definition at line 649 of file graph.cpp.

◆ gr_yaxis()

static double gr_yaxis ( void v)
static

Definition at line 269 of file graph.cpp.

◆ Graph_reg()

void Graph_reg ( )

Definition at line 1262 of file graph.cpp.

◆ ivoc_erase_all()

double ivoc_erase_all ( void v)

Definition at line 763 of file graph.cpp.

◆ ivoc_gr_begin_line()

double ivoc_gr_begin_line ( void v)

Definition at line 699 of file graph.cpp.

◆ ivoc_gr_erase()

double ivoc_gr_erase ( void v)

Definition at line 752 of file graph.cpp.

◆ ivoc_gr_gif()

double ivoc_gr_gif ( void v)

Definition at line 774 of file graph.cpp.

◆ ivoc_gr_label()

double ivoc_gr_label ( void v)

Definition at line 862 of file graph.cpp.

◆ ivoc_gr_line()

double ivoc_gr_line ( void v)

Definition at line 720 of file graph.cpp.

◆ ivoc_gr_mark()

double ivoc_gr_mark ( void v)

Definition at line 1027 of file graph.cpp.

◆ ivoc_gr_menu_action()

double ivoc_gr_menu_action ( void v)

Definition at line 329 of file graph.cpp.

◆ ivoc_gr_menu_remove()

double ivoc_gr_menu_remove ( void v)

Definition at line 1131 of file graph.cpp.

◆ ivoc_gr_menu_tool()

double ivoc_gr_menu_tool ( void v)

Definition at line 347 of file graph.cpp.

◆ ivoc_gr_size()

double ivoc_gr_size ( void v)

Definition at line 809 of file graph.cpp.

◆ ivoc_view_info()

double ivoc_view_info ( void v)

Definition at line 371 of file graph.cpp.

◆ ivoc_view_size()

double ivoc_view_size ( void v)

Definition at line 454 of file graph.cpp.

Variable Documentation

◆ gr_members

Member_func gr_members[]
static

Definition at line 1145 of file graph.cpp.

◆ hoc_return_type_code

int hoc_return_type_code
extern

Definition at line 42 of file code.cpp.

◆ nrnpy_gui_helper_

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

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.