#include "external/boost/stl_interfaces/iterator_interface.hpp"
#include "gromacs/topology/topology.h"
#include "gromacs/topology/topology_enums.h"
This file contains functions to loop over topology contents.
- Author
- Berk Hess hess@.nosp@m.kth..nosp@m.se
-
Paul Bauer paul..nosp@m.baue.nosp@m.r.q@g.nosp@m.mail.nosp@m..com
|
typedef struct
gmx_mtop_atomloop_block * | gmx_mtop_atomloop_block_t |
|
|
gmx_mtop_atomloop_block_t | gmx_mtop_atomloop_block_init (const gmx_mtop_t &mtop) |
|
bool | gmx_mtop_atomloop_block_next (gmx_mtop_atomloop_block_t aloop, const t_atom **atom, int *nmol) |
|