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

py_render.C File Reference

#include "py_commands.h"
#include "VMDApp.h"

Go to the source code of this file.

Functions

PyObject * listall (PyObject *self, PyObject *args)
PyObject * render (PyObject *self, PyObject *args, PyObject *keywds)
void initrender ()

Variables

PyMethodDef methods []


Function Documentation

void initrender  
 

Definition at line 67 of file py_render.C.

References methods.

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

Definition at line 26 of file py_render.C.

References VMDApp::filerender_name, VMDApp::filerender_num, get_vmdapp, and NULL.

PyObject* render PyObject *    self,
PyObject *    args,
PyObject *    keywds
[static]
 

Definition at line 40 of file py_render.C.

References VMDApp::filerender_render, get_vmdapp, and NULL.


Variable Documentation

PyMethodDef methods[] [static]
 

Initial value:

 {
  {(char *)"listall", (vmdPyMethod)listall, METH_VARARGS},
  {(char *)"render", (PyCFunction)render, METH_VARARGS | METH_KEYWORDS},
  {NULL, NULL}
}

Definition at line 61 of file py_render.C.

Referenced by initrender.


Generated on Thu May 24 01:51:54 2012 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002