IMP
2.3.1
The Integrative Modeling Platform
IMP Mainpage
Modules
Applications
Related Pages
Groups
Classes
Files
Examples
Indexes
File List
File Members
kernel/TripletDerivativeModifier.h
Go to the documentation of this file.
1
/**
2
* \file IMP/kernel/TripletDerivativeModifier.h
3
* \brief A Modifier on kernel::ParticleTripletsTemp
4
*
5
* WARNING This file was generated from TripletDerivativeModifier.h
6
* in /tmp/nightly-build-29065/imp-2.3.1/tools/build/container_templates/kernel
7
* by tools/build/make_containers.py.
8
*
9
* Copyright 2007-2014 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/kernel_config.h>
16
#include "
DerivativeAccumulator.h
"
17
#include "
base_types.h
"
18
#include "
ParticleTuple.h
"
19
#include "internal/container_helpers.h"
20
#include "
TripletModifier.h
"
21
22
IMPKERNEL_BEGIN_NAMESPACE
23
typedef
TripletModifier
TripletDerivativeModifier;
24
25
IMPKERNEL_END_NAMESPACE
26
27
#endif
/* IMPKERNEL_TRIPLET_DERIVATIVE_MODIFIER_H */
DerivativeAccumulator.h
Class for adding derivatives from restraints to the model.
TripletModifier.h
A Modifier on kernel::ParticleTripletsTemp.
base_types.h
Basic types used by IMP.
IMP::TripletModifier
IMP::kernel::TripletModifier TripletModifier
Definition:
kernel/doxygen.h:242
ParticleTuple.h
Classes to handle individual model particles.