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

py_molrep.C File Reference

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

Go to the source code of this file.

Functions

PyObject * molrep_num (PyObject *self, PyObject *args)
PyObject * addrep (PyObject *self, PyObject *args, PyObject *keywds)
PyObject * delrep (PyObject *self, PyObject *args)
PyObject * get_style (PyObject *self, PyObject *args)
PyObject * get_selection (PyObject *self, PyObject *args)
PyObject * get_color (PyObject *self, PyObject *args)
PyObject * get_material (PyObject *self, PyObject *args)
PyObject * get_scaleminmax (PyObject *self, PyObject *args)
PyObject * set_scaleminmax (PyObject *self, PyObject *args)
PyObject * reset_scaleminmax (PyObject *self, PyObject *args)
PyObject * modrep (PyObject *self, PyObject *args, PyObject *keywds)
PyObject * get_repname (PyObject *self, PyObject *args)
PyObject * repindex (PyObject *self, PyObject *args)
PyObject * get_autoupdate (PyObject *self, PyObject *args)
PyObject * set_autoupdate (PyObject *self, PyObject *args)
PyObject * get_colorupdate (PyObject *self, PyObject *args)
PyObject * set_colorupdate (PyObject *self, PyObject *args)
PyObject * get_smoothing (PyObject *self, PyObject *args)
PyObject * set_smoothing (PyObject *self, PyObject *args)
PyObject * get_visible (PyObject *self, PyObject *args)
PyObject * set_visible (PyObject *self, PyObject *args)
void initmolrep ()

Variables

PyMethodDef methods []


Function Documentation

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

Definition at line 39 of file py_molrep.C.

References get_vmdapp, VMDApp::molecule_addrep, VMDApp::molecule_set_color, VMDApp::molecule_set_material, VMDApp::molecule_set_selection, VMDApp::molecule_set_style, VMDApp::molecule_valid_id, and NULL.

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

Definition at line 79 of file py_molrep.C.

References get_vmdapp, VMDApp::molecule_valid_id, VMDApp::molrep_delete, NULL, and VMDApp::num_molreps.

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

Definition at line 318 of file py_molrep.C.

References get_vmdapp, VMDApp::molrep_get_name, VMDApp::molrep_get_selupdate, and NULL.

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

Definition at line 136 of file py_molrep.C.

References get_vmdapp, VMDApp::molecule_valid_id, VMDApp::molrep_get_color, NULL, and VMDApp::num_molreps.

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

Definition at line 346 of file py_molrep.C.

References get_vmdapp, VMDApp::molrep_get_colorupdate, VMDApp::molrep_get_name, and NULL.

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

Definition at line 154 of file py_molrep.C.

References get_vmdapp, VMDApp::molecule_valid_id, VMDApp::molrep_get_material, NULL, and VMDApp::num_molreps.

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

Definition at line 293 of file py_molrep.C.

References get_vmdapp, VMDApp::molrep_get_name, and NULL.

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

Definition at line 172 of file py_molrep.C.

References get_vmdapp, VMDApp::molecule_valid_id, VMDApp::molrep_get_scaleminmax, NULL, and VMDApp::num_molreps.

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

Definition at line 118 of file py_molrep.C.

References get_vmdapp, VMDApp::molecule_valid_id, VMDApp::molrep_get_selection, NULL, and VMDApp::num_molreps.

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

Definition at line 374 of file py_molrep.C.

References get_vmdapp, VMDApp::molrep_get_name, VMDApp::molrep_get_smoothing, and NULL.

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

Definition at line 100 of file py_molrep.C.

References get_vmdapp, VMDApp::molecule_valid_id, VMDApp::molrep_get_style, NULL, and VMDApp::num_molreps.

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

Definition at line 406 of file py_molrep.C.

References get_vmdapp, VMDApp::molrep_get_name, VMDApp::molrep_is_shown, and NULL.

void initmolrep  
 

Definition at line 462 of file py_molrep.C.

References methods.

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

