Base class for map filtering calculation methods. More...
#include <function_object_bases.h>
Public Member Functions | |
| virtual bool | operator() (Xmap< T > &result, const Xmap< T > &xmap) const =0 |
| Map filtering function definition. | |
| virtual | ~MapFilter_base () |
| destructor | |
Base class for map filtering calculation methods.
| 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.
| result | On output this holds the filtered electron density. | |
| xmap | Electron density map to be filtered. |
Implemented in clipper::MapFilter_slow< T >, and clipper::MapFilter_fft< T >.
1.6.1