13 #ifndef IMPCORE_PAIR_RESTRAINT_H
14 #define IMPCORE_PAIR_RESTRAINT_H
16 #include <IMP/core/core_config.h>
18 #include <IMP/kernel/internal/TupleRestraint.h>
23 IMPCORE_BEGIN_NAMESPACE
30 #if defined(SWIG) || defined(IMP_DOXYGEN)
33 public IMP::kernel::internal::TupleRestraint<PairScore>
42 std::string name =
"PairRestraint %1%")
43 : IMP::kernel::internal::TupleRestraint<
PairScore>(
44 ss, IMP::kernel::internal::get_model(vt),
45 IMP::kernel::internal::
get_index(vt), name) {}
52 std::string name =
"PairRestraint %1%")
53 : IMP::kernel::internal::TupleRestraint<
PairScore>(ss, m, vt, name) {
56 #if defined(SWIG) || defined(IMP_DOXYGEN)
Class for adding derivatives from restraints to the model.
Ints get_index(const kernel::ParticlesTemp &particles, const Subset &subset, const Subsets &excluded)
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
PairRestraint(kernel::Model *m, PairScore *ss, const kernel::ParticleIndexPair &vt, std::string name="PairRestraint %1%")
Create the restraint.
PairRestraint(PairScore *ss, const kernel::ParticlePair &vt, std::string name="PairRestraint %1%")
Create the restraint.
A class to store an fixed array of same-typed values.
Abstract class for scoring object(s) of type ParticlePair.
Import IMP/kernel/PairScore.h in the namespace.
A restraint is a term in an IMP ScoringFunction.
Applies a PairScore to a Pair.
Class for storing model, its restraints, constraints, and particles.