#include "py_commands.h"#include "CommandQueue.h"#include "VMDApp.h"#include "Axes.h"Go to the source code of this file.
Functions | |
| PyObject * | get_location (PyObject *self, PyObject *args) |
| PyObject * | set_location (PyObject *self, PyObject *args) |
| void | initaxes () |
Variables | |
| PyMethodDef | methods [] |
|
||||||||||||
|
Definition at line 27 of file py_axes.C. References VMDApp::axes, get_vmdapp, Axes::loc_description, Axes::location, and NULL. |
|
|
Definition at line 56 of file py_axes.C. References VMDApp::axes, get_vmdapp, Axes::loc_description, and methods. Referenced by initvmd, and PythonTextInterp::PythonTextInterp. |
|
||||||||||||
|
Definition at line 36 of file py_axes.C. References VMDApp::axes_set_location, get_vmdapp, and NULL. |
|
|
Initial value: {
{(char *)"get_location", (vmdPyMethod)get_location, METH_VARARGS},
{(char *)"set_location", (vmdPyMethod)set_location, METH_VARARGS},
{NULL, NULL}
}Definition at line 50 of file py_axes.C. Referenced by initaxes. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002