clipper::SFscale_base< T > Class Template Reference

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

#include <function_object_bases.h>

Inheritance diagram for clipper::SFscale_base< T >:
clipper::SFscale_aniso< T >

List of all members.

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

Detailed Description

template<class T>
class clipper::SFscale_base< T >

Base class for structure factor scaling methods.


Member Function Documentation

template<class T >
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.

Parameters:
fo Observed structure factors to be scaled.
fc Calculated structure factors to scale against.
Returns:
true on success.

Implemented in clipper::SFscale_aniso< T >.

template<class 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.

Parameters:
fc Calculated structure factors to be scaled.
fo Observed structure factors to scale against.
Returns:
true on success.

Implemented in clipper::SFscale_aniso< T >.

template<class 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.

Parameters:
fo Observed structure factors to be scaled.
Returns:
true on success.

Implemented in clipper::SFscale_aniso< 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