Package generic_fns :: Module molmol :: Class Molmol
[hide private]
[frames] | no frames]

Class Molmol

source code

Instance Methods [hide private]
 
__init__(self, relax)
Class containing the functions for viewing molecules.
source code
 
clear_history(self)
Function for clearing the Molmol command history.
source code
 
open_pipe(self)
Function for opening a Molmol pipe.
source code
 
open_pdb(self, run=None)
Function for opening the PDB file in Molmol.
source code
 
pipe_open(self)
Function for testing if the Molmol pipe is open.
source code
 
view(self, run=None)
Function for running Molmol.
source code
 
write(self, command=None, store_command=1)
Function for writing to the Molmol pipe.
source code
Method Details [hide private]

write(self, command=None, store_command=1)

source code 

Function for writing to the Molmol pipe.

This function is also used to execute a user supplied Molmol command.