BALL
1.4.2
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
BALL
KERNEL
bondIterator.h
Go to the documentation of this file.
1
// -*- Mode: C++; tab-width: 2; -*-
2
// vi: set ts=2:
3
//
4
// $Id: bondIterator.h,v 1.9 2003/08/26 08:04:17 oliver Exp $
5
//
6
7
#ifndef BALL_KERNEL_BONDITERATOR_H
8
#define BALL_KERNEL_BONDITERATOR_H
9
10
#ifndef BALL_KERNEL_ATOM_H
11
# include <
BALL/KERNEL/atom.h
>
12
#endif
13
14
namespace
BALL
15
{
20
23
typedef
Atom::BondIterator
AtomBondIterator
;
24
27
typedef
Atom::BondConstIterator
AtomBondConstIterator
;
28
31
typedef
Atom::BondReverseIterator
AtomBondReverseIterator
;
32
35
typedef
Atom::BondConstReverseIterator
AtomBondConstReverseIterator
;
36
38
}
39
40
#endif // BALL_KERNEL_BONDITERATOR_H
Generated by
1.8.3.1