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

Go to the source code of this file.

Functions

static voidcons (Object *)
 
static void destruct (void *v)
 
static double intercept (void *v)
 
static double map (void *v)
 
static double unmap (void *v)
 
static double save (void *v)
 
static double flip_to (void *v)
 
static double remove_last (void *v)
 
static double remove (void *v)
 
static double move_last (void *v)
 
void OcDeck_reg ()
 

Variables

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

Function Documentation

◆ cons()

static void* cons ( Object )
static

Definition at line 74 of file ocdeck.cpp.

◆ destruct()

static void destruct ( void v)
static

Definition at line 88 of file ocdeck.cpp.

◆ flip_to()

static double flip_to ( void v)
static

Definition at line 179 of file ocdeck.cpp.

◆ intercept()

static double intercept ( void v)
static

Definition at line 101 of file ocdeck.cpp.

◆ map()

static double map ( void v)
static

Definition at line 114 of file ocdeck.cpp.

◆ move_last()

static double move_last ( void v)
static

Definition at line 219 of file ocdeck.cpp.

◆ OcDeck_reg()

void OcDeck_reg ( )

Definition at line 244 of file ocdeck.cpp.

◆ remove()

static double remove ( void v)
static

Definition at line 206 of file ocdeck.cpp.

◆ remove_last()

static double remove_last ( void v)
static

Definition at line 194 of file ocdeck.cpp.

◆ save()

static double save ( void v)
static

Definition at line 153 of file ocdeck.cpp.

◆ unmap()

static double unmap ( void v)
static

Definition at line 138 of file ocdeck.cpp.

Variable Documentation

◆ members

Member_func members[]
static
Initial value:
= {
"flip_to", flip_to,
"intercept", intercept,
"save", save,
"map", map,
"unmap", unmap,
"remove_last", remove_last,
"remove", remove,
"move_last", move_last,
0, 0
}
static double move_last(void *v)
Definition: ocdeck.cpp:219
static double save(void *v)
Definition: ocdeck.cpp:153
static double flip_to(void *v)
Definition: ocdeck.cpp:179
static double unmap(void *v)
Definition: ocdeck.cpp:138
static double remove_last(void *v)
Definition: ocdeck.cpp:194
static double intercept(void *v)
Definition: ocdeck.cpp:101
static double map(void *v)
Definition: ocdeck.cpp:114

Definition at line 232 of file ocdeck.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.