IMP
2.0.0
The Integrative Modeling Platform
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
core/generic.h
Go to the documentation of this file.
1
/**
2
* \file IMP/core/generic.h \brief Various important functionality
3
* for implementing decorators.
4
*
5
* Copyright 2007-2013 IMP Inventors. All rights reserved.
6
*
7
*/
8
9
#ifndef IMPCORE_GENERIC_H
10
#define IMPCORE_GENERIC_H
11
12
#include <IMP/core/core_config.h>
13
#include <
IMP/generic.h
>
14
15
IMPKERNEL_BEGIN_NAMESPACE
16
using
IMP::create_restraint
;
17
using
IMP::create_constraint
;
18
19
IMPKERNEL_END_NAMESPACE
20
21
22
#endif
/* IMPCORE_GENERIC_H */