12 #ifndef IMPKERNEL_TRIPLET_MODIFIER_H
13 #define IMPKERNEL_TRIPLET_MODIFIER_H
15 #include <IMP/kernel_config.h>
18 #include "internal/container_helpers.h"
21 IMPKERNEL_BEGIN_NAMESPACE
47 unsigned int lower_bound,
48 unsigned int upper_bound)
const {
49 for (
unsigned int i = lower_bound; i < upper_bound; ++i) {
55 IMPKERNEL_END_NAMESPACE
virtual void apply_indexes(Model *m, const ParticleIndexTriplets &o, unsigned int lower_bound, unsigned int upper_bound) const
A class to store an fixed array of same-typed values.
Class for adding derivatives from restraints to the model.
Class for storing model, its restraints, constraints, and particles.
Common base class for heavy weight IMP objects.
Single variable function.
A base class for modifiers of ParticleTripletsTemp.