BALL 1.5.0
Loading...
Searching...
No Matches
kernel.h
Go to the documentation of this file.
1// -*- Mode: C++; tab-width: 2; -*-
2// vi: set ts=2:
3//
4// $Id: kernel.h,v 1.5 2005/12/23 17:01:38 amoll Exp $
5// BALL collective kernel header file
6// includes the key kernel headers
7
8#ifndef BALL_KERNEL_H
9#define BALL_KERNEL_H
10
11#ifndef BALL_KERNEL_ATOM_H
12# include <BALL/KERNEL/atom.h>
13#endif
14
15#ifndef BALL_KERNEL_ATOMCONTAINER_H
17#endif
18
19#ifndef BALL_KERNEL_BOND_H
20# include <BALL/KERNEL/bond.h>
21#endif
22
23#ifndef BALL_KERNEL_CHAIN_H
24# include <BALL/KERNEL/chain.h>
25#endif
26
27#ifndef BALL_KERNEL_FOREACH_H
28# include <BALL/KERNEL/forEach.h>
29#endif
30
31#ifndef BALL_KERNEL_FRAGMENT_H
32# include <BALL/KERNEL/fragment.h>
33#endif
34
35#ifndef BALL_KERNEL_GLOBAL_H
36# include <BALL/KERNEL/global.h>
37#endif
38
39#ifndef BALL_KERNEL_MOLECULE_H
40# include <BALL/KERNEL/molecule.h>
41#endif
42
43#ifndef BALL_KERNEL_NUCLEICACID_H
45#endif
46
47#ifndef BALL_KERNEL_NUCLEOTIDE_H
49#endif
50
51#ifndef BALL_KERNEL_PDBATOM_H
52# include <BALL/KERNEL/PDBAtom.h>
53#endif
54
55#ifndef BALL_KERNEL_PREDICATE_H
57#endif
58
59#ifndef BALL_KERNEL_PROTEIN_H
60# include <BALL/KERNEL/protein.h>
61#endif
62
63#ifndef BALL_KERNEL_PTE_H
64# include <BALL/KERNEL/PTE.h>
65#endif
66
67#ifndef BALL_KERNEL_RESIDUE_H
68# include <BALL/KERNEL/residue.h>
69#endif
70
71#ifndef BALL_KERNEL_SECONDARYSTRUCTURE_H
73#endif
74
75#ifndef BALL_KERNEL_SELECTOR_H
76# include <BALL/KERNEL/selector.h>
77#endif
78
79#ifndef BALL_KERNEL_SYSTEM_H
80# include <BALL/KERNEL/system.h>
81#endif
82
83#endif // BALL_KERNEL_H