#include <BALL/NMR/clearShiftProcessor.h>
Public Member Functions | |
Constructors and Destructors | |
ClearShiftProcessor () | |
ClearShiftProcessor (const ClearShiftProcessor &processor) | |
virtual | ~ClearShiftProcessor () |
Processor specific functions. | |
virtual Processor::Result | operator() (Composite &composite) |
Clear assigned shift data of all atoms. This processors clears the named property defined by ShiftModule::PROPERTY__SHIFT in the atoms of all data structures it is applied to.
BALL::ClearShiftProcessor::ClearShiftProcessor | ( | ) |
Default constructor.
BALL::ClearShiftProcessor::ClearShiftProcessor | ( | const ClearShiftProcessor & | processor | ) |
Copy constructor.
virtual BALL::ClearShiftProcessor::~ClearShiftProcessor | ( | ) | [virtual] |
Destructor
virtual Processor::Result BALL::ClearShiftProcessor::operator() | ( | Composite & | composite | ) | [virtual] |
Application method
Reimplemented from BALL::UnaryProcessor< Composite >.