dcdfort
Modern Fortran library for analyzing DCD trajectories
|
IndexFile class. More...
Public Member Functions | |
procedure | read => indexfile_read |
Open, read in, and process the GROMACS-style index file, storing information in memory. | |
procedure | get => indexfile_get |
Returns the overall index for atom specified in group. | |
procedure | get_natoms => indexfile_get |
Gets the number of atoms in a group. | |
Public Attributes | |
type(ndxgroups), dimension(:), allocatable | group |
Object which contains information about all the index groups. | |
IndexFile class.