IMP  2.3.1
The Integrative Modeling Platform
kernel/utility.h
Go to the documentation of this file.
1 /**
2  * \file IMP/kernel/utility.h
3  * \brief For backwards compatibility.
4  *
5  * Copyright 2007-2014 IMP Inventors. All rights reserved.
6  *
7  */
8 
9 #ifndef IMPKERNEL_UTILITY_H
10 #define IMPKERNEL_UTILITY_H
11 
12 #include <IMP/kernel/kernel_config.h>
13 #include <IMP/base/utility.h>
14 #include <IMP/base/types.h>
15 #include <IMP/base/Vector.h>
16 IMPKERNEL_BEGIN_NAMESPACE
17 #if !defined(SWIG) && !defined(IMP_DOXYGEN)
18 using IMP::base::cube;
19 using IMP::base::square;
20 using IMP::base::is_nan;
21 using IMP::base::get_as;
22 #endif
23 IMPKERNEL_END_NAMESPACE
24 
25 #endif /* IMPKERNEL_UTILITY_H */
Basic types used by IMP.
Various general useful functions for IMP.
A class for storing lists of IMP items.