30 #ifndef IMPPMI_CONFIG_H
31 #define IMPPMI_CONFIG_H
33 #include <IMP/kernel_config.h>
40 #define IMPPMIEXPORT __declspec(dllexport)
42 #define IMPPMIEXPORT __declspec(dllimport)
48 #define IMPPMIEXPORT __attribute__((visibility("default")))
49 #else // GCC_VISIBILITY
51 #endif // GCC_VISIBILITY
55 #if defined(_MSC_VER) && !defined(SWIG)
58 #define IMPPMI_EXPORT_TEMPLATE(name) \
59 template class __declspec(dllexport) name
63 #define IMPPMI_EXPORT_TEMPLATE(name) \
64 template class __declspec(dllimport) name
69 #define IMPPMI_EXPORT_TEMPLATE(name) IMP_REQUIRE_SEMICOLON_NAMESPACE
71 #endif // MSC and SWIG
73 #if !defined(SWIG) && !defined(IMP_DOXYGEN)
75 #define IMPPMI_BEGIN_NAMESPACE \
76 IMP_COMPILER_ENABLE_WARNINGS namespace IMP{ namespace pmi {
78 #define IMPPMI_END_NAMESPACE } } \
79 IMP_COMPILER_DISABLE_WARNINGS
81 #define IMPPMI_BEGIN_INTERNAL_NAMESPACE IMPPMI_BEGIN_NAMESPACE \
84 #define IMPPMI_END_INTERNAL_NAMESPACE } IMPPMI_END_NAMESPACE
86 #else // SWIG and DOXYGEN
87 #define IMPPMI_BEGIN_NAMESPACE namespace IMP{ namespace pmi {
89 #define IMPPMI_END_NAMESPACE } }
91 #define IMPPMI_BEGIN_INTERNAL_NAMESPACE IMPPMI_BEGIN_NAMESPACE\
94 #define IMPPMI_END_INTERNAL_NAMESPACE } IMPPMI_END_NAMESPACE
96 #endif // SWIG AND DOXYGEN
98 #define IMP_PMI_USE_IMP_ALGEBRA
99 #define IMP_PMI_HAS_IMP_ALGEBRA 1
100 #define IMP_PMI_USE_IMP_ATOM
101 #define IMP_PMI_HAS_IMP_ATOM 1
102 #define IMP_PMI_USE_IMP_CGAL
103 #define IMP_PMI_HAS_IMP_CGAL 1
104 #define IMP_PMI_USE_IMP_DISPLAY
105 #define IMP_PMI_HAS_IMP_DISPLAY 1
106 #define IMP_PMI_USE_IMP_EM
107 #define IMP_PMI_HAS_IMP_EM 1
108 #define IMP_PMI_USE_IMP_KERNEL
109 #define IMP_PMI_HAS_IMP_KERNEL 1
110 #define IMP_PMI_USE_IMP_SAXS
111 #define IMP_PMI_HAS_IMP_SAXS 1
112 #define IMP_PMI_USE_IMP_SCORE_FUNCTOR
113 #define IMP_PMI_HAS_IMP_SCORE_FUNCTOR 1
114 #define IMP_PMI_USE_IMP_STATISTICS
115 #define IMP_PMI_HAS_IMP_STATISTICS 1
116 #define IMP_PMI_USE_BOOST_FILESYSTEM
117 #define IMP_PMI_HAS_BOOST_FILESYSTEM 1
118 #define IMP_PMI_USE_BOOST_PROGRAMOPTIONS
119 #define IMP_PMI_HAS_BOOST_PROGRAMOPTIONS 1
120 #define IMP_PMI_USE_BOOST_RANDOM
121 #define IMP_PMI_HAS_BOOST_RANDOM 1
122 #define IMP_PMI_USE_BOOST_REGEX
123 #define IMP_PMI_HAS_BOOST_REGEX 1
124 #define IMP_PMI_USE_BOOST_SYSTEM
125 #define IMP_PMI_HAS_BOOST_SYSTEM 1
126 #define IMP_PMI_USE_CGAL
127 #define IMP_PMI_HAS_CGAL 1
128 #define IMP_PMI_USE_HDF5
129 #define IMP_PMI_HAS_HDF5 1
130 #define IMP_PMI_USE_NUMPY
131 #define IMP_PMI_HAS_NUMPY 1
132 #define IMP_PMI_USE_PYTHON_IHM
133 #define IMP_PMI_HAS_PYTHON_IHM 1
136 namespace IMP{
namespace pmi {
148 inline std::string get_module_name() {
return "IMP::pmi"; }
164 IMPPMIEXPORT std::string
get_data_path(std::string file_name);
187 #if !defined(IMP_DOXYGEN) && !defined(SWIG)
192 namespace IMP{
namespace pmi {
193 using ::IMP::Showable;
194 using ::IMP::operator<<;
195 using ::IMP::hash_value;
197 namespace IMP{
namespace pmi {
namespace internal {
198 using ::IMP::Showable;
199 using ::IMP::operator<<;
200 using ::IMP::hash_value;
203 #endif // !defined(SWIG) && !defined(IMP_DOXYGEN)
212 #ifdef IMPPMI_DEPRECATED_HEADER
213 #undef IMPPMI_DEPRECATED_HEADER
214 #undef IMPPMI_DEPRECATED_VALUE_DEF
215 #undef IMPPMI_DEPRECATED_VALUE_DECL
216 #undef IMPPMI_DEPRECATED_OBJECT_DEF
217 #undef IMPPMI_DEPRECATED_OBJECT_DECL
218 #undef IMPPMI_DEPRECATED_FUNCTION_DEF
219 #undef IMPPMI_DEPRECATED_FUNCTION_DECL
220 #undef IMPPMI_DEPRECATED_METHOD_DEF
221 #undef IMPPMI_DEPRECATED_METHOD_DECL
222 #undef IMPPMI_DEPRECATED_MACRO
223 #undef IMPPMI_SHOW_WARNINGS
227 #if defined( IMPPMI_COMPILATION) \
228 || defined(SWIG) || defined(IMP_SWIG_WRAPPER) \
229 || defined( IMPPMI_ALL) || defined(IMP_DOXYGEN) \
230 || defined(IMPBASE_COMPILATION) || defined(IMPKERNEL_COMPILATION) \
231 || defined(IMPCORE_COMPILATION) || defined(IMPATOM_COMPILATION) \
232 || defined(IMPSTATISTICS_COMPILATION) || defined(IMPDOMINO_COMPILATION) \
233 || defined(IMPCONTAINER_COMPILATION) || defined(IMPDISPLAY_COMPILATION) \
234 || defined(IMPSCOREFUNCTOR_COMPILATION) || defined(IMPRMF_COMPILATION) \
235 || defined(IMPGSL_COMPILATION)
236 #define IMPPMI_SHOW_WARNINGS 0
238 #define IMPPMI_SHOW_WARNINGS 1
242 #if IMPPMI_SHOW_WARNINGS
243 #define IMPPMI_DEPRECATED_HEADER(version, help_message) \
244 IMP_PRAGMA(message(__FILE__ " is deprecated: " help_message))
245 #define IMPPMI_DEPRECATED_VALUE_DECL(version) \
246 IMP_DEPRECATED_ATTRIBUTE
247 #define IMPPMI_DEPRECATED_OBJECT_DECL(version) \
248 IMP_DEPRECATED_ATTRIBUTE
249 #define IMPPMI_DEPRECATED_FUNCTION_DECL(version) \
250 IMP_DEPRECATED_ATTRIBUTE
251 #define IMPPMI_DEPRECATED_METHOD_DECL(version) \
252 IMP_DEPRECATED_ATTRIBUTE
254 #else //IMPPMI_SHOW_WARNINGS
256 #define IMPPMI_DEPRECATED_HEADER(version, help_message) \
258 #define IMPPMI_DEPRECATED_VALUE_DECL(version)
260 #define IMPPMI_DEPRECATED_OBJECT_DECL(version)
262 #define IMPPMI_DEPRECATED_FUNCTION_DECL(version)
264 #define IMPPMI_DEPRECATED_METHOD_DECL(version)
266 #endif // IMPPMI_SHOW_WARNINGS
269 #if !defined(IMP_ALL) || defined(SWIG) || defined(IMP_DOXYGEN) \
270 || defined(IMPBASE_COMPILATION) || defined(IMPKERNEL_COMPILATION) \
271 || defined(IMPCORE_COMPILATION) || defined(IMPATOM_COMPILATION) \
272 || defined(IMPSTATISTICS_COMPILATION) || defined(IMPDOMINO_COMPILATION) \
273 || defined(IMPCONTAINER_COMPILATION) || defined(IMPDISPLAY_COMPILATION) \
274 || defined(IMPSCOREFUNCTOR_COMPILATION)
276 #define IMPPMI_DEPRECATED_MACRO(version, message)
279 #define IMPPMI_DEPRECATED_MACRO(version, message) \
280 IMP_DEPRECATED_MACRO(version, message)
284 #define IMPPMI_DEPRECATED_VALUE_DEF(version, message) \
285 IMP_DEPRECATED_VALUE_RUNTIME_WARNING(version, message)
288 #define IMPPMI_DEPRECATED_OBJECT_DEF(version, message) \
289 IMP_DEPRECATED_OBJECT_RUNTIME_WARNING(version, message)
292 #define IMPPMI_DEPRECATED_FUNCTION_DEF(version, message) \
293 IMP_DEPRECATED_FUNCTION_RUNTIME_WARNING(version, message)
296 #define IMPPMI_DEPRECATED_METHOD_DEF(version, message) \
297 IMP_DEPRECATED_METHOD_RUNTIME_WARNING(version, message)
302 #if defined(IMP_EXECUTABLE) && !defined(IMP_EXECUTABLE_WARNINGS)
303 IMP_COMPILER_ENABLE_WARNINGS
304 #define IMP_EXECUTABLE_WARNINGS
Helper functions for implementing hashes.
std::string get_data_path(std::string file_name)
Return the full path to one of this module's data files.
std::string get_module_version()
Return the version of this module, as a string.
Helper class to aid in output of IMP classes to streams.
std::string get_example_path(std::string file_name)
Return the full path to one of this module's example files.
Various compiler workarounds.