BALL
1.4.79
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
NMR
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
{
21
class
BALL_EXPORT
ClearShiftProcessor
22
:
public
ShiftModule
23
{
24
public
:
25
29
32
ClearShiftProcessor
();
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
BALL::Composite
Definition:
composite.h:71
BALL::ClearShiftProcessor
Definition:
clearShiftProcessor.h:21
BALL::ShiftModule
Definition:
shiftModule.h:41
shiftModule.h
BALL::Processor::Result
int Result
Definition:
processor.h:36
BALL_EXPORT
#define BALL_EXPORT
Definition:
COMMON/global.h:50
Generated by
1.8.7