clipper::MapFilter_base< T > Class Template Reference

Base class for map filtering calculation methods. More...

#include <function_object_bases.h>

Inheritance diagram for clipper::MapFilter_base< T >:
clipper::MapFilter_fft< T > clipper::MapFilter_slow< T >

List of all members.

Public Member Functions

virtual bool operator() (Xmap< T > &result, const Xmap< T > &xmap) const =0
 Map filtering function definition.
virtual ~MapFilter_base ()
 destructor

Detailed Description

template<class T>
class clipper::MapFilter_base< T >

Base class for map filtering calculation methods.


Member Function Documentation

template<class T >
virtual bool clipper::MapFilter_base< T >::operator() ( Xmap< T > &  result,
const Xmap< T > &  xmap 
) const [pure virtual]

Map filtering function definition.

In the implementations, this function will do the actual map filtering calculation.

Parameters:
result On output this holds the filtered electron density.
xmap Electron density map to be filtered.
Returns:
true on success.

Implemented in clipper::MapFilter_slow< T >, and clipper::MapFilter_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