00001
00002
00003
00004
00005
00006
00007 #ifndef BALL_KERNEL_BONDITERATOR_H
00008 #define BALL_KERNEL_BONDITERATOR_H
00009
00010 #ifndef BALL_KERNEL_ATOM_H
00011 # include <BALL/KERNEL/atom.h>
00012 #endif
00013
00014 namespace BALL
00015 {
00020
00023 typedef Atom::BondIterator AtomBondIterator;
00024
00027 typedef Atom::BondConstIterator AtomBondConstIterator;
00028
00031 typedef Atom::BondReverseIterator AtomBondReverseIterator;
00032
00035 typedef Atom::BondConstReverseIterator AtomBondConstReverseIterator;
00036
00038 }
00039
00040 #endif // BALL_KERNEL_BONDITERATOR_H