Definition at line 244 of file py_molrep.C.

References get_vmdapp, VMDApp::molecule_valid_id, VMDApp::molrep_set_color, VMDApp::molrep_set_material, VMDApp::molrep_set_scaleminmax, VMDApp::molrep_set_selection, VMDApp::molrep_set_style, NULL, and VMDApp::num_molreps.

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

Definition at line 25 of file py_molrep.C.

References get_vmdapp, VMDApp::molecule_valid_id, NULL, and VMDApp::num_molreps.

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

Definition at line 307 of file py_molrep.C.

References get_vmdapp, VMDApp::molrep_get_by_name, and NULL.

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

Definition at line 220 of file py_molrep.C.

References get_vmdapp, VMDApp::molecule_valid_id, VMDApp::molrep_reset_scaleminmax, NULL, and VMDApp::num_molreps.

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

Definition at line 332 of file py_molrep.C.

References get_vmdapp, VMDApp::molrep_set_selupdate, and NULL.

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

Definition at line 360 of file py_molrep.C.

References get_vmdapp, VMDApp::molrep_set_colorupdate, and NULL.

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

Definition at line 195 of file py_molrep.C.

References get_vmdapp, VMDApp::molecule_valid_id, VMDApp::molrep_set_scaleminmax, NULL, and VMDApp::num_molreps.

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

Definition at line 388 of file py_molrep.C.

References get_vmdapp, VMDApp::molrep_set_smoothing, and NULL.

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

Definition at line 420 of file py_molrep.C.

References get_vmdapp, VMDApp::molrep_show, and NULL.


Variable Documentation

PyMethodDef methods[] [static]
 

Initial value:

 {
  {(char *)"num", (vmdPyMethod)molrep_num, METH_VARARGS},
  {(char *)"addrep", (PyCFunction)addrep, METH_VARARGS | METH_KEYWORDS},
  {(char *)"delrep", (vmdPyMethod)delrep, METH_VARARGS},
  {(char *)"get_style", (vmdPyMethod)get_style, METH_VARARGS},
  {(char *)"get_color", (vmdPyMethod)get_color, METH_VARARGS},
  {(char *)"get_selection", (vmdPyMethod)get_selection, METH_VARARGS},
  {(char *)"get_material", (vmdPyMethod)get_material, METH_VARARGS},
  {(char *)"modrep", (PyCFunction)modrep, METH_VARARGS | METH_KEYWORDS},
  {(char *)"get_repname", (vmdPyMethod)get_repname, METH_VARARGS},
  {(char *)"repindex", (vmdPyMethod)repindex, METH_VARARGS},
  {(char *)"get_autoupdate", (vmdPyMethod)get_autoupdate, METH_VARARGS},
  {(char *)"set_autoupdate", (vmdPyMethod)set_autoupdate, METH_VARARGS},
  {(char *)"get_scaleminmax", (vmdPyMethod)get_scaleminmax, METH_VARARGS},
  {(char *)"set_scaleminmax", (vmdPyMethod)set_scaleminmax, METH_VARARGS},
  {(char *)"reset_scaleminmax", (vmdPyMethod)reset_scaleminmax, METH_VARARGS},
  {(char *)"get_colorupdate", (vmdPyMethod)get_colorupdate, METH_VARARGS},
  {(char *)"set_colorupdate", (vmdPyMethod)set_colorupdate, METH_VARARGS},
  {(char *)"get_smoothing", (vmdPyMethod)get_smoothing, METH_VARARGS},
  {(char *)"set_smoothing", (vmdPyMethod)set_smoothing, METH_VARARGS},
  {(char *)"get_visible", (vmdPyMethod)get_visible, METH_VARARGS},
  {(char *)"set_visible", (vmdPyMethod)set_visible, METH_VARARGS},
  {NULL, NULL}
}

Definition at line 437 of file py_molrep.C.

Referenced by initmolrep.


Generated on Fri Jul 4 01:28:01 2008 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002