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 void * pp_cons (Object *ho)
 
static void pp_destruct (void *v)
 
void PPShape_reg ()
 

Variables

static Member_func pp_members []
 

Function Documentation

◆ pp_append()

static double pp_append ( void *  v)
static

Definition at line 14 of file ppshape.cpp.

◆ pp_cons()

static void* pp_cons ( Object ho)
static

Definition at line 30 of file ppshape.cpp.

◆ pp_destruct()

static void pp_destruct ( void *  v)
static

Definition at line 46 of file ppshape.cpp.

◆ PPShape_reg()

void PPShape_reg ( )

Definition at line 55 of file ppshape.cpp.

Variable Documentation

◆ pp_members

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

Definition at line 25 of file ppshape.cpp.