9 #ifndef IMPEM_FIT_RESTRAINT_H
10 #define IMPEM_FIT_RESTRAINT_H
12 #include <IMP/em/em_config.h>
57 FloatKey weight_key= atom::Mass::get_mass_key(),
59 bool use_rigid_bodies=
true,
60 KernelType kt=GAUSSIAN);
63 return model_dens_map_;
65 void set_scale_factor(
float scale) {scalefac_=scale;}
66 float get_scale_factor()
const {
return scalefac_;}
80 void resample()
const;
82 void initialize_model_density_map(
FloatKey weight_key);
88 none_rb_model_dens_map_;
99 bool use_rigid_bodies_;
A decorator for particles with mass.
Class for adding derivatives from restraints to the model.
Perform coarse fitting between two density objects.
A smart pointer to a ref-counted Object that is a class memeber.
std::pair< double, double > FloatPair
A generic pair of floats.
SampledDensityMap * get_model_dens_map() const
Class for handling density maps.
Decorator for helping deal with a hierarchy of molecules.
Class for handling density maps.
Class for sampling a density map from particles.
Abstract base class for all restraints.
Import IMP/kernel/Refiner.h in the namespace.
A restraint is a term in an IMP ScoringFunction.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Class to handle individual model particles.
Storage of a model, its restraints, constraints and particles.
Calculate score based on fit to EM map.
virtual ModelObjectsTemp do_get_inputs() const =0
#define IMP_LIST(protection, Ucname, lcname, Data, PluralData)
A macro to provide a uniform interface for storing lists of objects.
Decorator for a sphere-like particle.