NEURON
graph.cpp File Reference
#include <../../nrnconf.h>
#include <cstring>
#include <cstdio>
#include <cmath>
#include <assert.h>
#include "code.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 void * gr_cons (Object *ho)
 
static void gr_destruct (void *v)
 
void Graph_reg ()
 

Variables

static Member_func gr_members []
 

Function Documentation

◆ exec_menu()

static double exec_menu ( void *  v)
static

Definition at line 1127 of file graph.cpp.

◆ gr_addexpr()

static double gr_addexpr ( void *  v)
static

Definition at line 577 of file graph.cpp.

◆ gr_addglyph()

double gr_addglyph ( void *  v)

Definition at line 29 of file grglyph.cpp.

◆ gr_addobject()

static double gr_addobject ( void *  v)
static

Definition at line 586 of file graph.cpp.

◆ gr_addvar()

static double gr_addvar ( void *  v)
static

Definition at line 568 of file graph.cpp.

◆ gr_align()

static double gr_align ( void *  v)
static

Definition at line 941 of file graph.cpp.

◆ gr_begin()

static double gr_begin ( void *  v)
static

Definition at line 663 of file graph.cpp.

◆ gr_brush()

static double gr_brush ( void *  v)
static

Definition at line 978 of file graph.cpp.

◆ gr_color()

static double gr_color ( void *  v)
static

Definition at line 959 of file graph.cpp.

◆ gr_cons()

static void* gr_cons ( Object ho)
static

Definition at line 1198 of file graph.cpp.

◆ gr_destruct()

static void gr_destruct ( void *  v)
static

Definition at line 1216 of file graph.cpp.

◆ gr_family()

static double gr_family ( void *  v)
static

Definition at line 309 of file graph.cpp.

◆ gr_fast_flush()

static double gr_fast_flush ( void *  v)
static

Definition at line 743 of file graph.cpp.

◆ gr_fixed()

static double gr_fixed ( void *  v)
static

Definition at line 896 of file graph.cpp.

◆ gr_flush()

static double gr_flush ( void *  v)
static

Definition at line 731 of file graph.cpp.

◆ gr_line_info()

double gr_line_info ( void *  v)

Definition at line 465 of file graph.cpp.

◆ gr_plot()

static double gr_plot ( void *  v)
static

Definition at line 675 of file graph.cpp.

◆ gr_printfile()

static double gr_printfile ( void *  v)
static

Definition at line 1114 of file graph.cpp.

◆ gr_relative()

static double gr_relative ( void *  v)
static

Definition at line 926 of file graph.cpp.

◆ gr_save_name()

static double gr_save_name ( void *  v)
static

Definition at line 276 of file graph.cpp.

◆ gr_set_cross_action()

static double gr_set_cross_action ( void *  v)
static

Definition at line 1093 of file graph.cpp.

◆ gr_simgraph()

static double gr_simgraph ( void *  v)
static

Definition at line 687 of file graph.cpp.

◆ gr_unmap()

static double gr_unmap ( void *  v)
static

Definition at line 1080 of file graph.cpp.

◆ gr_vector()

static double gr_vector ( void *  v)
static

Definition at line 617 of file graph.cpp.

◆ gr_vfixed()

static double gr_vfixed ( void *  v)
static

Definition at line 911 of file graph.cpp.

◆ gr_view()

static double gr_view ( void *  v)
static

Definition at line 1000 of file graph.cpp.

◆ gr_view_count()

static double gr_view_count ( void *  v)
static

Definition at line 1066 of file graph.cpp.

◆ gr_xaxis()

static double gr_xaxis ( void *  v)
static

Definition at line 258 of file graph.cpp.

◆ gr_xexpr()

static double gr_xexpr ( void *  v)
static

Definition at line 646 of file graph.cpp.

◆ gr_yaxis()

static double gr_yaxis ( void *  v)
static

Definition at line 267 of file graph.cpp.

◆ Graph_reg()

void Graph_reg ( )

Definition at line 1226 of file graph.cpp.

◆ ivoc_erase_all()

double ivoc_erase_all ( void *  v)

Definition at line 767 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 755 of file graph.cpp.

◆ ivoc_gr_gif()

double ivoc_gr_gif ( void *  v)

Definition at line 779 of file graph.cpp.

◆ ivoc_gr_label()

double ivoc_gr_label ( void *  v)

Definition at line 867 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 1032 of file graph.cpp.

◆ ivoc_gr_menu_action()

double ivoc_gr_menu_action ( void *  v)

Definition at line 325 of file graph.cpp.

◆ ivoc_gr_menu_remove()

double ivoc_gr_menu_remove ( void *  v)

Definition at line 1137 of file graph.cpp.

◆ ivoc_gr_menu_tool()

double ivoc_gr_menu_tool ( void *  v)

Definition at line 343 of file graph.cpp.

◆ ivoc_gr_size()

double ivoc_gr_size ( void *  v)

Definition at line 814 of file graph.cpp.

◆ ivoc_view_info()

double ivoc_view_info ( void *  v)

Definition at line 367 of file graph.cpp.

◆ ivoc_view_size()

double ivoc_view_size ( void *  v)

Definition at line 450 of file graph.cpp.

Variable Documentation

◆ gr_members

Member_func gr_members[]
static

Definition at line 1152 of file graph.cpp.