BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
14 namespace BALL
15 {
22  : public ShiftModule
23  {
24  public:
25 
29 
33 
36  ClearShiftProcessor(const ClearShiftProcessor& processor);
37 
40  virtual ~ClearShiftProcessor();
41 
43 
47 
50  virtual Processor::Result operator () (Composite& composite);
51 
53 
54  };
55 
56 } // namespace BALL
57 
58 #endif // BALL_NMR_CLEARSHIFTPROCESSOR_H