clipper::SFcalc_base< T > Class Template Reference

Base class for structure factor calculation methods. More...

#include <function_object_bases.h>

Inheritance diagram for clipper::SFcalc_base< T >:
clipper::SFcalc_aniso_fft< T > clipper::SFcalc_aniso_sum< T > clipper::SFcalc_iso_fft< T > clipper::SFcalc_iso_sum< T >

List of all members.

Public Member Functions

virtual bool operator() (HKL_data< datatypes::F_phi< T > > &fphidata, const Atom_list &atoms) const =0
 Structure factor calculation function definition.
virtual ~SFcalc_base ()
 destructor

Detailed Description

template<class T>
class clipper::SFcalc_base< T >

Base class for structure factor calculation methods.


Member Function Documentation

template<class T >
virtual bool clipper::SFcalc_base< T >::operator() ( HKL_data< datatypes::F_phi< T > > &  fphidata,
const Atom_list atoms 
) const [pure virtual]

Structure factor calculation function definition.

In the implementations, this function will do the actual structure factor calculation.

Parameters:
fphidata Fourier coefficients to be calculated. On output this holds the Fourier coefficients corresponding to the atomic model.
atoms The atom selection from which the density is to be calculated.
Returns:
true on success.

Implemented in clipper::SFcalc_iso_sum< T >, clipper::SFcalc_aniso_sum< T >, clipper::SFcalc_iso_fft< T >, and clipper::SFcalc_aniso_fft< T >.


The documentation for this class was generated from the following file:

Generated on 4 Jan 2010 for Clipper_contrib by  doxygen 1.6.1