home
about
news
download
doc
source
systems
tests
bugs
contact
IMP Reference Guide
develop.d97d4ead1f,2024/11/21
The Integrative Modeling Platform
IMP Manual
Reference Guide
Tutorial Index
Modules
Classes
Examples
include
IMP
version 20241121.develop.d97d4ead1f
QuadDerivativeModifier.h
Go to the documentation of this file.
1
// Autogenerated by ../../../../tmp/nightly-build-472/imp-20241121.develop.d97d4ead1f/tools/build/make_containers.py
2
// from ../../../../tmp/nightly-build-472/imp-20241121.develop.d97d4ead1f/tools/build/container_templates/kernel/ClassnameDerivativeModifier.h
3
// Do not edit - any changes will be lost!
4
5
/**
6
* \file IMP/QuadDerivativeModifier.h
7
* \brief A Modifier on ParticleQuadsTemp
8
*
9
* Copyright 2007-2022 IMP Inventors. All rights reserved.
10
*/
11
12
#ifndef IMPKERNEL_QUAD_DERIVATIVE_MODIFIER_H
13
#define IMPKERNEL_QUAD_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 "
QuadModifier.h
"
20
21
IMPKERNEL_BEGIN_NAMESPACE
22
typedef
QuadModifier QuadDerivativeModifier;
23
24
IMPKERNEL_END_NAMESPACE
25
26
#endif
/* IMPKERNEL_QUAD_DERIVATIVE_MODIFIER_H */
base_types.h
Basic types used by IMP.
DerivativeAccumulator.h
Class for adding derivatives from restraints to the model.
QuadModifier.h
A Modifier on ParticleQuadsTemp.