publicVMDInter
index
publicVMDInter.py

low level VMD C++ interface
 
please see the vmdInter module for a user-callable interface.
 

 
Classes
       
__builtin__.object
PublicVMDInter
PublicVMDInterPtr

 
class PublicVMDInter(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_PublicVMDInter>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
addObject(*args)
appendFrame(*args)
deleteAll(*args)
deleteObj(*args)
labels(*args)
loadFrame(*args)
makeTop(*args)
setCenter(*args)
setColor(*args)
tclCommand(*args)
vmdLocal(*args)

Data and other attributes defined here:
__dict__ = <dictproxy object at 0xee9bb0>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'PublicVMDInter' objects>
list of weak references to the object (if defined)

 
class PublicVMDInterPtr(PublicVMDInter)
    
Method resolution order:
PublicVMDInterPtr
PublicVMDInter
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from PublicVMDInter:
__del__(self, destroy=<built-in function delete_PublicVMDInter>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
addObject(*args)
appendFrame(*args)
deleteAll(*args)
deleteObj(*args)
labels(*args)
loadFrame(*args)
makeTop(*args)
setCenter(*args)
setColor(*args)
tclCommand(*args)
vmdLocal(*args)

Data and other attributes inherited from PublicVMDInter:
__dict__ = <dictproxy object at 0xee9a28>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'PublicVMDInter' objects>
list of weak references to the object (if defined)

 
Functions
       
help(...)