#include <../../nrnconf.h>
#include <stdio.h>
#include <stdlib.h>
#include "objcmd.h"
#include <OS/string.h>
#include <InterViews/observe.h>
#include "oc2iv.h"
Variables | |
Object * | hoc_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) |
const char * | ccc = "PythonObject" |
const char* ccc = "PythonObject" |
Referenced by HocCommand::name().
Object* hoc_thisobject |
Referenced by nrnpython_reg_real().
int(* nrnpy_hoccommand_exec)(Object *) |
Referenced by HocCommand::execute(), and nrnpython_reg_real().
int(* nrnpy_hoccommand_exec_strret)(Object *, char *, int) |
Referenced by nrnpython_reg_real().