9 #ifndef IMPEM_COARSE_CCAT_INTERVALS_H
10 #define IMPEM_COARSE_CCAT_INTERVALS_H
12 #include <IMP/em/em_config.h>
56 std::pair<double,algebra::Vector3Ds> evaluate(
59 float scalefac,
bool lderiv,
60 unsigned long eval_interval);
65 void allocate_derivatives_array(
int ncd);
75 bool dv_memory_allocated_;
Perform coarse fitting between two density objects.
float stored_cc_
Stored correlation value.
Responsible for performing coarse fitting between two density objects.
Class for handling density maps.
Class for sampling a density map from particles.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
double * stored_dvx_
Stored derivative terms.
Cross correlation coefficient calculator.
int calls_counter_
Number of times the evaluation has been called.