Package nMOLDYN :: Package Core :: Module IOFiles :: Class DCDFile
[hide private]
[frames] | no frames]

Class DCDFile

source code

object --+
         |
        DCDFile

Sets up a DCD file reader.

Instance Methods [hide private]
 
__init__(self, dcd_filename)
The constructor.
source code
 
readStep(self)
Reads a frame of the DCD file.
source code
 
skipStep(self)
Skips a frame of the DCD file.
source code
 
__iter__(self) source code
 
next(self) source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, dcd_filename)
(Constructor)

source code 

The constructor.

Parameters:
  • dcd_filename (string.) - the name of the DCD file to read.
Overrides: object.__init__