Base class for structure factor scaling methods. More...
#include <function_object_bases.h>
Public Member Functions | |
| virtual bool | operator() (HKL_data< datatypes::F_sigF< T > > &fo, const HKL_data< datatypes::F_phi< T > > &fc)=0 |
| Structure factor scaling definition. | |
| virtual bool | operator() (HKL_data< datatypes::F_phi< T > > &fc, const HKL_data< datatypes::F_sigF< T > > &fo)=0 |
| Structure factor scaling definition. | |
| virtual bool | operator() (HKL_data< datatypes::F_sigF< T > > &fo)=0 |
| Structure factor scaling definition. | |
| virtual | ~SFscale_base () |
| destructor | |
Base class for structure factor scaling methods.
| virtual bool clipper::SFscale_base< T >::operator() | ( | HKL_data< datatypes::F_sigF< T > > & | fo, | |
| const HKL_data< datatypes::F_phi< T > > & | fc | |||
| ) | [pure virtual] |
Structure factor scaling definition.
In the implementations, this function will do the actual structure factor scaling calculation.
| fo | Observed structure factors to be scaled. | |
| fc | Calculated structure factors to scale against. |
Implemented in clipper::SFscale_aniso< T >.
| virtual bool clipper::SFscale_base< T >::operator() | ( | HKL_data< datatypes::F_phi< T > > & | fc, | |
| const HKL_data< datatypes::F_sigF< T > > & | fo | |||
| ) | [pure virtual] |
Structure factor scaling definition.
In the implementations, this function will do the actual structure factor scaling calculation.
| fc | Calculated structure factors to be scaled. | |
| fo | Observed structure factors to scale against. |
Implemented in clipper::SFscale_aniso< T >.
| virtual bool clipper::SFscale_base< T >::operator() | ( | HKL_data< datatypes::F_sigF< T > > & | fo | ) | [pure virtual] |
Structure factor scaling definition.
In the implementations, this function will do the actual structure factor scaling calculation.
| fo | Observed structure factors to be scaled. |
Implemented in clipper::SFscale_aniso< T >.
1.6.1