Package gromacs :: Module formats :: Class GRO
[hide private]
[frames] | no frames]

Class GRO

source code

         object --+    
                  |    
utilities.FileUtils --+
                      |
                     GRO

Class that represents a GROMOS (gro) structure file.

File format:

Instance Methods [hide private]
 
__init__(self, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
read(self, filename=None)
Read and parse index file filename.
source code

Inherited from utilities.FileUtils: __repr__, check_file_exists, filename, infix_filename

Inherited from utilities.FileUtils (private): _init_filename

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

Class Variables [hide private]
  default_extension = 'gro'
Default extension for files read/written by this class.
  logger = logging.getLogger('gromacs.formats.GRO')
Instance Variables [hide private]

Inherited from utilities.FileUtils: real_filename

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, **kwargs)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)