clipper::OriginMatch_base< T > Class Template Reference

Base class for origin matching calculation methods. More...

#include <function_object_bases.h>

Inheritance diagram for clipper::OriginMatch_base< T >:
clipper::OriginMatch< T >

List of all members.

Public Member Functions

virtual bool operator() (bool &invert, Coord_frac &shift, const HKL_data< datatypes::F_phi< T > > &fphi1, const HKL_data< datatypes::F_phi< T > > &fphi2) const =0
 Origin matching function definition.
virtual ~OriginMatch_base ()
 destructor

Detailed Description

template<class T>
class clipper::OriginMatch_base< T >

Base class for origin matching calculation methods.


Member Function Documentation

template<class T >
virtual bool clipper::OriginMatch_base< T >::operator() ( bool &  invert,
Coord_frac shift,
const HKL_data< datatypes::F_phi< T > > &  fphi1,
const HKL_data< datatypes::F_phi< T > > &  fphi2 
) const [pure virtual]

Origin matching function definition.

In the implementations, this function will do the actual origin matching.

Parameters:
invert True if the phases must be inverted.
shift The coordinate shift required to match the phases. fphi1 The first set of map coefficients. fphi2 The second set of map coefficients.
Returns:
true on success.

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