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 void * cons (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

static Member_func members []
 

Function Documentation

◆ cons()

static void* cons ( Object )
static

Definition at line 71 of file ocdeck.cpp.

◆ destruct()

static void destruct ( void *  v)
static

Definition at line 85 of file ocdeck.cpp.

◆ flip_to()

static double flip_to ( void *  v)
static

Definition at line 178 of file ocdeck.cpp.

◆ intercept()

static double intercept ( void *  v)
static

Definition at line 98 of file ocdeck.cpp.

◆ map()

static double map ( void *  v)
static

Definition at line 111 of file ocdeck.cpp.

◆ move_last()

static double move_last ( void *  v)
static

Definition at line 218 of file ocdeck.cpp.

◆ OcDeck_reg()

void OcDeck_reg ( )

Definition at line 241 of file ocdeck.cpp.

◆ remove()

static double remove ( void *  v)
static

Definition at line 205 of file ocdeck.cpp.

◆ remove_last()

static double remove_last ( void *  v)
static

Definition at line 193 of file ocdeck.cpp.

◆ save()

static double save ( void *  v)
static

Definition at line 152 of file ocdeck.cpp.

◆ unmap()

static double unmap ( void *  v)
static

Definition at line 137 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},
{nullptr, nullptr}}
static double move_last(void *v)
Definition: ocdeck.cpp:218
static double unmap(void *v)
Definition: ocdeck.cpp:137
static double map(void *v)
Definition: ocdeck.cpp:111
static double save(void *v)
Definition: ocdeck.cpp:152
static double remove(void *v)
Definition: ocdeck.cpp:205
static double intercept(void *v)
Definition: ocdeck.cpp:98
static double remove_last(void *v)
Definition: ocdeck.cpp:193
static double flip_to(void *v)
Definition: ocdeck.cpp:178

Definition at line 231 of file ocdeck.cpp.