IMP
2.1.0
The Integrative Modeling Platform
IMP Mainpage
All IMP Modules
Related Pages
Modules
Namespaces
Classes
Files
Examples
Indexes
File List
File Members
kernel/PairDerivativeModifier.h
Go to the documentation of this file.
1
/**
2
* \file IMP/kernel/PairDerivativeModifier.h
3
* \brief A Modifier on ParticlePairsTemp
4
*
5
* WARNING This file was generated from PairDerivativeModifier.h
6
* in /tmp/nightly-build-90783/imp-2.1.0/tools/build/container_templates/kernel
7
* by tools/maintenance/setup_containers.py.
8
*
9
* Copyright 2007-2013 IMP Inventors. All rights reserved.
10
*/
11
12
#ifndef IMPKERNEL_PAIR_DERIVATIVE_MODIFIER_H
13
#define IMPKERNEL_PAIR_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 "
input_output_macros.h
"
21
#include "
PairModifier.h
"
22
23
IMPKERNEL_BEGIN_NAMESPACE
24
typedef
PairModifier
PairDerivativeModifier;
25
26
IMPKERNEL_END_NAMESPACE
27
28
#endif
/* IMPKERNEL_PAIR_DERIVATIVE_MODIFIER_H */
IMP::PairModifier
IMP::kernel::PairModifier PairModifier
Definition:
kernel/doxygen.h:91
DerivativeAccumulator.h
Class for adding derivatives from restraints to the model.
base_types.h
Basic types used by IMP.
input_output_macros.h
macros for inputs and outputs.
ParticleTuple.h
Classes to handle individual model particles.
PairModifier.h
A Modifier on ParticlePairsTemp.