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 75 of file ocdeck.cpp.

◆ destruct()

static void destruct ( void v)
static

Definition at line 89 of file ocdeck.cpp.

◆ flip_to()

static double flip_to ( void v)
static

Definition at line 181 of file ocdeck.cpp.

◆ intercept()

static double intercept ( void v)
static

Definition at line 102 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 220 of file ocdeck.cpp.

◆ OcDeck_reg()

void OcDeck_reg ( )

Definition at line 252 of file ocdeck.cpp.

◆ remove()

static double remove ( void v)
static

Definition at line 207 of file ocdeck.cpp.

◆ remove_last()

static double remove_last ( void v)
static

Definition at line 196 of file ocdeck.cpp.

◆ save()

static double save ( void v)
static

Definition at line 155 of file ocdeck.cpp.

◆ unmap()

static double unmap ( void v)
static

Definition at line 140 of file ocdeck.cpp.

Variable Documentation

◆ members

Member_func members[]
static
Initial value:
= {"flip_to",
"intercept",
"save",
"map",
map,
"unmap",
"remove_last",
"remove",
"move_last",
0,
0}
static double move_last(void *v)
Definition: ocdeck.cpp:220
static double unmap(void *v)
Definition: ocdeck.cpp:140
static double map(void *v)
Definition: ocdeck.cpp:114
static double save(void *v)
Definition: ocdeck.cpp:155
static double remove(void *v)
Definition: ocdeck.cpp:207
static double intercept(void *v)
Definition: ocdeck.cpp:102
static double remove_last(void *v)
Definition: ocdeck.cpp:196
static double flip_to(void *v)
Definition: ocdeck.cpp:181

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