TNG API 1.8.2
A flexible binary trajectory format
Loading...
Searching...
No Matches
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
16typedef struct tng_trajectory *tng_trajectory_t;
18typedef struct tng_molecule *tng_molecule_t;
20typedef struct tng_chain *tng_chain_t;
22typedef struct tng_residue *tng_residue_t;
24typedef struct tng_atom *tng_atom_t;
26typedef struct tng_bond *tng_bond_t;
29typedef struct tng_gen_block *tng_gen_block_t;
31typedef struct tng_particle_mapping *tng_particle_mapping_t;
33typedef struct tng_trajectory_frame_set *tng_trajectory_frame_set_t;
35typedef struct tng_data *tng_data_t;
36
37#endif
struct tng_gen_block * tng_gen_block_t
Definition tng_io_fwd.h:29
struct tng_chain * tng_chain_t
Definition tng_io_fwd.h:20
struct tng_data * tng_data_t
Definition tng_io_fwd.h:35
struct tng_molecule * tng_molecule_t
Definition tng_io_fwd.h:18
struct tng_trajectory_frame_set * tng_trajectory_frame_set_t
Definition tng_io_fwd.h:33
struct tng_particle_mapping * tng_particle_mapping_t
Definition tng_io_fwd.h:31
struct tng_residue * tng_residue_t
Definition tng_io_fwd.h:22
struct tng_trajectory * tng_trajectory_t
Definition tng_io_fwd.h:16
struct tng_bond * tng_bond_t
Definition tng_io_fwd.h:26
struct tng_atom * tng_atom_t
Definition tng_io_fwd.h:24