10 #ifndef IMPSAXS_RIGID_BODIES_PROFILE_HANDLER_H
11 #define IMPSAXS_RIGID_BODIES_PROFILE_HANDLER_H
13 #include <IMP/saxs/saxs_config.h>
24 IMPSAXS_BEGIN_NAMESPACE
39 const std::vector<double>& effect_size,
48 std::vector<core::RigidBody> rigid_bodies_decorators_;
49 std::vector<kernel::Particles> rigid_bodies_;
Class for adding derivatives from restraints to the model.
IMP::base::Vector< IMP::base::WeakPointer< kernel::ModelObject > > ModelObjectsTemp
A smart pointer to a ref-counted Object that is a class member.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Handle the profile for a set of particles, which may include rigid bodies.
functionality for defining rigid bodies
Storage of a model, its restraints, constraints and particles.
Common base class for heavy weight IMP objects.
A nullptr-initialized pointer to an IMP Object.
A shared base class to help in debugging and things.
FormFactorType
type of the form factors for profile calculations
Profile * compute_profile(IMP::kernel::Particles particles, float min_q=0.0, float max_q=0.5, float delta_q=0.001, FormFactorTable *ft=get_default_form_factor_table(), FormFactorType ff_type=HEAVY_ATOMS, float water_layer_c2=4.0, bool fit=true, bool reciprocal=false, bool ab_initio=false, bool vacuum=false, std::string beam_profile_file="")
profile calculation for particles and a given set of options
A class for computing SAXS derivatives.
A class for profile storing and computation.