NEURON
objcmd.cpp File Reference
#include <../../nrnconf.h>
#include <ocnotify.h>
#include <stdio.h>
#include <stdlib.h>
#include "objcmd.h"
#include "oc2iv.h"

Go to the source code of this file.

Variables

Objecthoc_thisobject
 
int(* nrnpy_hoccommand_exec )(Object *)
 
int(* nrnpy_hoccommand_exec_strret )(Object *, char *, int)
 
void(* nrnpy_cmdtool )(Object *, int type, double x, double y, int kd)
 
double(* nrnpy_func_call )(Object *, int, int *)
 
const char * ccc = "PythonObject"
 

Variable Documentation

◆ ccc

const char* ccc = "PythonObject"

Definition at line 83 of file objcmd.cpp.

◆ hoc_thisobject

Object* hoc_thisobject

Definition at line 132 of file hoc_oop.cpp.

◆ nrnpy_cmdtool

void(* nrnpy_cmdtool) (Object *, int type, double x, double y, int kd)

Definition at line 19 of file objcmd.cpp.

◆ nrnpy_func_call

double(* nrnpy_func_call) (Object *, int, int *)

Definition at line 20 of file objcmd.cpp.

◆ nrnpy_hoccommand_exec

int(* nrnpy_hoccommand_exec) (Object *)

Definition at line 17 of file objcmd.cpp.

◆ nrnpy_hoccommand_exec_strret

int(* nrnpy_hoccommand_exec_strret) (Object *, char *, int)

Definition at line 18 of file objcmd.cpp.