9 #ifndef IMPKINEMATICS_LOCAL_PLANNERS_H
10 #define IMPKINEMATICS_LOCAL_PLANNERS_H
12 #include "kinematics_config.h"
20 IMPKINEMATICS_BEGIN_NAMESPACE
38 dofs_sampler_->apply(values);
40 double score = sf->evaluate_if_below(
false, 0.0);
41 if (score <= 0.000001)
return true;
77 unsigned int save_step_interval_;
83 IMPKINEMATICS_END_NAMESPACE
a simple class for storage of DOF values.
Copyright 2007-2020 IMP Inventors. All rights reserved.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Storage of a model, its restraints, constraints and particles.
A more IMP-like version of the std::vector.
Base class for sampling certain combinations of degrees of freedom.
Class for storing model, its restraints, constraints, and particles.
Common base class for heavy weight IMP objects.
A class that holds DOF values for DOFs.
A smart pointer to a ref-counted Object that is a class member.
#define IMP_OBJECTS(Name, PluralName)
Define the types for storing lists of object pointers.
A nullptr-initialized pointer to an IMP Object.
Represents a scoring function on the model.
A shared base class to help in debugging and things.
Local planner that samples conformations on a path between two nodes.