TNG API
A flexible binary trajectory format
tng_io_fwd.h
Go to the documentation of this file.
1 /* This code is part of the tng binary trajectory format.
2  *
3  * Written by Magnus Lundborg
4  * Copyright (c) 2012-2013, The GROMACS development team.
5  * Check out http://www.gromacs.org for more information.
6  *
7  *
8  * This program is free software; you can redistribute it and/or
9  * modify it under the terms of the Revised BSD License.
10  */
11 
12 #ifndef TNG_IO_FWD_H
13 #define TNG_IO_FWD_H 1
14 
16 typedef struct tng_trajectory *tng_trajectory_t;
18 typedef struct tng_molecule *tng_molecule_t;
20 typedef struct tng_chain *tng_chain_t;
22 typedef struct tng_residue *tng_residue_t;
24 typedef struct tng_atom *tng_atom_t;
26 typedef struct tng_bond *tng_bond_t;
29 typedef struct tng_gen_block *tng_gen_block_t;
31 typedef struct tng_particle_mapping *tng_particle_mapping_t;
33 typedef struct tng_trajectory_frame_set *tng_trajectory_frame_set_t;
35 typedef struct tng_data *tng_data_t;
36 
37 #endif
struct tng_bond * tng_bond_t
Definition: tng_io_fwd.h:26
struct tng_gen_block * tng_gen_block_t
Definition: tng_io_fwd.h:29
struct tng_residue * tng_residue_t
Definition: tng_io_fwd.h:22
struct tng_trajectory_frame_set * tng_trajectory_frame_set_t
Definition: tng_io_fwd.h:33
struct tng_atom * tng_atom_t
Definition: tng_io_fwd.h:24
struct tng_particle_mapping * tng_particle_mapping_t
Definition: tng_io_fwd.h:31
struct tng_data * tng_data_t
Definition: tng_io_fwd.h:35
struct tng_trajectory * tng_trajectory_t
Definition: tng_io_fwd.h:16
struct tng_chain * tng_chain_t
Definition: tng_io_fwd.h:20
struct tng_molecule * tng_molecule_t
Definition: tng_io_fwd.h:18