10 #ifndef IMPEM_ENVELOPE_FIT_RESTRAINT_H
11 #define IMPEM_ENVELOPE_FIT_RESTRAINT_H
13 #include <IMP/em/em_config.h>
46 double density_threshold,
double penetration_threshold);
48 double unprotected_evaluate(
53 unprotected_evaluate(
nullptr);
54 return transformation_;
58 void apply_transformation();
66 double penetration_threshold_;
Helper macros for implementing IMP Objects.
Fast alignment of points to a density map using principal components.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
A restraint for envelope-based scoring of particles in the density map.
IMP::ModelObjectsTemp do_get_inputs() const
Class for handling density maps.
A smart pointer to a ref-counted Object that is a class member.
class for envelope based scoring using MapDistanceTransform
Abstract base class for all restraints.
#define IMP_OVERRIDE
Cause a compile error if this method does not override a parent method.
Class for adding derivatives from restraints to the model.
A restraint is a term in an IMP ScoringFunction.