13 #ifndef IMPCORE_TRIPLET_RESTRAINT_H
14 #define IMPCORE_TRIPLET_RESTRAINT_H
16 #include <IMP/core/core_config.h>
18 #include <IMP/internal/TupleRestraint.h>
23 IMPCORE_BEGIN_NAMESPACE
30 #if defined(SWIG) || defined(IMP_DOXYGEN)
33 public IMP::internal::TupleRestraint<TripletScore>
42 std::string name =
"TripletRestraint %1%")
43 : IMP::internal::TupleRestraint<
TripletScore>(ss, m, vt, name) {
46 #if defined(SWIG) || defined(IMP_DOXYGEN)
A class to store an fixed array of same-typed values.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
A more IMP-like version of the std::vector.
TripletRestraint(Model *m, TripletScore *ss, const ParticleIndexTriplet &vt, std::string name="TripletRestraint %1%")
Create the restraint.
Class for storing model, its restraints, constraints, and particles.
Applies a TripletScore to a Triplet.
Abstract class for scoring object(s) of type ParticleIndexTriplet.
Class for adding derivatives from restraints to the model.
A restraint is a term in an IMP ScoringFunction.