GLYLIB
0.3.0b
|
00001 /** \file glylib.h 00002 \brief A grand header file designed to simplify use of glylib by requiring 00003 that only one header file be loaded to get most of the glylib functionality. 00004 00005 Begun on 20100216 by BLFoley 00006 00007 */ 00008 00009 #if !defined(GLYLIB_MAIN_HEADERS) 00010 #define GLYLIB_MAIN_HEADERS 00011 00012 /** \addtogroup MAIN 00013 * @{ 00014 */ 00015 /**************************************************************//** 00016 Standard GLYLIB structures and functions 00017 ******************************************************************/ 00018 #include <mylib.h> ///< Oft-used standard C headers and a few general ones from GLYLIB 00019 #include <molecules.h> ///< Ensembles, molecules, etc. 00020 #include <modes.h> ///< For vibrational modes (and similar) 00021 #include <stats.h> ///< For calculating statistical information 00022 #include <declarations.h> ///< Some declarations that don't fit easily elsewhere 00023 00024 /**************************************************************//** 00025 Structures and functions related to PDB files 00026 ******************************************************************/ 00027 #include <PDB.h> /**< mostly for writing pdb's */ 00028 #include <load_pdb.h> ///< Specific to pdb files 00029 00030 /**************************************************************//** 00031 Structures and functions related to AMBER 00032 ******************************************************************/ 00033 #include <AMBER/amber.h> ///< Specific to AMBER 00034 /** @}*/ 00035 00036 #endif