BALL 1.5.0
Loading...
Searching...
No Matches
clearShiftProcessor.h
Go to the documentation of this file.
1// -*- Mode: C++; tab-width: 2; -*-
2// vi: set ts=2:
3//
4// $Id: clearShiftProcessor.h,v 1.13 2005/12/23 17:01:55 amoll Exp $
5//
6
7#ifndef BALL_NMR_CLEARSHIFTPROCESSOR_H
8#define BALL_NMR_CLEARSHIFTPROCESSOR_H
9
10#ifndef BALL_NMR_SHIFTMODULE_H
11# include <BALL/NMR/shiftModule.h>
12#endif
13
14namespace BALL
15{
22 : public ShiftModule
23 {
24 public:
25
29
33
37
41
43
47
50 virtual Processor::Result operator () (Composite& composite);
51
53
54 };
55
56} // namespace BALL
57
58#endif // BALL_NMR_CLEARSHIFTPROCESSOR_H
ClearShiftProcessor(const ClearShiftProcessor &processor)
#define BALL_EXPORT