IMP logo
IMP Reference Guide  develop.2f2f70d8d2,2026/03/10
The Integrative Modeling Platform
TripletDerivativeModifier.h
Go to the documentation of this file.
1 /**
2  * \file IMP/TripletDerivativeModifier.h
3  * \brief A Modifier on ParticleTripletsTemp
4  *
5  * Copyright 2007-2026 IMP Inventors. All rights reserved.
6  */
7 
8 #ifndef IMPKERNEL_TRIPLET_DERIVATIVE_MODIFIER_H
9 #define IMPKERNEL_TRIPLET_DERIVATIVE_MODIFIER_H
10 IMPKERNEL_DEPRECATED_HEADER(2.24, "Use TripletModifier.h instead")
11 
12 #include <IMP/kernel_config.h>
13 #include "DerivativeAccumulator.h"
14 #include "base_types.h"
15 #include "internal/container_helpers.h"
16 #include "TripletModifier.h"
17 
18 IMPKERNEL_BEGIN_NAMESPACE
19 typedef TripletModifier TripletDerivativeModifier;
20 
21 IMPKERNEL_END_NAMESPACE
22 
23 #endif /* IMPKERNEL_TRIPLET_DERIVATIVE_MODIFIER_H */
Basic types used by IMP.
Class for adding derivatives from restraints to the model.
A Modifier on ParticleTripletsTemp.