#include <randomCoilShiftProcessor.h>
Inheritance diagram for RandomCoilShiftProcessor:
Public Member Functions | |
Constructors and Destructors | |
RandomCoilShiftProcessor () throw () | |
Default constructor. | |
RandomCoilShiftProcessor (const RandomCoilShiftProcessor &processor) throw () | |
Copy constructor. | |
virtual | ~RandomCoilShiftProcessor () throw () |
Destructor. | |
Accessors | |
virtual void | init () throw () |
Initialize the module. | |
Processor specific functions. | |
virtual Processor::Result | operator() (Composite &composite) throw () |
Application method. | |
Static Public Attributes | |
Enums and Constants | |
const char * | PROPERTY__RANDOM_COIL_SHIFT |
A symbolic name for the random coil contribution to the chemical shift. | |
Protected Attributes | |
StringHashMap< float > | shift_map_ |
|
Default constructor.
|
|
Copy constructor.
|
|
Initialize the module.
This method fails if no Parameters object was assigned or the parameter file does not contain the proper section (
Reimplemented from ShiftModule. |
|
Application method.
If current object is a Atom of kind Hydrogen its random coil shift has to be looked up in Reimplemented from UnaryProcessor< Composite >. |
|
A symbolic name for the random coil contribution to the chemical shift.
|