clipper::EDcalc_base< T > Class Template Reference

Base class for electron density calculation methods. More...

#include <function_object_bases.h>

Inheritance diagram for clipper::EDcalc_base< T >:
clipper::EDcalc_aniso< T > clipper::EDcalc_iso< T > clipper::EDcalc_mask< T >

List of all members.

Public Member Functions

virtual bool operator() (Xmap< T > &xmap, const Atom_list &atoms) const =0
 Electron density calculation function definition.
virtual bool operator() (NXmap< T > &nxmap, const Atom_list &atoms) const =0
virtual ~EDcalc_base ()
 destructor

Detailed Description

template<class T>
class clipper::EDcalc_base< T >

Base class for electron density calculation methods.


Member Function Documentation

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

Electron density calculation function definition.

In the implementations, this function will do the actual electron density calculation.

Parameters:
xmap Electron density map to be calculated. On output this holds the electron density map corresponding to the atomic model.
atoms The atom selection from which the density is to be calculated.
Returns:
true on success.

Implemented in clipper::EDcalc_mask< T >, clipper::EDcalc_iso< T >, and clipper::EDcalc_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