9 #ifndef IMPEM_COARSE_CCAT_INTERVALS_H
10 #define IMPEM_COARSE_CCAT_INTERVALS_H
12 #include <IMP/em/em_config.h>
15 #include <boost/scoped_array.hpp>
55 std::pair<double, algebra::Vector3Ds> evaluate(
58 unsigned long eval_interval);
63 void allocate_derivatives_array(
int ncd);
71 boost::scoped_array<double>
stored_dvx_, stored_dvy_, stored_dvz_;
73 bool dv_memory_allocated_;
Perform coarse fitting between two density objects.
float stored_cc_
Stored correlation value.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Class for handling density maps.
Class for sampling a density map from particles.
Common base class for heavy weight IMP objects.
boost::scoped_array< double > stored_dvx_
Stored derivative terms.
Cross correlation coefficient calculator.
int calls_counter_
Number of times the evaluation has been called.