bondIterator.h

Go to the documentation of this file.
00001 // -*- Mode: C++; tab-width: 2; -*-
00002 // vi: set ts=2:
00003 //
00004 // $Id: bondIterator.h,v 1.9 2003/08/26 08:04:17 oliver Exp $
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