Package nMOLDYN :: Package GUI :: Module TrajectoryConversionDialog :: Class DL_POLYConverterDialog
[hide private]
[frames] | no frames]

Class DL_POLYConverterDialog

source code

Widgets.Toplevel --+
                   |
                  DL_POLYConverterDialog

Sets up a dialog used for the conversion from a DL_POLY trajectory to a MMTK NetCDF trajectory.


Note: the conversion requires the DL_POLY FIELD and HISTORY files and additional information to specify the atoms whose names is not sufficient to determine which element they are.

Instance Methods [hide private]
 
__init__(self, parent)
The constructor.
source code
 
body(self, master)
Create dialog body.
source code
 
buttonbox(self)
Add standard button box.
source code
 
ok(self, event=None) source code
 
cancel(self, event=None) source code
 
validate(self) source code
 
apply(self) source code
Method Details [hide private]

__init__(self, parent)
(Constructor)

source code 

The constructor.

Parameters:
  • parent - the parent widget.

body(self, master)

source code 

Create dialog body. Return widget that should have initial focus.