IMP
2.0.0
The Integrative Modeling Platform
|
Various general useful macros for IMP. More...
#include <IMP/kernel/kernel_config.h>
#include <IMP/base/doxygen_macros.h>
#include <IMP/base/deprecation_macros.h>
#include "internal/scoring_functions.h"
#include "container_base.h"
#include "input_output_macros.h"
#include "constants.h"
Go to the source code of this file.
Macros | |
#define | IMP_RESTRAINT(Name) |
#define | IMP_RESTRAINT_2(Name) |
For backwards compatibility. | |
#define | IMP_RESTRAINT_ACCUMULATOR(Name) |
For backwards compatability. | |
Copyright 2007-2013 IMP Inventors. All rights reserved.
Definition in file kernel/restraint_macros.h.
#define IMP_RESTRAINT | ( | Name | ) |
To implement a new restraint, just implement the two methods:
Definition at line 26 of file kernel/restraint_macros.h.