IMP
2.0.1
The Integrative Modeling Platform
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
kernel/macros.h
Go to the documentation of this file.
1
/**
2
* \file IMP/kernel/macros.h \brief Various general useful macros for IMP.
3
*
4
* Copyright 2007-2013 IMP Inventors. All rights reserved.
5
*
6
*/
7
8
#ifndef IMPKERNEL_MACROS_H
9
#define IMPKERNEL_MACROS_H
10
#include <IMP/kernel/kernel_config.h>
11
#include <
IMP/base/base_macros.h
>
12
#include "
decorator_macros.h
"
13
#include "
key_macros.h
"
14
#include "
restraint_macros.h
"
15
#include "
scoring_function_macros.h
"
16
#include "
optimizer_state_macros.h
"
17
#include "
optimizer_macros.h
"
18
#include "
unary_function_macros.h
"
19
#include "
sampler_macros.h
"
20
#include "
score_state_macros.h
"
21
#include "
refiner_macros.h
"
22
#include "
singleton_macros.h
"
23
#include "
pair_macros.h
"
24
#include "
triplet_macros.h
"
25
#include "
quad_macros.h
"
26
27
28
#endif
/* IMPKERNEL_MACROS_H */