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

Class G_morph

source code

     object --+        
              |        
   core.Command --+    
                  |    
core.GromacsCommand --+
                      |
                     G_morph

Gromacs tool 'g_morph'.
Instance Methods [hide private]

Inherited from core.GromacsCommand: __init__, check_failure, transform_args

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

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_morph'
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__