30 #ifndef IMPSPB_CONFIG_H
31 #define IMPSPB_CONFIG_H
33 #include <IMP/kernel_config.h>
40 #define IMPSPBEXPORT __declspec(dllexport)
42 #define IMPSPBEXPORT __declspec(dllimport)
48 #define IMPSPBEXPORT __attribute__((visibility("default")))
49 #else // GCC_VISIBILITY
51 #endif // GCC_VISIBILITY
55 #if defined(_MSC_VER) && !defined(SWIG)
58 #define IMPSPB_EXPORT_TEMPLATE(name) \
59 template class __declspec(dllexport) name
63 #define IMPSPB_EXPORT_TEMPLATE(name) \
64 template class __declspec(dllimport) name
69 #define IMPSPB_EXPORT_TEMPLATE(name) IMP_REQUIRE_SEMICOLON_NAMESPACE
71 #endif // MSC and SWIG
73 #if !defined(SWIG) && !defined(IMP_DOXYGEN)
75 #define IMPSPB_BEGIN_NAMESPACE \
76 IMP_COMPILER_ENABLE_WARNINGS namespace IMP{ namespace spb {
78 #define IMPSPB_END_NAMESPACE } } \
79 IMP_COMPILER_DISABLE_WARNINGS
81 #define IMPSPB_BEGIN_INTERNAL_NAMESPACE IMPSPB_BEGIN_NAMESPACE \
84 #define IMPSPB_END_INTERNAL_NAMESPACE } IMPSPB_END_NAMESPACE
86 #else // SWIG and DOXYGEN
87 #define IMPSPB_BEGIN_NAMESPACE namespace IMP{ namespace spb {
89 #define IMPSPB_END_NAMESPACE } }
91 #define IMPSPB_BEGIN_INTERNAL_NAMESPACE IMPSPB_BEGIN_NAMESPACE\
94 #define IMPSPB_END_INTERNAL_NAMESPACE } IMPSPB_END_NAMESPACE
96 #endif // SWIG AND DOXYGEN
98 #define IMP_SPB_USE_IMP_ALGEBRA
99 #define IMP_SPB_HAS_IMP_ALGEBRA 1
100 #define IMP_SPB_USE_IMP_CGAL
101 #define IMP_SPB_HAS_IMP_CGAL 1
102 #define IMP_SPB_USE_IMP_DISPLAY
103 #define IMP_SPB_HAS_IMP_DISPLAY 1
104 #define IMP_SPB_USE_IMP_DOMINO
105 #define IMP_SPB_HAS_IMP_DOMINO 1
106 #define IMP_SPB_USE_IMP_EM
107 #define IMP_SPB_HAS_IMP_EM 1
108 #define IMP_SPB_USE_IMP_GSL
109 #define IMP_SPB_HAS_IMP_GSL 1
110 #define IMP_SPB_USE_IMP_KERNEL
111 #define IMP_SPB_HAS_IMP_KERNEL 1
112 #define IMP_SPB_USE_IMP_SCORE_FUNCTOR
113 #define IMP_SPB_HAS_IMP_SCORE_FUNCTOR 1
114 #define IMP_SPB_USE_BOOST_FILESYSTEM
115 #define IMP_SPB_HAS_BOOST_FILESYSTEM 1
116 #define IMP_SPB_USE_BOOST_GRAPH
117 #define IMP_SPB_HAS_BOOST_GRAPH 1
118 #define IMP_SPB_USE_BOOST_PROGRAMOPTIONS
119 #define IMP_SPB_HAS_BOOST_PROGRAMOPTIONS 1
120 #define IMP_SPB_USE_BOOST_RANDOM
121 #define IMP_SPB_HAS_BOOST_RANDOM 1
122 #define IMP_SPB_USE_BOOST_REGEX
123 #define IMP_SPB_HAS_BOOST_REGEX 1
124 #define IMP_SPB_USE_BOOST_SYSTEM
125 #define IMP_SPB_HAS_BOOST_SYSTEM 1
126 #define IMP_SPB_USE_CGAL
127 #define IMP_SPB_HAS_CGAL 1
128 #define IMP_SPB_USE_FFTW3
129 #define IMP_SPB_HAS_FFTW3 1
130 #define IMP_SPB_USE_GSL
131 #define IMP_SPB_HAS_GSL 1
132 #define IMP_SPB_USE_HDF5
133 #define IMP_SPB_HAS_HDF5 1
134 #define IMP_SPB_USE_MPI
135 #define IMP_SPB_HAS_MPI 1
136 #define IMP_SPB_USE_OPENCV22
137 #define IMP_SPB_HAS_OPENCV22 1
138 #define IMP_SPB_USE_RMF
139 #define IMP_SPB_HAS_RMF 1
142 namespace IMP{
namespace spb {
149 IMPSPBEXPORT std::string get_module_version();
154 inline std::string get_module_name() {
return "IMP::spb"; }
170 IMPSPBEXPORT std::string
get_data_path(std::string file_name);
193 #if !defined(IMP_DOXYGEN) && !defined(SWIG)
198 namespace IMP{
namespace spb {
199 using ::IMP::Showable;
200 using ::IMP::operator<<;
201 using ::IMP::hash_value;
203 namespace IMP{
namespace spb {
namespace internal {
204 using ::IMP::Showable;
205 using ::IMP::operator<<;
206 using ::IMP::hash_value;
209 #endif // !defined(SWIG) && !defined(IMP_DOXYGEN)
218 #ifdef IMPSPB_DEPRECATED_HEADER
219 #undef IMPSPB_DEPRECATED_HEADER
220 #undef IMPSPB_DEPRECATED_VALUE_DEF
221 #undef IMPSPB_DEPRECATED_VALUE_DECL
222 #undef IMPSPB_DEPRECATED_OBJECT_DEF
223 #undef IMPSPB_DEPRECATED_OBJECT_DECL
224 #undef IMPSPB_DEPRECATED_FUNCTION_DEF
225 #undef IMPSPB_DEPRECATED_FUNCTION_DECL
226 #undef IMPSPB_DEPRECATED_METHOD_DEF
227 #undef IMPSPB_DEPRECATED_METHOD_DECL
228 #undef IMPSPB_DEPRECATED_MACRO
229 #undef IMPSPB_SHOW_WARNINGS
233 #if defined( IMPSPB_COMPILATION) \
234 || defined(SWIG) || defined(IMP_SWIG_WRAPPER) \
235 || defined( IMPSPB_ALL) || defined(IMP_DOXYGEN) \
236 || defined(IMPBASE_COMPILATION) || defined(IMPKERNEL_COMPILATION) \
237 || defined(IMPCORE_COMPILATION) || defined(IMPATOM_COMPILATION) \
238 || defined(IMPSTATISTICS_COMPILATION) || defined(IMPDOMINO_COMPILATION) \
239 || defined(IMPCONTAINER_COMPILATION) || defined(IMPDISPLAY_COMPILATION) \
240 || defined(IMPSCOREFUNCTOR_COMPILATION) || defined(IMPRMF_COMPILATION) \
241 || defined(IMPGSL_COMPILATION)
242 #define IMPSPB_SHOW_WARNINGS 0
244 #define IMPSPB_SHOW_WARNINGS 1
248 #if IMPSPB_SHOW_WARNINGS
249 #define IMPSPB_DEPRECATED_HEADER(version, help_message) \
250 IMP_PRAGMA(message(__FILE__ " is deprecated: " help_message))
251 #define IMPSPB_DEPRECATED_VALUE_DECL(version) \
252 IMP_DEPRECATED_ATTRIBUTE
253 #define IMPSPB_DEPRECATED_OBJECT_DECL(version) \
254 IMP_DEPRECATED_ATTRIBUTE
255 #define IMPSPB_DEPRECATED_FUNCTION_DECL(version) \
256 IMP_DEPRECATED_ATTRIBUTE
257 #define IMPSPB_DEPRECATED_METHOD_DECL(version) \
258 IMP_DEPRECATED_ATTRIBUTE
260 #else //IMPSPB_SHOW_WARNINGS
262 #define IMPSPB_DEPRECATED_HEADER(version, help_message) \
264 #define IMPSPB_DEPRECATED_VALUE_DECL(version)
266 #define IMPSPB_DEPRECATED_OBJECT_DECL(version)
268 #define IMPSPB_DEPRECATED_FUNCTION_DECL(version)
270 #define IMPSPB_DEPRECATED_METHOD_DECL(version)
272 #endif // IMPSPB_SHOW_WARNINGS
275 #if !defined(IMP_ALL) || defined(SWIG) || defined(IMP_DOXYGEN) \
276 || defined(IMPBASE_COMPILATION) || defined(IMPKERNEL_COMPILATION) \
277 || defined(IMPCORE_COMPILATION) || defined(IMPATOM_COMPILATION) \
278 || defined(IMPSTATISTICS_COMPILATION) || defined(IMPDOMINO_COMPILATION) \
279 || defined(IMPCONTAINER_COMPILATION) || defined(IMPDISPLAY_COMPILATION) \
280 || defined(IMPSCOREFUNCTOR_COMPILATION)
282 #define IMPSPB_DEPRECATED_MACRO(version, message)
285 #define IMPSPB_DEPRECATED_MACRO(version, message) \
286 IMP_DEPRECATED_MACRO(version, message)
290 #define IMPSPB_DEPRECATED_VALUE_DEF(version, message) \
291 IMP_DEPRECATED_VALUE_RUNTIME_WARNING(version, message)
294 #define IMPSPB_DEPRECATED_OBJECT_DEF(version, message) \
295 IMP_DEPRECATED_OBJECT_RUNTIME_WARNING(version, message)
298 #define IMPSPB_DEPRECATED_FUNCTION_DEF(version, message) \
299 IMP_DEPRECATED_FUNCTION_RUNTIME_WARNING(version, message)
302 #define IMPSPB_DEPRECATED_METHOD_DEF(version, message) \
303 IMP_DEPRECATED_METHOD_RUNTIME_WARNING(version, message)
308 #if defined(IMP_EXECUTABLE) && !defined(IMP_EXECUTABLE_WARNINGS)
309 IMP_COMPILER_ENABLE_WARNINGS
310 #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.