Base class for structure factor calculation vs observed methods. More...
#include <function_object_bases.h>
Public Member Functions | |
| virtual bool | operator() (HKL_data< datatypes::F_phi< T > > &fphi, const HKL_data< datatypes::F_sigF< T > > &fsig, const Atom_list &atoms)=0 |
| Structure factor calculation function definition. | |
| virtual | ~SFcalc_obs_base () |
| destructor | |
Base class for structure factor calculation vs observed methods.
| virtual bool clipper::SFcalc_obs_base< T >::operator() | ( | HKL_data< datatypes::F_phi< T > > & | fphi, | |
| const HKL_data< datatypes::F_sigF< T > > & | fsig, | |||
| const Atom_list & | atoms | |||
| ) | [pure virtual] |
Structure factor calculation function definition.
In the implementations, this function will do the actual structure factor calculation.
| fphidata | Fourier coefficients to be calculated. On output this holds the Fourier coefficients corresponding to the atomic model. | |
| fo | Observed data against which to reference the Fcalc, e.g. to fit scale and/or bulk solvent. | |
| atoms | The atom selection from which the density is to be calculated. |
Implemented in clipper::SFcalc_obs_bulk< T >.
1.6.1