00001 // -*- Mode: C++; tab-width: 2; -*- 00002 // vi: set ts=2: 00003 // 00004 // $Id: kernel.h,v 1.5 2005/12/23 17:01:38 amoll Exp $ 00005 // BALL collective kernel header file 00006 // includes the key kernel headers 00007 00008 #ifndef BALL_KERNEL_H 00009 #define BALL_KERNEL_H 00010 00011 #ifndef BALL_KERNEL_ATOM_H 00012 # include <BALL/KERNEL/atom.h> 00013 #endif 00014 00015 #ifndef BALL_KERNEL_ATOMCONTAINER_H 00016 # include <BALL/KERNEL/atomContainer.h> 00017 #endif 00018 00019 #ifndef BALL_KERNEL_BOND_H 00020 # include <BALL/KERNEL/bond.h> 00021 #endif 00022 00023 #ifndef BALL_KERNEL_CHAIN_H 00024 # include <BALL/KERNEL/chain.h> 00025 #endif 00026 00027 #ifndef BALL_KERNEL_FOREACH_H 00028 # include <BALL/KERNEL/forEach.h> 00029 #endif 00030 00031 #ifndef BALL_KERNEL_FRAGMENT_H 00032 # include <BALL/KERNEL/fragment.h> 00033 #endif 00034 00035 #ifndef BALL_KERNEL_GLOBAL_H 00036 # include <BALL/KERNEL/global.h> 00037 #endif 00038 00039 #ifndef BALL_KERNEL_MOLECULE_H 00040 # include <BALL/KERNEL/molecule.h> 00041 #endif 00042 00043 #ifndef BALL_KERNEL_NUCLEICACID_H 00044 # include <BALL/KERNEL/nucleicAcid.h> 00045 #endif 00046 00047 #ifndef BALL_KERNEL_NUCLEOTIDE_H 00048 # include <BALL/KERNEL/nucleotide.h> 00049 #endif 00050 00051 #ifndef BALL_KERNEL_PDBATOM_H 00052 # include <BALL/KERNEL/PDBAtom.h> 00053 #endif 00054 00055 #ifndef BALL_KERNEL_PREDICATE_H 00056 # include <BALL/KERNEL/predicate.h> 00057 #endif 00058 00059 #ifndef BALL_KERNEL_PROTEIN_H 00060 # include <BALL/KERNEL/protein.h> 00061 #endif 00062 00063 #ifndef BALL_KERNEL_PTE_H 00064 # include <BALL/KERNEL/PTE.h> 00065 #endif 00066 00067 #ifndef BALL_KERNEL_RESIDUE_H 00068 # include <BALL/KERNEL/residue.h> 00069 #endif 00070 00071 #ifndef BALL_KERNEL_SECONDARYSTRUCTURE_H 00072 # include <BALL/KERNEL/secondaryStructure.h> 00073 #endif 00074 00075 #ifndef BALL_KERNEL_SELECTOR_H 00076 # include <BALL/KERNEL/selector.h> 00077 #endif 00078 00079 #ifndef BALL_KERNEL_SYSTEM_H 00080 # include <BALL/KERNEL/system.h> 00081 #endif 00082 00083 #endif // BALL_KERNEL_H