NEURON
shape.cpp File Reference
#include <../../nrnconf.h>
#include "classreg.h"
#include "gui-redirect.h"

Go to the source code of this file.

Functions

static double sh_view (void *v)
 
static double sh_flush (void *v)
 
static double sh_begin (void *v)
 
static double sh_save_name (void *v)
 
static double sh_select (void *v)
 
static double sh_select_action (void *v)
 
static double sh_view_count (void *v)
 
double nrniv_sh_nearest (void *v)
 
double nrniv_sh_push (void *v)
 
Object ** nrniv_sh_nearest_seg (void *v)
 
Object ** nrniv_sh_selected_seg (void *v)
 
double nrniv_sh_observe (void *v)
 
double nrniv_sh_rotate (void *v)
 
static double sh_unmap (void *v)
 
double nrniv_sh_color (void *v)
 
double nrniv_sh_color_all (void *v)
 
double nrniv_sh_color_list (void *v)
 
static double sh_point_mark (void *v)
 
static double sh_point_mark_remove (void *v)
 
static double sh_printfile (void *v)
 
static double sh_show (void *v)
 
double ivoc_gr_menu_action (void *v)
 
static double exec_menu (void *v)
 
double nrniv_len_scale (void *v)
 
double ivoc_gr_menu_tool (void *)
 
double ivoc_gr_mark (void *)
 
double ivoc_gr_size (void *)
 
double ivoc_gr_label (void *)
 
double ivoc_gr_line (void *)
 
double ivoc_gr_begin_line (void *)
 
double ivoc_gr_erase (void *)
 
double ivoc_gr_gif (void *)
 
double ivoc_erase_all (void *)
 
static voidsh_cons (Object *ho)
 
static void sh_destruct (void *v)
 
void Shape_reg ()
 

Variables

Object **(* nrnpy_gui_helper_ )(const char *name, Object *obj)
 HAVE_IV. More...
 
double(* nrnpy_object_to_double_ )(Object *)
 
static Member_func sh_members []
 
static Member_ret_obj_func retobj_members []
 

Function Documentation

◆ exec_menu()

static double exec_menu ( void v)
static

Definition at line 480 of file shape.cpp.

◆ ivoc_erase_all()

double ivoc_erase_all ( void )

Definition at line 741 of file graph.cpp.

◆ ivoc_gr_begin_line()

double ivoc_gr_begin_line ( void )

Definition at line 671 of file graph.cpp.

◆ ivoc_gr_erase()

double ivoc_gr_erase ( void )

Definition at line 729 of file graph.cpp.

◆ ivoc_gr_gif()

double ivoc_gr_gif ( void )

Definition at line 753 of file graph.cpp.

◆ ivoc_gr_label()

double ivoc_gr_label ( void )

Definition at line 842 of file graph.cpp.

◆ ivoc_gr_line()

double ivoc_gr_line ( void )

Definition at line 694 of file graph.cpp.

◆ ivoc_gr_mark()

double ivoc_gr_mark ( void )

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_tool()

double ivoc_gr_menu_tool ( void )

Definition at line 326 of file graph.cpp.

◆ ivoc_gr_size()

double ivoc_gr_size ( void )

Definition at line 789 of file graph.cpp.

◆ nrniv_len_scale()

double nrniv_len_scale ( void v)

Definition at line 490 of file shape.cpp.

◆ nrniv_sh_color()

double nrniv_sh_color ( void v)

Definition at line 366 of file shape.cpp.

◆ nrniv_sh_color_all()

double nrniv_sh_color_all ( void v)

Definition at line 386 of file shape.cpp.

◆ nrniv_sh_color_list()

double nrniv_sh_color_list ( void v)

Definition at line 399 of file shape.cpp.

◆ nrniv_sh_nearest()

double nrniv_sh_nearest ( void v)

Definition at line 250 of file shape.cpp.

◆ nrniv_sh_nearest_seg()

Object** nrniv_sh_nearest_seg ( void v)

Definition at line 277 of file shape.cpp.

◆ nrniv_sh_observe()

double nrniv_sh_observe ( void v)

Definition at line 314 of file shape.cpp.

◆ nrniv_sh_push()

double nrniv_sh_push ( void v)

Definition at line 261 of file shape.cpp.

◆ nrniv_sh_rotate()

double nrniv_sh_rotate ( void v)

Definition at line 335 of file shape.cpp.

◆ nrniv_sh_selected_seg()

Object** nrniv_sh_selected_seg ( void v)

Definition at line 296 of file shape.cpp.

◆ sh_begin()

static double sh_begin ( void v)
static

Definition at line 200 of file shape.cpp.

◆ sh_cons()

static void* sh_cons ( Object ho)
static

Definition at line 561 of file shape.cpp.

◆ sh_destruct()

static void sh_destruct ( void v)
static

Definition at line 592 of file shape.cpp.

◆ sh_flush()

static double sh_flush ( void v)
static

Definition at line 190 of file shape.cpp.

◆ sh_point_mark()

static double sh_point_mark ( void v)
static

Definition at line 412 of file shape.cpp.

◆ sh_point_mark_remove()

static double sh_point_mark_remove ( void v)
static

Definition at line 440 of file shape.cpp.

◆ sh_printfile()

static double sh_printfile ( void v)
static

Definition at line 455 of file shape.cpp.

◆ sh_save_name()

static double sh_save_name ( void v)
static

Definition at line 205 of file shape.cpp.

◆ sh_select()

static double sh_select ( void v)
static

Definition at line 215 of file shape.cpp.

◆ sh_select_action()

static double sh_select_action ( void v)
static

Definition at line 225 of file shape.cpp.

◆ sh_show()

static double sh_show ( void v)
static

Definition at line 466 of file shape.cpp.

◆ sh_unmap()

static double sh_unmap ( void v)
static

Definition at line 355 of file shape.cpp.

◆ sh_view()

static double sh_view ( void v)
static

Definition at line 173 of file shape.cpp.

◆ sh_view_count()

static double sh_view_count ( void v)
static

Definition at line 239 of file shape.cpp.

◆ Shape_reg()

void Shape_reg ( )

Definition at line 601 of file shape.cpp.

Variable Documentation

◆ nrnpy_gui_helper_

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

HAVE_IV.

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.

◆ retobj_members

Member_ret_obj_func retobj_members[]
static
Initial value:
= {
"nearest_seg", nrniv_sh_nearest_seg,
"selected_seg", nrniv_sh_selected_seg,
NULL, NULL
}
Object ** nrniv_sh_nearest_seg(void *v)
Definition: shape.cpp:277
Object ** nrniv_sh_selected_seg(void *v)
Definition: shape.cpp:296
return NULL
Definition: cabcode.cpp:461

Definition at line 554 of file shape.cpp.

◆ sh_members

Member_func sh_members[]
static

Definition at line 518 of file shape.cpp.