Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

py_axes.C File Reference

#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 []


Function Documentation

PyObject* get_location PyObject *    self,
PyObject *    args
[static]
 

Definition at line 27 of file py_axes.C.

References VMDApp::axes, get_vmdapp, Axes::loc_description, Axes::location, and NULL.

void initaxes  
 

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.

PyObject* set_location PyObject *    self,
PyObject *    args
[static]
 

Definition at line 36 of file py_axes.C.

References VMDApp::axes_set_location, get_vmdapp, and NULL.


Variable Documentation

PyMethodDef methods[] [static]
 

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.


Generated on Sun May 27 01:59:28 2012 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002