Package gromacs :: Module tools :: Class G_dist
[hide private]
[frames] | no frames]

Class G_dist

source code

      object --+            
               |            
    core.Command --+        
                   |        
 core.GromacsCommand --+    
                       |    
GromacsCommandMultiIndex --+
                           |
                          G_dist

Gromacs tool 'g_dist' (with patch to handle multiple ndx files).
Instance Methods [hide private]

Inherited from GromacsCommandMultiIndex: __del__, __init__, run

Inherited from GromacsCommandMultiIndex (private): _fake_multi_ndx

Inherited from core.GromacsCommand: check_failure, transform_args

Inherited from core.Command: Popen, __call__, commandline, help

Inherited from core.Command (private): _commandline

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  command_name = 'g_dist'
Derive a class from command; typically one only has to set *command_name* to the name of the script or executable.

Inherited from core.GromacsCommand: doc_pattern, failuremodes, gmxfatal_pattern

Properties [hide private]

Inherited from core.GromacsCommand: gmxdoc

Inherited from object: __class__