home
about
news
download
doc
source
systems
tests
bugs
contact
IMP Reference Guide
2.5.0
The Integrative Modeling Platform
IMP Manual
Reference Guide
Modules
Classes
Examples
include
IMP
PairDerivativeModifier.h
Go to the documentation of this file.
1
// Autogenerated by ../../../../tmp/nightly-build-6636/imp-2.5.0/tools/build/make_containers.py
2
// from ../../../../tmp/nightly-build-6636/imp-2.5.0/tools/build/container_templates/kernel/ClassnameDerivativeModifier.h
3
// Do not edit - any changes will be lost!
4
5
/**
6
* \file IMP/PairDerivativeModifier.h
7
* \brief A Modifier on ParticlePairsTemp
8
*
9
* Copyright 2007-2015 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_config.h>
16
#include "DerivativeAccumulator.h"
17
#include "base_types.h"
18
#include "
ParticleTuple.h
"
19
#include "internal/container_helpers.h"
20
#include "
PairModifier.h
"
21
22
IMPKERNEL_BEGIN_NAMESPACE
23
typedef
PairModifier PairDerivativeModifier;
24
25
IMPKERNEL_END_NAMESPACE
26
27
#endif
/* IMPKERNEL_PAIR_DERIVATIVE_MODIFIER_H */
ParticleTuple.h
Classes to handle individual model particles.
PairModifier.h
A Modifier on ParticlePairsTemp.