TNG API
1.8.2
A flexible binary trajectory format
Toggle main menu visibility
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
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
tng_gen_block_t
struct tng_gen_block * tng_gen_block_t
Definition
tng_io_fwd.h:29
tng_chain_t
struct tng_chain * tng_chain_t
Definition
tng_io_fwd.h:20
tng_data_t
struct tng_data * tng_data_t
Definition
tng_io_fwd.h:35
tng_molecule_t
struct tng_molecule * tng_molecule_t
Definition
tng_io_fwd.h:18
tng_trajectory_frame_set_t
struct tng_trajectory_frame_set * tng_trajectory_frame_set_t
Definition
tng_io_fwd.h:33
tng_particle_mapping_t
struct tng_particle_mapping * tng_particle_mapping_t
Definition
tng_io_fwd.h:31
tng_residue_t
struct tng_residue * tng_residue_t
Definition
tng_io_fwd.h:22
tng_trajectory_t
struct tng_trajectory * tng_trajectory_t
Definition
tng_io_fwd.h:16
tng_bond_t
struct tng_bond * tng_bond_t
Definition
tng_io_fwd.h:26
tng_atom_t
struct tng_atom * tng_atom_t
Definition
tng_io_fwd.h:24
include
tng
tng_io_fwd.h
Generated on
for TNG API by
1.17.0