30 #ifndef IMPATOM_CONFIG_H
31 #define IMPATOM_CONFIG_H
33 #include <IMP/kernel_config.h>
39 #ifdef IMPATOM_EXPORTS
40 #define IMPATOMEXPORT __declspec(dllexport)
42 #define IMPATOMEXPORT __declspec(dllimport)
48 #define IMPATOMEXPORT __attribute__((visibility("default")))
49 #else // GCC_VISIBILITY
51 #endif // GCC_VISIBILITY
55 #if defined(_MSC_VER) && !defined(SWIG)
56 #ifdef IMPATOM_EXPORTS
58 #define IMPATOM_EXPORT_TEMPLATE(name) \
59 template class __declspec(dllexport) name
63 #define IMPATOM_EXPORT_TEMPLATE(name) \
64 template class __declspec(dllimport) name
69 #define IMPATOM_EXPORT_TEMPLATE(name) IMP_REQUIRE_SEMICOLON_NAMESPACE
71 #endif // MSC and SWIG
73 #if !defined(SWIG) && !defined(IMP_DOXYGEN)
75 #define IMPATOM_BEGIN_NAMESPACE \
76 IMP_COMPILER_ENABLE_WARNINGS namespace IMP{ namespace atom {
78 #define IMPATOM_END_NAMESPACE } } \
79 IMP_COMPILER_DISABLE_WARNINGS
81 #define IMPATOM_BEGIN_INTERNAL_NAMESPACE IMPATOM_BEGIN_NAMESPACE \
84 #define IMPATOM_END_INTERNAL_NAMESPACE } IMPATOM_END_NAMESPACE
86 #else // SWIG and DOXYGEN
87 #define IMPATOM_BEGIN_NAMESPACE namespace IMP{ namespace atom {
89 #define IMPATOM_END_NAMESPACE } }
91 #define IMPATOM_BEGIN_INTERNAL_NAMESPACE IMPATOM_BEGIN_NAMESPACE\
94 #define IMPATOM_END_INTERNAL_NAMESPACE } IMPATOM_END_NAMESPACE
96 #endif // SWIG AND DOXYGEN
98 #define IMP_ATOM_USE_IMP_CGAL
99 #define IMP_ATOM_HAS_IMP_CGAL 1
100 #define IMP_ATOM_USE_IMP_KERNEL
101 #define IMP_ATOM_HAS_IMP_KERNEL 1
102 #define IMP_ATOM_USE_IMP_SCORE_FUNCTOR
103 #define IMP_ATOM_HAS_IMP_SCORE_FUNCTOR 1
104 #define IMP_ATOM_USE_BOOST_PROGRAMOPTIONS
105 #define IMP_ATOM_HAS_BOOST_PROGRAMOPTIONS 1
106 #define IMP_ATOM_USE_BOOST_RANDOM
107 #define IMP_ATOM_HAS_BOOST_RANDOM 1
108 #define IMP_ATOM_USE_BOOST_REGEX
109 #define IMP_ATOM_HAS_BOOST_REGEX 1
110 #define IMP_ATOM_USE_BOOST_SYSTEM
111 #define IMP_ATOM_HAS_BOOST_SYSTEM 1
112 #define IMP_ATOM_USE_CGAL
113 #define IMP_ATOM_HAS_CGAL 1
114 #define IMP_ATOM_USE_HDF5
115 #define IMP_ATOM_HAS_HDF5 1
116 #define IMP_ATOM_USE_PYTHON_IHM
117 #define IMP_ATOM_HAS_PYTHON_IHM 1
120 namespace IMP{
namespace atom {
127 IMPATOMEXPORT std::string get_module_version();
132 inline std::string get_module_name() {
return "IMP::atom"; }
148 IMPATOMEXPORT std::string
get_data_path(std::string file_name);
171 #if !defined(IMP_DOXYGEN) && !defined(SWIG)
176 namespace IMP{
namespace atom {
177 using ::IMP::Showable;
178 using ::IMP::operator<<;
179 using ::IMP::hash_value;
181 namespace IMP{
namespace atom {
namespace internal {
182 using ::IMP::Showable;
183 using ::IMP::operator<<;
184 using ::IMP::hash_value;
187 #endif // !defined(SWIG) && !defined(IMP_DOXYGEN)
196 #ifdef IMPATOM_DEPRECATED_HEADER
197 #undef IMPATOM_DEPRECATED_HEADER
198 #undef IMPATOM_DEPRECATED_VALUE_DEF
199 #undef IMPATOM_DEPRECATED_VALUE_DECL
200 #undef IMPATOM_DEPRECATED_OBJECT_DEF
201 #undef IMPATOM_DEPRECATED_OBJECT_DECL
202 #undef IMPATOM_DEPRECATED_FUNCTION_DEF
203 #undef IMPATOM_DEPRECATED_FUNCTION_DECL
204 #undef IMPATOM_DEPRECATED_METHOD_DEF
205 #undef IMPATOM_DEPRECATED_METHOD_DECL
206 #undef IMPATOM_DEPRECATED_MACRO
207 #undef IMPATOM_SHOW_WARNINGS
211 #if defined( IMPATOM_COMPILATION) \
212 || defined(SWIG) || defined(IMP_SWIG_WRAPPER) \
213 || defined( IMPATOM_ALL) || defined(IMP_DOXYGEN) \
214 || defined(IMPBASE_COMPILATION) || defined(IMPKERNEL_COMPILATION) \
215 || defined(IMPCORE_COMPILATION) || defined(IMPATOM_COMPILATION) \
216 || defined(IMPSTATISTICS_COMPILATION) || defined(IMPDOMINO_COMPILATION) \
217 || defined(IMPCONTAINER_COMPILATION) || defined(IMPDISPLAY_COMPILATION) \
218 || defined(IMPSCOREFUNCTOR_COMPILATION) || defined(IMPRMF_COMPILATION) \
219 || defined(IMPGSL_COMPILATION)
220 #define IMPATOM_SHOW_WARNINGS 0
222 #define IMPATOM_SHOW_WARNINGS 1
226 #if IMPATOM_SHOW_WARNINGS
227 #define IMPATOM_DEPRECATED_HEADER(version, help_message) \
228 IMP_PRAGMA(message(__FILE__ " is deprecated: " help_message))
229 #define IMPATOM_DEPRECATED_VALUE_DECL(version) \
230 IMP_DEPRECATED_ATTRIBUTE
231 #define IMPATOM_DEPRECATED_OBJECT_DECL(version) \
232 IMP_DEPRECATED_ATTRIBUTE
233 #define IMPATOM_DEPRECATED_FUNCTION_DECL(version) \
234 IMP_DEPRECATED_ATTRIBUTE
235 #define IMPATOM_DEPRECATED_METHOD_DECL(version) \
236 IMP_DEPRECATED_ATTRIBUTE
238 #else //IMPATOM_SHOW_WARNINGS
240 #define IMPATOM_DEPRECATED_HEADER(version, help_message) \
242 #define IMPATOM_DEPRECATED_VALUE_DECL(version)
244 #define IMPATOM_DEPRECATED_OBJECT_DECL(version)
246 #define IMPATOM_DEPRECATED_FUNCTION_DECL(version)
248 #define IMPATOM_DEPRECATED_METHOD_DECL(version)
250 #endif // IMPATOM_SHOW_WARNINGS
253 #if !defined(IMP_ALL) || defined(SWIG) || defined(IMP_DOXYGEN) \
254 || defined(IMPBASE_COMPILATION) || defined(IMPKERNEL_COMPILATION) \
255 || defined(IMPCORE_COMPILATION) || defined(IMPATOM_COMPILATION) \
256 || defined(IMPSTATISTICS_COMPILATION) || defined(IMPDOMINO_COMPILATION) \
257 || defined(IMPCONTAINER_COMPILATION) || defined(IMPDISPLAY_COMPILATION) \
258 || defined(IMPSCOREFUNCTOR_COMPILATION)
260 #define IMPATOM_DEPRECATED_MACRO(version, message)
263 #define IMPATOM_DEPRECATED_MACRO(version, message) \
264 IMP_DEPRECATED_MACRO(version, message)
268 #define IMPATOM_DEPRECATED_VALUE_DEF(version, message) \
269 IMP_DEPRECATED_VALUE_RUNTIME_WARNING(version, message)
272 #define IMPATOM_DEPRECATED_OBJECT_DEF(version, message) \
273 IMP_DEPRECATED_OBJECT_RUNTIME_WARNING(version, message)
276 #define IMPATOM_DEPRECATED_FUNCTION_DEF(version, message) \
277 IMP_DEPRECATED_FUNCTION_RUNTIME_WARNING(version, message)
280 #define IMPATOM_DEPRECATED_METHOD_DEF(version, message) \
281 IMP_DEPRECATED_METHOD_RUNTIME_WARNING(version, message)
286 #if defined(IMP_EXECUTABLE) && !defined(IMP_EXECUTABLE_WARNINGS)
287 IMP_COMPILER_ENABLE_WARNINGS
288 #define IMP_EXECUTABLE_WARNINGS
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_data_path(std::string file_name)
Return the full path to one of this module's data files.