BALL
1.4.2
|
#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) |
Public Member Functions inherited from BALL::ShiftModule | |
ShiftModule () | |
ShiftModule (Parameters ¶meters, const String &name="") | |
ShiftModule (const ShiftModule &module) | |
virtual | ~ShiftModule () |
virtual void | clear () |
const ShiftModule & | operator= (const ShiftModule &module) |
void | setName (const String &name) |
const String & | getName () const |
void | setParameters (Parameters ¶meters) |
const Parameters * | getParameters () const |
virtual void | init () |
virtual bool | start () |
virtual bool | finish () |
bool | isValid () const |
Public Member Functions inherited from BALL::UnaryProcessor< Composite > | |
UnaryProcessor () | |
UnaryProcessor (const UnaryProcessor &) | |
virtual | ~UnaryProcessor () |
Additional Inherited Members | |
Public Types inherited from BALL::UnaryFunctor< Composite, Processor::Result > | |
typedef Processor::Result | result_type |
typedef Composite | argument_type |
typedef Composite & | argument_reference |
typedef const Composite & | const_argument_reference |
typedef Composite * | argument_pointer |
typedef const Composite * | const_argument_pointer |
Static Public Attributes inherited from BALL::ShiftModule | |
static const char * | PROPERTY__SHIFT |
static const char * | PROPERTY__EXPERIMENTAL__SHIFT |
Protected Attributes inherited from BALL::ShiftModule | |
String | module_name_ |
Parameters * | parameters_ |
bool | valid_ |
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.
Definition at line 21 of file clearShiftProcessor.h.
BALL::ClearShiftProcessor::ClearShiftProcessor | ( | ) |
Default constructor.
BALL::ClearShiftProcessor::ClearShiftProcessor | ( | const ClearShiftProcessor & | processor | ) |
Copy constructor.
|
virtual |
Destructor
|
virtual |
Application method
Reimplemented from BALL::UnaryProcessor< Composite >.