13 #ifndef IMPCORE_TRIPLET_RESTRAINT_H
14 #define IMPCORE_TRIPLET_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<TripletScore>
42 std::string name =
"TripletRestraint %1%")
44 ss, IMP::kernel::internal::get_model(vt),
45 IMP::kernel::internal::
get_index(vt), name) {}
52 std::string name =
"TripletRestraint %1%")
53 : IMP::kernel::internal::TupleRestraint<
TripletScore>(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)
TripletRestraint(kernel::Model *m, TripletScore *ss, const kernel::ParticleIndexTriplet &vt, std::string name="TripletRestraint %1%")
Create the restraint.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
A class to store an fixed array of same-typed values.
Applies a TripletScore to a Triplet.
Import IMP/kernel/TripletScore.h in the namespace.
A restraint is a term in an IMP ScoringFunction.
TripletRestraint(TripletScore *ss, const kernel::ParticleTriplet &vt, std::string name="TripletRestraint %1%")
Create the restraint.
Abstract class for scoring object(s) of type ParticleTriplet.
Class for storing model, its restraints, constraints, and particles.