30 #ifndef IMPEM2D_CONFIG_H
31 #define IMPEM2D_CONFIG_H
33 #include <IMP/kernel_config.h>
39 #ifdef IMPEM2D_EXPORTS
40 #define IMPEM2DEXPORT __declspec(dllexport)
42 #define IMPEM2DEXPORT __declspec(dllimport)
48 #define IMPEM2DEXPORT __attribute__((visibility("default")))
49 #else // GCC_VISIBILITY
51 #endif // GCC_VISIBILITY
55 #if defined(_MSC_VER) && !defined(SWIG)
56 #ifdef IMPEM2D_EXPORTS
58 #define IMPEM2D_EXPORT_TEMPLATE(name) \
59 template class __declspec(dllexport) name
63 #define IMPEM2D_EXPORT_TEMPLATE(name) \
64 template class __declspec(dllimport) name
69 #define IMPEM2D_EXPORT_TEMPLATE(name) IMP_REQUIRE_SEMICOLON_NAMESPACE
71 #endif // MSC and SWIG
73 #if !defined(SWIG) && !defined(IMP_DOXYGEN)
75 #define IMPEM2D_BEGIN_NAMESPACE \
76 IMP_COMPILER_ENABLE_WARNINGS namespace IMP{ namespace em2d {
78 #define IMPEM2D_END_NAMESPACE } } \
79 IMP_COMPILER_DISABLE_WARNINGS
81 #define IMPEM2D_BEGIN_INTERNAL_NAMESPACE IMPEM2D_BEGIN_NAMESPACE \
84 #define IMPEM2D_END_INTERNAL_NAMESPACE } IMPEM2D_END_NAMESPACE
86 #else // SWIG and DOXYGEN
87 #define IMPEM2D_BEGIN_NAMESPACE namespace IMP{ namespace em2d {
89 #define IMPEM2D_END_NAMESPACE } }
91 #define IMPEM2D_BEGIN_INTERNAL_NAMESPACE IMPEM2D_BEGIN_NAMESPACE\
94 #define IMPEM2D_END_INTERNAL_NAMESPACE } IMPEM2D_END_NAMESPACE
96 #endif // SWIG AND DOXYGEN
98 #define IMP_EM2D_USE_IMP_CGAL
99 #define IMP_EM2D_HAS_IMP_CGAL 1
100 #define IMP_EM2D_USE_IMP_ISD
101 #define IMP_EM2D_HAS_IMP_ISD 1
102 #define IMP_EM2D_USE_IMP_KERNEL
103 #define IMP_EM2D_HAS_IMP_KERNEL 1
104 #define IMP_EM2D_USE_IMP_RMF
105 #define IMP_EM2D_HAS_IMP_RMF 1
106 #define IMP_EM2D_USE_IMP_SAXS
107 #define IMP_EM2D_HAS_IMP_SAXS 1
108 #define IMP_EM2D_USE_IMP_SCORE_FUNCTOR
109 #define IMP_EM2D_HAS_IMP_SCORE_FUNCTOR 1
110 #define IMP_EM2D_USE_IMP_STATISTICS
111 #define IMP_EM2D_HAS_IMP_STATISTICS 1
112 #define IMP_EM2D_USE_BOOST_GRAPH
113 #define IMP_EM2D_HAS_BOOST_GRAPH 1
114 #define IMP_EM2D_USE_BOOST_RANDOM
115 #define IMP_EM2D_HAS_BOOST_RANDOM 1
116 #define IMP_EM2D_USE_BOOST_REGEX
117 #define IMP_EM2D_HAS_BOOST_REGEX 1
118 #define IMP_EM2D_USE_BOOST_SYSTEM
119 #define IMP_EM2D_HAS_BOOST_SYSTEM 1
120 #define IMP_EM2D_USE_CGAL
121 #define IMP_EM2D_HAS_CGAL 1
122 #define IMP_EM2D_USE_GSL
123 #define IMP_EM2D_HAS_GSL 1
124 #define IMP_EM2D_USE_HDF5
125 #define IMP_EM2D_HAS_HDF5 1
126 #define IMP_EM2D_USE_NUMPY
127 #define IMP_EM2D_HAS_NUMPY 1
128 #define IMP_EM2D_USE_OPENCV22
129 #define IMP_EM2D_HAS_OPENCV22 1
130 #define IMP_EM2D_USE_RMF
131 #define IMP_EM2D_HAS_RMF 1
132 #define IMP_EM2D_USE_PYTHON_IHM
133 #define IMP_EM2D_HAS_PYTHON_IHM 1
134 #define IMP_EM2D_NO_OPENCV21
135 #define IMP_EM2D_HAS_OPENCV21 0
136 #define IMP_EM2D_NO_OPENCV3
137 #define IMP_EM2D_HAS_OPENCV3 0
140 namespace IMP{
namespace em2d {
152 inline std::string get_module_name() {
return "IMP::em2d"; }
168 IMPEM2DEXPORT std::string
get_data_path(std::string file_name);
191 #if !defined(IMP_DOXYGEN) && !defined(SWIG)
196 namespace IMP{
namespace em2d {
197 using ::IMP::Showable;
198 using ::IMP::operator<<;
199 using ::IMP::hash_value;
201 namespace IMP{
namespace em2d {
namespace internal {
202 using ::IMP::Showable;
203 using ::IMP::operator<<;
204 using ::IMP::hash_value;
207 #endif // !defined(SWIG) && !defined(IMP_DOXYGEN)
216 #ifdef IMPEM2D_DEPRECATED_HEADER
217 #undef IMPEM2D_DEPRECATED_HEADER
218 #undef IMPEM2D_DEPRECATED_VALUE_DEF
219 #undef IMPEM2D_DEPRECATED_VALUE_DECL
220 #undef IMPEM2D_DEPRECATED_OBJECT_DEF
221 #undef IMPEM2D_DEPRECATED_OBJECT_DECL
222 #undef IMPEM2D_DEPRECATED_FUNCTION_DEF
223 #undef IMPEM2D_DEPRECATED_FUNCTION_DECL
224 #undef IMPEM2D_DEPRECATED_METHOD_DEF
225 #undef IMPEM2D_DEPRECATED_METHOD_DECL
226 #undef IMPEM2D_DEPRECATED_MACRO
227 #undef IMPEM2D_SHOW_WARNINGS
231 #if defined( IMPEM2D_COMPILATION) \
232 || defined(SWIG) || defined(IMP_SWIG_WRAPPER) \
233 || defined( IMPEM2D_ALL) || defined(IMP_DOXYGEN) \
234 || defined(IMPBASE_COMPILATION) || defined(IMPKERNEL_COMPILATION) \
235 || defined(IMPCORE_COMPILATION) || defined(IMPATOM_COMPILATION) \
236 || defined(IMPSTATISTICS_COMPILATION) || defined(IMPDOMINO_COMPILATION) \
237 || defined(IMPCONTAINER_COMPILATION) || defined(IMPDISPLAY_COMPILATION) \
238 || defined(IMPSCOREFUNCTOR_COMPILATION) || defined(IMPRMF_COMPILATION) \
239 || defined(IMPGSL_COMPILATION)
240 #define IMPEM2D_SHOW_WARNINGS 0
242 #define IMPEM2D_SHOW_WARNINGS 1
246 #if IMPEM2D_SHOW_WARNINGS
247 #define IMPEM2D_DEPRECATED_HEADER(version, help_message) \
248 IMP_PRAGMA(message(__FILE__ " is deprecated: " help_message))
249 #define IMPEM2D_DEPRECATED_VALUE_DECL(version) \
250 IMP_DEPRECATED_ATTRIBUTE
251 #define IMPEM2D_DEPRECATED_OBJECT_DECL(version) \
252 IMP_DEPRECATED_ATTRIBUTE
253 #define IMPEM2D_DEPRECATED_FUNCTION_DECL(version) \
254 IMP_DEPRECATED_ATTRIBUTE
255 #define IMPEM2D_DEPRECATED_METHOD_DECL(version) \
256 IMP_DEPRECATED_ATTRIBUTE
258 #else //IMPEM2D_SHOW_WARNINGS
260 #define IMPEM2D_DEPRECATED_HEADER(version, help_message) \
262 #define IMPEM2D_DEPRECATED_VALUE_DECL(version)
264 #define IMPEM2D_DEPRECATED_OBJECT_DECL(version)
266 #define IMPEM2D_DEPRECATED_FUNCTION_DECL(version)
268 #define IMPEM2D_DEPRECATED_METHOD_DECL(version)
270 #endif // IMPEM2D_SHOW_WARNINGS
273 #if !defined(IMP_ALL) || defined(SWIG) || defined(IMP_DOXYGEN) \
274 || defined(IMPBASE_COMPILATION) || defined(IMPKERNEL_COMPILATION) \
275 || defined(IMPCORE_COMPILATION) || defined(IMPATOM_COMPILATION) \
276 || defined(IMPSTATISTICS_COMPILATION) || defined(IMPDOMINO_COMPILATION) \
277 || defined(IMPCONTAINER_COMPILATION) || defined(IMPDISPLAY_COMPILATION) \
278 || defined(IMPSCOREFUNCTOR_COMPILATION)
280 #define IMPEM2D_DEPRECATED_MACRO(version, message)
283 #define IMPEM2D_DEPRECATED_MACRO(version, message) \
284 IMP_DEPRECATED_MACRO(version, message)
288 #define IMPEM2D_DEPRECATED_VALUE_DEF(version, message) \
289 IMP_DEPRECATED_VALUE_RUNTIME_WARNING(version, message)
292 #define IMPEM2D_DEPRECATED_OBJECT_DEF(version, message) \
293 IMP_DEPRECATED_OBJECT_RUNTIME_WARNING(version, message)
296 #define IMPEM2D_DEPRECATED_FUNCTION_DEF(version, message) \
297 IMP_DEPRECATED_FUNCTION_RUNTIME_WARNING(version, message)
300 #define IMPEM2D_DEPRECATED_METHOD_DEF(version, message) \
301 IMP_DEPRECATED_METHOD_RUNTIME_WARNING(version, message)
306 #if defined(IMP_EXECUTABLE) && !defined(IMP_EXECUTABLE_WARNINGS)
307 IMP_COMPILER_ENABLE_WARNINGS
308 #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.
std::string get_module_version()
Return the version of this module, as a string.
Various compiler workarounds.