NEURON
ppshape.cpp File Reference
#include <../../nrnconf.h>
#include <stdio.h>
#include "oclist.h"
#include "nrnoc2iv.h"
#include "classreg.h"
#include "gui-redirect.h"

Go to the source code of this file.

Functions

static double pp_append (void *v)
 
static voidpp_cons (Object *ho)
 
static void pp_destruct (void *v)
 
void PPShape_reg ()
 

Variables

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

Function Documentation

◆ pp_append()

static double pp_append ( void v)
static

Definition at line 17 of file ppshape.cpp.

◆ pp_cons()

static void* pp_cons ( Object ho)
static

Definition at line 34 of file ppshape.cpp.

◆ pp_destruct()

static void pp_destruct ( void v)
static

Definition at line 50 of file ppshape.cpp.

◆ PPShape_reg()

void PPShape_reg ( )

Definition at line 59 of file ppshape.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.

◆ pp_members

Member_func pp_members[]
static
Initial value:
= {
"append", pp_append,
0, 0
}
static double pp_append(void *v)
Definition: ppshape.cpp:17

Definition at line 28 of file ppshape.cpp.