BALL  1.5.0
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 
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
BALL_EXPORT
#define BALL_EXPORT
Definition: COMMON/global.h:50
BALL::ShiftModule
Definition: shiftModule.h:43
BALL::ClearShiftProcessor::ClearShiftProcessor
ClearShiftProcessor()
BALL
Definition: constants.h:13
shiftModule.h
BALL::ClearShiftProcessor::~ClearShiftProcessor
virtual ~ClearShiftProcessor()
BALL::Composite
Definition: composite.h:74
BALL::ClearShiftProcessor::ClearShiftProcessor
ClearShiftProcessor(const ClearShiftProcessor &processor)
BALL::ClearShiftProcessor
Definition: clearShiftProcessor.h:23
BALL::Processor::Result
int Result
Definition: processor.h:36