#include "py_commands.h"
#include "VMDApp.h"
#include "Molecule.h"
#include "MoleculeList.h"
Go to the source code of this file.
Functions | |
const char * | as_constcharptr (PyObject *target) |
PyObject * | as_pystring (const char *target) |
int | is_pystring (const PyObject *target) |
PyObject * | as_pyint (int target) |
int | as_int (PyObject *target) |
int | is_pyint (PyObject *target) |
VMDApp * | get_vmdapp () |
void | set_vmdapp (VMDApp *app) |
int | py_array_from_obj (PyObject *obj, float *arr) |
Timestep * | parse_timestep (VMDApp *app, int molid, int frame) |
int | valid_molid (int molid, VMDApp *app) |
int | py_get_vector (PyObject *matobj, int n, float *vec) |
int | convert_bool (PyObject *obj, void *boolval) |
Variables | |
_py3_inittab | py_initializers [] |
|
Definition at line 107 of file py_commands.C. |
|
Definition at line 184 of file py_commands.C. |
|
Definition at line 162 of file py_commands.C. |
|
Definition at line 125 of file py_commands.C. |
|
Definition at line 380 of file py_commands.C. |
|
|
Definition at line 202 of file py_commands.C. |
|
Definition at line 152 of file py_commands.C. |
|
Definition at line 302 of file py_commands.C. References DrawMolecule::current, DrawMolecule::get_frame, DrawMolecule::get_last_frame, MoleculeList::mol_from_id, VMDApp::molecule_top, VMDApp::moleculeList, and NULL. |
|
Definition at line 274 of file py_commands.C. References NULL. |
|
Definition at line 344 of file py_commands.C. |
|
Definition at line 260 of file py_commands.C. References NULL. |
|
Definition at line 334 of file py_commands.C. References VMDApp::molecule_valid_id. |
|
Initial value: { {"animate", initanimate}, {"atomsel", initatomsel}, {"axes", initaxes}, {"color", initcolor}, {"display", initdisplay}, {"graphics", initgraphics}, {"imd", initimd}, {"label", initlabel}, {"material", initmaterial}, {"molecule", initmolecule}, {"molrep", initmolrep}, {"mouse", initmouse}, {"render", initrender}, {"trans", inittrans}, {"measure", initmeasure}, {"topology", inittopology}, {"selection", initselection}, {"vmdcallbacks", initvmdcallbacks}, {"vmdmenu", initvmdmenu}, {"vmdnumpy", initvmdnumpy}, {NULL, NULL}, } Definition at line 391 of file py_commands.C. |