#include "Python.h"
Go to the source code of this file.
Compounds | |
struct | _py3_inittab |
Defines | |
#define | CAST_HACK |
Functions | |
VMDApp * | get_vmdapp () |
void | set_vmdapp (VMDApp *) |
int | py_array_from_obj (PyObject *obj, float *arr) |
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) |
int | valid_molid (int molid, VMDApp *app) |
int | py_get_vector (PyObject *matobj, int n, float *vec) |
int | convert_bool (PyObject *obj, void *boolval) |
Timestep * | parse_timestep (VMDApp *app, int molid, int frame) |
AtomSel * | atomsel_AsAtomSel (PyObject *obj) |
void | initvmd () |
PyObject * | initanimate () |
PyObject * | initatomsel () |
PyObject * | initselection () |
PyObject * | initaxes () |
PyObject * | initcolor () |
PyObject * | initdisplay () |
PyObject * | initgraphics () |
PyObject * | initimd () |
PyObject * | initlabel () |
PyObject * | initmaterial () |
PyObject * | initmolecule () |
PyObject * | initmolrep () |
PyObject * | initmouse () |
PyObject * | initrender () |
PyObject * | inittrans () |
PyObject * | initvmdmenu () |
PyObject * | initvmdcallbacks () |
PyObject * | initmeasure () |
PyObject * | inittopology () |
PyObject * | initvmdnumpy () |
Variables | |
PyTypeObject | Atomsel_Type |
_py3_inittab | py_initializers [] |
|
Definition at line 29 of file py_commands.h. Referenced by initvmd, and PythonTextInterp::PythonTextInterp. |
|
Definition at line 107 of file py_commands.C. References _py3_inittab::name. Referenced by atomsel_get, atomsel_setattro, help_constcharptr, py_color, py_delete, py_set_colormap, and py_set_colors. |
|
Definition at line 184 of file py_commands.C. Referenced by dict2geom, help_int, py_color, py_delete, py_imdkeep, py_imdtransfer, py_label_add, py_mol_read, py_set, setbonds, setframe, and topo_get_bond. |
|
|
|
Definition at line 46 of file py_atomsel.C. References n. Referenced by py_mol_fromsel, and py_mol_write. |
|
Definition at line 380 of file py_commands.C. |
|
Definition at line 224 of file py_commands.C. |
|
Definition at line 339 of file py_animate.C. |
|
Definition at line 2424 of file py_atomsel.C. |
|
|
|
Definition at line 571 of file py_color.C. |
|
Definition at line 402 of file py_display.C. |
|
Definition at line 656 of file py_graphics.C. |
|
|
|
Definition at line 551 of file py_label.C. |
|
Definition at line 366 of file py_material.C. |
|
Definition at line 287 of file py_measure.C. |
|
Definition at line 1618 of file py_molecule.C. |
|
Definition at line 771 of file py_molrep.C. |
|
Definition at line 78 of file py_mouse.C. |
|
Definition at line 110 of file py_render.C. |
|
Definition at line 213 of file py_selection.C. |
|
|
|
Definition at line 660 of file py_trans.C. |
|
|
|
Definition at line 139 of file PythonTextInterp.C. |
|
|
|
Definition at line 200 of file py_numeric.C. |
|
Definition at line 202 of file py_commands.C. Referenced by as_int, py_color, py_delete, and topo_get_bond. |
|
Definition at line 152 of file py_commands.C. Referenced by build_set_values, py_color, py_delete, and py_set. |
|
Definition at line 302 of file py_commands.C. Referenced by py_get_periodic, py_get_physical_time, py_set_periodic, py_set_physical_time, py_timestep, and py_velocities. |
|
Definition at line 274 of file py_commands.C. Referenced by py_cone, py_cylinder, py_line, py_point, py_sphere, py_text, py_triangle, and py_trinorm. |
|
Definition at line 344 of file py_commands.C. Referenced by py_move. |
|
Definition at line 260 of file py_commands.C. Referenced by initvmd, and PythonTextInterp::PythonTextInterp. |
|
|
Definition at line 71 of file py_commands.h. |
|
Definition at line 111 of file py_commands.h. |