30 #ifndef IMPRESTRAINER_CONFIG_H
31 #define IMPRESTRAINER_CONFIG_H
33 #include <IMP/base/base_config.h>
39 #ifdef IMPRESTRAINER_EXPORTS
40 #define IMPRESTRAINEREXPORT __declspec(dllexport)
42 #define IMPRESTRAINEREXPORT __declspec(dllimport)
48 #define IMPRESTRAINEREXPORT __attribute__ ((visibility("default")))
49 #else // GCC_VISIBILITY
50 #define IMPRESTRAINEREXPORT
51 #endif // GCC_VISIBILITY
54 #if defined(_MSC_VER) && !defined(SWIG)
55 #ifdef IMPRESTRAINER_EXPORTS
57 #define IMPRESTRAINER_EXPORT_TEMPLATE(name) template class __declspec(dllexport) name
61 #define IMPRESTRAINER_EXPORT_TEMPLATE(name) template class __declspec(dllimport) name
66 #define IMPRESTRAINER_EXPORT_TEMPLATE(name) IMP_REQUIRE_SEMICOLON_NAMESPACE
68 #endif // MSC and SWIG
70 #if !defined(SWIG) && !defined(IMP_DOXYGEN)
72 #define IMPRESTRAINER_BEGIN_NAMESPACE \
73 IMP_COMPILER_ENABLE_WARNINGS \
74 namespace IMP { namespace restrainer { \
76 #define IMPRESTRAINER_END_NAMESPACE \
78 IMP_COMPILER_DISABLE_WARNINGS
80 #define IMPRESTRAINER_BEGIN_INTERNAL_NAMESPACE \
81 IMPRESTRAINER_BEGIN_NAMESPACE namespace internal {
84 #define IMPRESTRAINER_END_INTERNAL_NAMESPACE \
85 } IMPRESTRAINER_END_NAMESPACE
88 #define IMPRESTRAINER_BEGIN_NAMESPACE \
89 namespace IMP { namespace restrainer {
91 #define IMPRESTRAINER_END_NAMESPACE \
94 #define IMPRESTRAINER_BEGIN_INTERNAL_NAMESPACE \
95 IMPRESTRAINER_BEGIN_NAMESPACE namespace internal {
98 #define IMPRESTRAINER_END_INTERNAL_NAMESPACE \
99 } IMPRESTRAINER_END_NAMESPACE
103 #define IMP_RESTRAINER_USE_IMP_ALGEBRA
104 #define IMP_RESTRAINER_HAS_IMP_ALGEBRA 1
105 #define IMP_RESTRAINER_USE_IMP_BASE
106 #define IMP_RESTRAINER_HAS_IMP_BASE 1
107 #define IMP_RESTRAINER_USE_IMP_CGAL
108 #define IMP_RESTRAINER_HAS_IMP_CGAL 1
109 #define IMP_RESTRAINER_USE_IMP_CONTAINER
110 #define IMP_RESTRAINER_HAS_IMP_CONTAINER 1
111 #define IMP_RESTRAINER_USE_IMP_DISPLAY
112 #define IMP_RESTRAINER_HAS_IMP_DISPLAY 1
113 #define IMP_RESTRAINER_USE_IMP_KERNEL
114 #define IMP_RESTRAINER_HAS_IMP_KERNEL 1
115 #define IMP_RESTRAINER_USE_IMP_SCORE_FUNCTOR
116 #define IMP_RESTRAINER_HAS_IMP_SCORE_FUNCTOR 1
117 #define IMP_RESTRAINER_USE_IMP_STATISTICS
118 #define IMP_RESTRAINER_HAS_IMP_STATISTICS 1
119 #define IMP_RESTRAINER_USE_BOOST_FILESYSTEM
120 #define IMP_RESTRAINER_HAS_BOOST_FILESYSTEM 1
121 #define IMP_RESTRAINER_USE_BOOST_PROGRAMOPTIONS
122 #define IMP_RESTRAINER_HAS_BOOST_PROGRAMOPTIONS 1
123 #define IMP_RESTRAINER_USE_BOOST_RANDOM
124 #define IMP_RESTRAINER_HAS_BOOST_RANDOM 1
125 #define IMP_RESTRAINER_USE_BOOST_REGEX
126 #define IMP_RESTRAINER_HAS_BOOST_REGEX 1
127 #define IMP_RESTRAINER_USE_BOOST_SYSTEM
128 #define IMP_RESTRAINER_HAS_BOOST_SYSTEM 1
129 #define IMP_RESTRAINER_USE_CGAL
130 #define IMP_RESTRAINER_HAS_CGAL 1
134 namespace IMP {
namespace restrainer {
141 IMPRESTRAINEREXPORT std::string get_module_version();
146 inline std::string get_module_name() {
147 return "IMP::restrainer";
153 #if !defined(IMP_DOXYGEN) && !defined(SWIG)
158 namespace IMP {
namespace restrainer {
159 using ::IMP::base::Showable;
160 using ::IMP::base::operator<<;
161 using ::IMP::base::hash_value;
163 namespace IMP {
namespace restrainer {
namespace internal {
164 using ::IMP::base::Showable;
165 using ::IMP::base::operator<<;
166 using ::IMP::base::hash_value;
169 #endif // !defined(SWIG) && !defined(IMP_DOXYGEN)
174 namespace IMP {
namespace restrainer {
187 IMPRESTRAINEREXPORT std::string
get_data_path(std::string file_name);