xplorWrap
index
xplorWrap.py

low-level wrappers for the XPLOR interpreter. 
 
Explicit reference to this module should not normally be necessary.
 
  command(cmd, names) -
           evaluates an xplor expression
           names is a list of xplor variable names 
           Returns a list of the values of those variables in the 
           same order as they were requested.
 
  fastCommand(cmd, names) -
           same as command(), except the assumption is made that no atom
           properties are modified in the XPLOR interface- they are not copied 
           back to the C++ side. This call is much more efficient than
           command().
 
  shell() - pops one into the XPLOR interpreter shell. Return to the python
            prompt using XPLOR's END statement.
 
  select(selString) - low level atom selector - returns a list of
                      atom indices.
 
  setRandomSeed(newSeed) - set XPLOR's random number seed.
  randomSeed()           - get XPLOR's random number seed.
  uniformRandom()       - return and random number between 0 and 1.
 

 
Classes
       
__builtin__.object
XplorOutputState
XplorOutputStatePtr
XplorWrap
XplorWrapPtr

 
class XplorOutputState(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_XplorOutputState>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value

Properties defined here:
echo
get = XplorOutputState_echo_get(...)
set = XplorOutputState_echo_set(...)
wrnlev
get = XplorOutputState_wrnlev_get(...)
set = XplorOutputState_wrnlev_set(...)

Data and other attributes defined here:
__dict__ = <dictproxy object at 0xee9b08>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'echo': <built-in function XplorOutputState_echo_get>, 'wrnlev': <built-in function XplorOutputState_wrnlev_get>}
__swig_setmethods__ = {'echo': <built-in function XplorOutputState_echo_set>, 'wrnlev': <built-in function XplorOutputState_wrnlev_set>}
__weakref__ = <attribute '__weakref__' of 'XplorOutputState' objects>
list of weak references to the object (if defined)

 
class XplorOutputStatePtr(XplorOutputState)
    
Method resolution order:
XplorOutputStatePtr
XplorOutputState
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from XplorOutputState:
__del__(self, destroy=<built-in function delete_XplorOutputState>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value

Properties inherited from XplorOutputState:
echo
get = XplorOutputState_echo_get(...)
set = XplorOutputState_echo_set(...)
wrnlev
get = XplorOutputState_wrnlev_get(...)
set = XplorOutputState_wrnlev_set(...)

Data and other attributes inherited from XplorOutputState:
__dict__ = <dictproxy object at 0xee99f0>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'echo': <built-in function XplorOutputState_echo_get>, 'wrnlev': <built-in function XplorOutputState_wrnlev_get>}
__swig_setmethods__ = {'echo': <built-in function XplorOutputState_echo_set>, 'wrnlev': <built-in function XplorOutputState_wrnlev_set>}
__weakref__ = <attribute '__weakref__' of 'XplorOutputState' objects>
list of weak references to the object (if defined)

 
class XplorWrap(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_XplorWrap>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
closeFile(*args)
command(*args)
deleteAtoms(*args)
derivs(*args)
disableOutput(*args)
enableOutput(*args)
energy(*args)
fastCommand(*args)
help(*args)
openFile(*args)
randomSeed(*args)
select(*args)
setRandomSeed(*args)
shell(*args)
simulation(*args)
uniformRandom(*args)

Static methods defined here:
resetXplorVars = XplorWrap_resetXplorVars(...)
xplorVars = XplorWrap_xplorVars(...)

Properties defined here:
local
get = XplorWrap_local_get(...)
set = XplorWrap_local_set(...)

Data and other attributes defined here:
__dict__ = <dictproxy object at 0xee9a98>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'local': <built-in function XplorWrap_local_get>, 'resetXplorVars': <function <lambda> at 0xae2de8>, 'xplorVars': <function <lambda> at 0xae2d70>}
__swig_setmethods__ = {'local': <built-in function XplorWrap_local_set>}
__weakref__ = <attribute '__weakref__' of 'XplorWrap' objects>
list of weak references to the object (if defined)

 
class XplorWrapPtr(XplorWrap)
    
Method resolution order:
XplorWrapPtr
XplorWrap
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from XplorWrap:
__del__(self, destroy=<built-in function delete_XplorWrap>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
closeFile(*args)
command(*args)
deleteAtoms(*args)
derivs(*args)
disableOutput(*args)
enableOutput(*args)
energy(*args)
fastCommand(*args)
help(*args)
openFile(*args)
randomSeed(*args)
select(*args)
setRandomSeed(*args)
shell(*args)
simulation(*args)
uniformRandom(*args)

Static methods inherited from XplorWrap:
resetXplorVars = XplorWrap_resetXplorVars(...)
xplorVars = XplorWrap_xplorVars(...)

Properties inherited from XplorWrap:
local
get = XplorWrap_local_get(...)
set = XplorWrap_local_set(...)

Data and other attributes inherited from XplorWrap:
__dict__ = <dictproxy object at 0xee9b78>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'local': <built-in function XplorWrap_local_get>, 'resetXplorVars': <function <lambda> at 0xae2de8>, 'xplorVars': <function <lambda> at 0xae2d70>}
__swig_setmethods__ = {'local': <built-in function XplorWrap_local_set>}
__weakref__ = <attribute '__weakref__' of 'XplorWrap' objects>
list of weak references to the object (if defined)

 
Functions
       
XplorWrap_resetXplorVars(...)
XplorWrap_xplorVars(...)
help(...)