30 #ifndef IMPCORE_CONFIG_H
31 #define IMPCORE_CONFIG_H
33 #include <IMP/kernel_config.h>
39 #ifdef IMPCORE_EXPORTS
40 #define IMPCOREEXPORT __declspec(dllexport)
42 #define IMPCOREEXPORT __declspec(dllimport)
48 #define IMPCOREEXPORT __attribute__((visibility("default")))
49 #else // GCC_VISIBILITY
51 #endif // GCC_VISIBILITY
55 #if defined(_MSC_VER) && !defined(SWIG)
56 #ifdef IMPCORE_EXPORTS
58 #define IMPCORE_EXPORT_TEMPLATE(name) \
59 template class __declspec(dllexport) name
63 #define IMPCORE_EXPORT_TEMPLATE(name) \
64 template class __declspec(dllimport) name
69 #define IMPCORE_EXPORT_TEMPLATE(name) IMP_REQUIRE_SEMICOLON_NAMESPACE
71 #endif // MSC and SWIG
73 #if !defined(SWIG) && !defined(IMP_DOXYGEN)
75 #define IMPCORE_BEGIN_NAMESPACE \
76 IMP_COMPILER_ENABLE_WARNINGS namespace IMP{ namespace core {
78 #define IMPCORE_END_NAMESPACE } } \
79 IMP_COMPILER_DISABLE_WARNINGS
81 #define IMPCORE_BEGIN_INTERNAL_NAMESPACE IMPCORE_BEGIN_NAMESPACE \
84 #define IMPCORE_END_INTERNAL_NAMESPACE } IMPCORE_END_NAMESPACE
86 #else // SWIG and DOXYGEN
87 #define IMPCORE_BEGIN_NAMESPACE namespace IMP{ namespace core {
89 #define IMPCORE_END_NAMESPACE } }
91 #define IMPCORE_BEGIN_INTERNAL_NAMESPACE IMPCORE_BEGIN_NAMESPACE\
94 #define IMPCORE_END_INTERNAL_NAMESPACE } IMPCORE_END_NAMESPACE
96 #endif // SWIG AND DOXYGEN
98 #define IMP_CORE_USE_IMP_CGAL
99 #define IMP_CORE_HAS_IMP_CGAL 1
100 #define IMP_CORE_USE_IMP_KERNEL
101 #define IMP_CORE_HAS_IMP_KERNEL 1
102 #define IMP_CORE_USE_BOOST_FILESYSTEM
103 #define IMP_CORE_HAS_BOOST_FILESYSTEM 1
104 #define IMP_CORE_USE_BOOST_PROGRAMOPTIONS
105 #define IMP_CORE_HAS_BOOST_PROGRAMOPTIONS 1
106 #define IMP_CORE_USE_BOOST_RANDOM
107 #define IMP_CORE_HAS_BOOST_RANDOM 1
108 #define IMP_CORE_USE_BOOST_SYSTEM
109 #define IMP_CORE_HAS_BOOST_SYSTEM 1
110 #define IMP_CORE_USE_CGAL
111 #define IMP_CORE_HAS_CGAL 1
112 #define IMP_CORE_USE_HDF5
113 #define IMP_CORE_HAS_HDF5 1
114 #define IMP_CORE_USE_NUMPY
115 #define IMP_CORE_HAS_NUMPY 1
118 namespace IMP{
namespace core {
130 inline std::string get_module_name() {
return "IMP::core"; }
146 IMPCOREEXPORT std::string
get_data_path(std::string file_name);
169 #if !defined(IMP_DOXYGEN) && !defined(SWIG)
174 namespace IMP{
namespace core {
175 using ::IMP::Showable;
176 using ::IMP::operator<<;
177 using ::IMP::hash_value;
179 namespace IMP{
namespace core {
namespace internal {
180 using ::IMP::Showable;
181 using ::IMP::operator<<;
182 using ::IMP::hash_value;
185 #endif // !defined(SWIG) && !defined(IMP_DOXYGEN)
194 #ifdef IMPCORE_DEPRECATED_HEADER
195 #undef IMPCORE_DEPRECATED_HEADER
196 #undef IMPCORE_DEPRECATED_VALUE_DEF
197 #undef IMPCORE_DEPRECATED_VALUE_DECL
198 #undef IMPCORE_DEPRECATED_OBJECT_DEF
199 #undef IMPCORE_DEPRECATED_OBJECT_DECL
200 #undef IMPCORE_DEPRECATED_FUNCTION_DEF
201 #undef IMPCORE_DEPRECATED_FUNCTION_DECL
202 #undef IMPCORE_DEPRECATED_METHOD_DEF
203 #undef IMPCORE_DEPRECATED_METHOD_DECL
204 #undef IMPCORE_DEPRECATED_MACRO
205 #undef IMPCORE_SHOW_WARNINGS
209 #if defined( IMPCORE_COMPILATION) \
210 || defined(SWIG) || defined(IMP_SWIG_WRAPPER) \
211 || defined( IMPCORE_ALL) || defined(IMP_DOXYGEN) \
212 || defined(IMPBASE_COMPILATION) || defined(IMPKERNEL_COMPILATION) \
213 || defined(IMPCORE_COMPILATION) || defined(IMPATOM_COMPILATION) \
214 || defined(IMPSTATISTICS_COMPILATION) || defined(IMPDOMINO_COMPILATION) \
215 || defined(IMPCONTAINER_COMPILATION) || defined(IMPDISPLAY_COMPILATION) \
216 || defined(IMPSCOREFUNCTOR_COMPILATION) || defined(IMPRMF_COMPILATION) \
217 || defined(IMPGSL_COMPILATION)
218 #define IMPCORE_SHOW_WARNINGS 0
220 #define IMPCORE_SHOW_WARNINGS 1
224 #if IMPCORE_SHOW_WARNINGS
225 #define IMPCORE_DEPRECATED_HEADER(version, help_message) \
226 IMP_PRAGMA(message(__FILE__ " is deprecated: " help_message))
227 #define IMPCORE_DEPRECATED_VALUE_DECL(version) \
228 IMP_DEPRECATED_ATTRIBUTE
229 #define IMPCORE_DEPRECATED_OBJECT_DECL(version) \
230 IMP_DEPRECATED_ATTRIBUTE
231 #define IMPCORE_DEPRECATED_FUNCTION_DECL(version) \
232 IMP_DEPRECATED_ATTRIBUTE
233 #define IMPCORE_DEPRECATED_METHOD_DECL(version) \
234 IMP_DEPRECATED_ATTRIBUTE
236 #else //IMPCORE_SHOW_WARNINGS
238 #define IMPCORE_DEPRECATED_HEADER(version, help_message) \
240 #define IMPCORE_DEPRECATED_VALUE_DECL(version)
242 #define IMPCORE_DEPRECATED_OBJECT_DECL(version)
244 #define IMPCORE_DEPRECATED_FUNCTION_DECL(version)
246 #define IMPCORE_DEPRECATED_METHOD_DECL(version)
248 #endif // IMPCORE_SHOW_WARNINGS
251 #if !defined(IMP_ALL) || defined(SWIG) || defined(IMP_DOXYGEN) \
252 || defined(IMPBASE_COMPILATION) || defined(IMPKERNEL_COMPILATION) \
253 || defined(IMPCORE_COMPILATION) || defined(IMPATOM_COMPILATION) \
254 || defined(IMPSTATISTICS_COMPILATION) || defined(IMPDOMINO_COMPILATION) \
255 || defined(IMPCONTAINER_COMPILATION) || defined(IMPDISPLAY_COMPILATION) \
256 || defined(IMPSCOREFUNCTOR_COMPILATION)
258 #define IMPCORE_DEPRECATED_MACRO(version, message)
261 #define IMPCORE_DEPRECATED_MACRO(version, message) \
262 IMP_DEPRECATED_MACRO(version, message)
266 #define IMPCORE_DEPRECATED_VALUE_DEF(version, message) \
267 IMP_DEPRECATED_VALUE_RUNTIME_WARNING(version, message)
270 #define IMPCORE_DEPRECATED_OBJECT_DEF(version, message) \
271 IMP_DEPRECATED_OBJECT_RUNTIME_WARNING(version, message)
274 #define IMPCORE_DEPRECATED_FUNCTION_DEF(version, message) \
275 IMP_DEPRECATED_FUNCTION_RUNTIME_WARNING(version, message)
278 #define IMPCORE_DEPRECATED_METHOD_DEF(version, message) \
279 IMP_DEPRECATED_METHOD_RUNTIME_WARNING(version, message)
284 #if defined(IMP_EXECUTABLE) && !defined(IMP_EXECUTABLE_WARNINGS)
285 IMP_COMPILER_ENABLE_WARNINGS
286 #define IMP_EXECUTABLE_WARNINGS
std::string get_data_path(std::string file_name)
Return the full path to one of this module's data files.
std::string get_example_path(std::string file_name)
Return the full path to one of this module's example files.
Various compiler workarounds.
std::string get_module_version()
Return the version of this module, as a string.