9 #ifndef IMPSAXS_RESTRAINT_H
10 #define IMPSAXS_RESTRAINT_H
12 #include <IMP/saxs/saxs_config.h>
25 IMPSAXS_BEGIN_NAMESPACE
64 void compute_profile(
Profile* model_profile);
68 std::vector<core::RigidBody> rigid_bodies_decorators_;
69 std::vector<kernel::Particles> rigid_bodies_;
Class for adding derivatives from restraints to the model.
A nullptr-initialized pointer to an IMP Object.
Restraint(kernel::Model *m, std::string name)
A smart pointer to a ref-counted Object that is a class memeber.
Calculate score based on fit to SAXS profile.
A smart pointer to a reference counted object.
a class for fitting two profiles
Abstract base class for all restraints.
functionality for defining rigid bodies
A restraint is a term in an IMP ScoringFunction.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Storage of a model, its restraints, constraints and particles.
virtual ModelObjectsTemp do_get_inputs() const =0
FormFactorType
type of the form factors for profile calculations
A shared base class to help in debugging and things.
A class for computing SAXS derivatives.
A class for profile storing and computation.