BALL
1.5.0
include
BALL
PYTHON
EXTENSIONS
pyUnaryProcessors.h
Go to the documentation of this file.
1
#ifndef BALL_PYTHON_PYUNARYPROCESSORS_H
2
#define BALL_PYTHON_PYUNARYPROCESSORS_H
3
4
#include <
BALL/KERNEL/atomContainer.h
>
5
6
namespace
BALL
7
{
8
using
AtomContainerProcessor
=
UnaryProcessor<AtomContainer>
;
9
using
AtomProcessor
=
UnaryProcessor<Atom>
;
10
using
BondProcessor
=
UnaryProcessor<Bond>
;
11
using
ChainProcessor
=
UnaryProcessor<Chain>
;
12
using
CompositeProcessor
=
UnaryProcessor<Composite>
;
13
using
FragmentProcessor
=
UnaryProcessor<Fragment>
;
14
using
ResidueProcessor
=
UnaryProcessor<Residue>
;
15
16
using
ConstAtomProcessor
=
ConstUnaryProcessor<Atom>
;
17
using
ConstCompositeProcessor
=
ConstUnaryProcessor<Composite>
;
18
}
19
20
#endif
//BALL_PYTHON_PYUNARYPROCESSORS_H
atomContainer.h
BALL
Definition:
constants.h:13
BALL::UnaryProcessor< AtomContainer >
BALL::ConstUnaryProcessor< Atom >
Generated by
1.9.4