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 1097 of file graph.cpp.

◆ gr_addexpr()

static double gr_addexpr ( void v)
static

Definition at line 549 of file graph.cpp.

◆ gr_addglyph()

double gr_addglyph ( void )

Definition at line 31 of file grglyph.cpp.

◆ gr_addobject()

static double gr_addobject ( void v)
static

Definition at line 558 of file graph.cpp.

◆ gr_addvar()

static double gr_addvar ( void v)
static

Definition at line 540 of file graph.cpp.

◆ gr_align()

static double gr_align ( void v)
static

Definition at line 911 of file graph.cpp.

◆ gr_begin()

static double gr_begin ( void v)
static

Definition at line 635 of file graph.cpp.

◆ gr_brush()

static double gr_brush ( void v)
static

Definition at line 948 of file graph.cpp.

◆ gr_color()

static double gr_color ( void v)
static

Definition at line 929 of file graph.cpp.

◆ gr_cons()

static void* gr_cons ( Object ho)
static

Definition at line 1170 of file graph.cpp.

◆ gr_destruct()

static void gr_destruct ( void v)
static

Definition at line 1188 of file graph.cpp.

◆ gr_family()

static double gr_family ( void v)
static

Definition at line 292 of file graph.cpp.

◆ gr_fast_flush()

static double gr_fast_flush ( void v)
static

Definition at line 717 of file graph.cpp.

◆ gr_fixed()

static double gr_fixed ( void v)
static

Definition at line 866 of file graph.cpp.

◆ gr_flush()

static double gr_flush ( void v)
static

Definition at line 705 of file graph.cpp.

◆ gr_line_info()

double gr_line_info ( void v)

Definition at line 442 of file graph.cpp.

◆ gr_plot()

static double gr_plot ( void v)
static

Definition at line 647 of file graph.cpp.

◆ gr_printfile()

static double gr_printfile ( void v)
static

Definition at line 1084 of file graph.cpp.

◆ gr_relative()

static double gr_relative ( void v)
static

Definition at line 896 of file graph.cpp.

◆ gr_save_name()

static double gr_save_name ( void v)
static

Definition at line 256 of file graph.cpp.

◆ gr_set_cross_action()

static double gr_set_cross_action ( void v)
static

Definition at line 1063 of file graph.cpp.

◆ gr_simgraph()

static double gr_simgraph ( void v)
static

Definition at line 659 of file graph.cpp.

◆ gr_unmap()

static double gr_unmap ( void v)
static

Definition at line 1050 of file graph.cpp.

◆ gr_vector()

static double gr_vector ( void v)
static

Definition at line 589 of file graph.cpp.

◆ gr_vfixed()

static double gr_vfixed ( void v)
static

Definition at line 881 of file graph.cpp.

◆ gr_view()

static double gr_view ( void v)
static

Definition at line 969 of file graph.cpp.

◆ gr_view_count()

static double gr_view_count ( void v)
static

Definition at line 1036 of file graph.cpp.

◆ gr_xaxis()

static double gr_xaxis ( void v)
static

Definition at line 238 of file graph.cpp.

◆ gr_xexpr()

static double gr_xexpr ( void v)
static

Definition at line 618 of file graph.cpp.

◆ gr_yaxis()

static double gr_yaxis ( void v)
static

Definition at line 247 of file graph.cpp.

◆ Graph_reg()

void Graph_reg ( )

Definition at line 1198 of file graph.cpp.

◆ ivoc_erase_all()

double ivoc_erase_all ( void v)

Definition at line 741 of file graph.cpp.

◆ ivoc_gr_begin_line()

double ivoc_gr_begin_line ( void v)

Definition at line 671 of file graph.cpp.

◆ ivoc_gr_erase()

double ivoc_gr_erase ( void v)

Definition at line 729 of file graph.cpp.

◆ ivoc_gr_gif()

double ivoc_gr_gif ( void v)

Definition at line 753 of file graph.cpp.

◆ ivoc_gr_label()

double ivoc_gr_label ( void v)

Definition at line 842 of file graph.cpp.

◆ ivoc_gr_line()

double ivoc_gr_line ( void v)

Definition at line 694 of file graph.cpp.

◆ ivoc_gr_mark()

double ivoc_gr_mark ( void v)

Definition at line 1003 of file graph.cpp.

◆ ivoc_gr_menu_action()

double ivoc_gr_menu_action ( void v)

Definition at line 308 of file graph.cpp.

◆ ivoc_gr_menu_remove()

double ivoc_gr_menu_remove ( void v)

Definition at line 1107 of file graph.cpp.

◆ ivoc_gr_menu_tool()

double ivoc_gr_menu_tool ( void v)

Definition at line 326 of file graph.cpp.

◆ ivoc_gr_size()

double ivoc_gr_size ( void v)

Definition at line 789 of file graph.cpp.

◆ ivoc_view_info()

double ivoc_view_info ( void v)

Definition at line 344 of file graph.cpp.

◆ ivoc_view_size()

double ivoc_view_size ( void v)

Definition at line 427 of file graph.cpp.

Variable Documentation

◆ gr_members

Member_func gr_members[]
static

Definition at line 1122 of file graph.cpp.

◆ hoc_return_type_code

int hoc_return_type_code

Definition at line 41 of file code.cpp.

◆ nrnpy_gui_helper_

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

Definition at line 13 of file xmenu.cpp.

◆ nrnpy_object_to_double_

double(* nrnpy_object_to_double_) (Object *)

Definition at line 14 of file xmenu.cpp.