IMP logo
IMP Reference Guide  2.6.0
The Integrative Modeling Platform
TripletDerivativeModifier.h
Go to the documentation of this file.
1 // Autogenerated by ../../../../tmp/nightly-build-38828/imp-2.6.0/tools/build/make_containers.py
2 // from ../../../../tmp/nightly-build-38828/imp-2.6.0/tools/build/container_templates/kernel/ClassnameDerivativeModifier.h
3 // Do not edit - any changes will be lost!
4 
5 /**
6  * \file IMP/TripletDerivativeModifier.h
7  * \brief A Modifier on ParticleTripletsTemp
8  *
9  * Copyright 2007-2016 IMP Inventors. All rights reserved.
10  */
11 
12 #ifndef IMPKERNEL_TRIPLET_DERIVATIVE_MODIFIER_H
13 #define IMPKERNEL_TRIPLET_DERIVATIVE_MODIFIER_H
14 
15 #include <IMP/kernel_config.h>
16 #include "DerivativeAccumulator.h"
17 #include "base_types.h"
18 #include "internal/container_helpers.h"
19 #include "TripletModifier.h"
20 
21 IMPKERNEL_BEGIN_NAMESPACE
22 typedef TripletModifier TripletDerivativeModifier;
23 
24 IMPKERNEL_END_NAMESPACE
25 
26 #endif /* IMPKERNEL_TRIPLET_DERIVATIVE_MODIFIER_H */
Basic types used by IMP.
Class for adding derivatives from restraints to the model.
A Modifier on ParticleTripletsTemp.