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);
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.
virtual double unprotected_evaluate(DerivativeAccumulator *da) const
Return the unweighted score for the restraint.
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.
IMP::ModelObjectsTemp do_get_inputs() const override
Class for adding derivatives from restraints to the model.
A restraint is a term in an IMP ScoringFunction.