30 #ifndef IMPSCOREFUNCTOR_CONFIG_H 
   31 #define IMPSCOREFUNCTOR_CONFIG_H 
   33 #include <IMP/kernel_config.h> 
   39 #ifdef IMPSCOREFUNCTOR_EXPORTS 
   40 #define IMPSCOREFUNCTOREXPORT __declspec(dllexport) 
   42 #define IMPSCOREFUNCTOREXPORT __declspec(dllimport) 
   48 #define IMPSCOREFUNCTOREXPORT __attribute__((visibility("default"))) 
   49 #else  // GCC_VISIBILITY 
   50 #define IMPSCOREFUNCTOREXPORT 
   51 #endif  // GCC_VISIBILITY 
   55 #if defined(_MSC_VER) && !defined(SWIG) 
   56 #ifdef IMPSCOREFUNCTOR_EXPORTS 
   58 #define IMPSCOREFUNCTOR_EXPORT_TEMPLATE(name)     \ 
   59   template class __declspec(dllexport) name 
   63 #define IMPSCOREFUNCTOR_EXPORT_TEMPLATE(name)     \ 
   64   template class __declspec(dllimport) name 
   69 #define IMPSCOREFUNCTOR_EXPORT_TEMPLATE(name) IMP_REQUIRE_SEMICOLON_NAMESPACE 
   71 #endif  // MSC and SWIG 
   73 #if !defined(SWIG) && !defined(IMP_DOXYGEN) 
   75 #define IMPSCOREFUNCTOR_BEGIN_NAMESPACE \ 
   76   IMP_COMPILER_ENABLE_WARNINGS namespace IMP{ namespace score_functor { 
   78 #define IMPSCOREFUNCTOR_END_NAMESPACE } } \ 
   79 IMP_COMPILER_DISABLE_WARNINGS 
   81 #define IMPSCOREFUNCTOR_BEGIN_INTERNAL_NAMESPACE IMPSCOREFUNCTOR_BEGIN_NAMESPACE \ 
   84 #define IMPSCOREFUNCTOR_END_INTERNAL_NAMESPACE } IMPSCOREFUNCTOR_END_NAMESPACE 
   86 #else  // SWIG and DOXYGEN 
   87 #define IMPSCOREFUNCTOR_BEGIN_NAMESPACE namespace IMP{ namespace score_functor { 
   89 #define IMPSCOREFUNCTOR_END_NAMESPACE } } 
   91 #define IMPSCOREFUNCTOR_BEGIN_INTERNAL_NAMESPACE IMPSCOREFUNCTOR_BEGIN_NAMESPACE\ 
   94 #define IMPSCOREFUNCTOR_END_INTERNAL_NAMESPACE } IMPSCOREFUNCTOR_END_NAMESPACE 
   96 #endif  // SWIG AND DOXYGEN 
   98 #define IMP_SCORE_FUNCTOR_USE_IMP_CGAL 
   99 #define IMP_SCORE_FUNCTOR_HAS_IMP_CGAL 1 
  100 #define IMP_SCORE_FUNCTOR_USE_BOOST_FILESYSTEM 
  101 #define IMP_SCORE_FUNCTOR_HAS_BOOST_FILESYSTEM 1 
  102 #define IMP_SCORE_FUNCTOR_USE_BOOST_PROGRAMOPTIONS 
  103 #define IMP_SCORE_FUNCTOR_HAS_BOOST_PROGRAMOPTIONS 1 
  104 #define IMP_SCORE_FUNCTOR_USE_BOOST_RANDOM 
  105 #define IMP_SCORE_FUNCTOR_HAS_BOOST_RANDOM 1 
  106 #define IMP_SCORE_FUNCTOR_USE_BOOST_SYSTEM 
  107 #define IMP_SCORE_FUNCTOR_HAS_BOOST_SYSTEM 1 
  108 #define IMP_SCORE_FUNCTOR_USE_CGAL 
  109 #define IMP_SCORE_FUNCTOR_HAS_CGAL 1 
  110 #define IMP_SCORE_FUNCTOR_USE_HDF5 
  111 #define IMP_SCORE_FUNCTOR_HAS_HDF5 1 
  112 #define IMP_SCORE_FUNCTOR_USE_NUMPY 
  113 #define IMP_SCORE_FUNCTOR_HAS_NUMPY 1 
  116 namespace IMP{ 
namespace score_functor {
 
  128     inline std::string get_module_name() { 
return "IMP::score_functor"; }
 
  144     IMPSCOREFUNCTOREXPORT std::string 
get_data_path(std::string file_name);
 
  167 #if !defined(IMP_DOXYGEN) && !defined(SWIG) 
  172 namespace IMP{ 
namespace score_functor {
 
  173 using ::IMP::Showable;
 
  174 using ::IMP::operator<<;
 
  175 using ::IMP::hash_value;
 
  177 namespace IMP{ 
namespace score_functor { 
namespace internal {
 
  178 using ::IMP::Showable;
 
  179 using ::IMP::operator<<;
 
  180 using ::IMP::hash_value;
 
  183 #endif // !defined(SWIG) && !defined(IMP_DOXYGEN) 
  192 #ifdef IMPSCOREFUNCTOR_DEPRECATED_HEADER 
  193 #undef IMPSCOREFUNCTOR_DEPRECATED_HEADER 
  194 #undef IMPSCOREFUNCTOR_DEPRECATED_VALUE_DEF 
  195 #undef IMPSCOREFUNCTOR_DEPRECATED_VALUE_DECL 
  196 #undef IMPSCOREFUNCTOR_DEPRECATED_OBJECT_DEF 
  197 #undef IMPSCOREFUNCTOR_DEPRECATED_OBJECT_DECL 
  198 #undef IMPSCOREFUNCTOR_DEPRECATED_FUNCTION_DEF 
  199 #undef IMPSCOREFUNCTOR_DEPRECATED_FUNCTION_DECL 
  200 #undef IMPSCOREFUNCTOR_DEPRECATED_METHOD_DEF 
  201 #undef IMPSCOREFUNCTOR_DEPRECATED_METHOD_DECL 
  202 #undef IMPSCOREFUNCTOR_DEPRECATED_MACRO 
  203 #undef IMPSCOREFUNCTOR_SHOW_WARNINGS 
  207 #if defined( IMPSCOREFUNCTOR_COMPILATION)                                 \ 
  208   || defined(SWIG) || defined(IMP_SWIG_WRAPPER)                         \ 
  209   || defined( IMPSCOREFUNCTOR_ALL) || defined(IMP_DOXYGEN)                \ 
  210   || defined(IMPBASE_COMPILATION) || defined(IMPKERNEL_COMPILATION)     \ 
  211   || defined(IMPCORE_COMPILATION) || defined(IMPATOM_COMPILATION)       \ 
  212   || defined(IMPSTATISTICS_COMPILATION) || defined(IMPDOMINO_COMPILATION) \ 
  213   || defined(IMPCONTAINER_COMPILATION) || defined(IMPDISPLAY_COMPILATION) \ 
  214   || defined(IMPSCOREFUNCTOR_COMPILATION) || defined(IMPRMF_COMPILATION) \ 
  215   || defined(IMPGSL_COMPILATION) 
  216 #define IMPSCOREFUNCTOR_SHOW_WARNINGS 0 
  218 #define IMPSCOREFUNCTOR_SHOW_WARNINGS 1 
  222 #if IMPSCOREFUNCTOR_SHOW_WARNINGS 
  223 #define IMPSCOREFUNCTOR_DEPRECATED_HEADER(version, help_message)          \ 
  224     IMP_PRAGMA(message(__FILE__ " is deprecated: " help_message)) 
  225 #define IMPSCOREFUNCTOR_DEPRECATED_VALUE_DECL(version)    \ 
  226   IMP_DEPRECATED_ATTRIBUTE 
  227 #define IMPSCOREFUNCTOR_DEPRECATED_OBJECT_DECL(version)    \ 
  228   IMP_DEPRECATED_ATTRIBUTE 
  229 #define IMPSCOREFUNCTOR_DEPRECATED_FUNCTION_DECL(version) \ 
  230   IMP_DEPRECATED_ATTRIBUTE 
  231 #define IMPSCOREFUNCTOR_DEPRECATED_METHOD_DECL(version) \ 
  232   IMP_DEPRECATED_ATTRIBUTE 
  234 #else //IMPSCOREFUNCTOR_SHOW_WARNINGS 
  236 #define IMPSCOREFUNCTOR_DEPRECATED_HEADER(version, help_message) \ 
  238 #define IMPSCOREFUNCTOR_DEPRECATED_VALUE_DECL(version) 
  240 #define IMPSCOREFUNCTOR_DEPRECATED_OBJECT_DECL(version) 
  242 #define IMPSCOREFUNCTOR_DEPRECATED_FUNCTION_DECL(version) 
  244 #define IMPSCOREFUNCTOR_DEPRECATED_METHOD_DECL(version) 
  246 #endif // IMPSCOREFUNCTOR_SHOW_WARNINGS 
  249 #if !defined(IMP_ALL) || defined(SWIG) || defined(IMP_DOXYGEN)          \ 
  250   || defined(IMPBASE_COMPILATION) || defined(IMPKERNEL_COMPILATION)     \ 
  251   || defined(IMPCORE_COMPILATION) || defined(IMPATOM_COMPILATION)       \ 
  252   || defined(IMPSTATISTICS_COMPILATION) || defined(IMPDOMINO_COMPILATION) \ 
  253   || defined(IMPCONTAINER_COMPILATION) || defined(IMPDISPLAY_COMPILATION) \ 
  254   || defined(IMPSCOREFUNCTOR_COMPILATION) 
  256 #define IMPSCOREFUNCTOR_DEPRECATED_MACRO(version, message) 
  259 #define IMPSCOREFUNCTOR_DEPRECATED_MACRO(version, message)        \ 
  260   IMP_DEPRECATED_MACRO(version, message) 
  264 #define IMPSCOREFUNCTOR_DEPRECATED_VALUE_DEF(version, message) \ 
  265   IMP_DEPRECATED_VALUE_RUNTIME_WARNING(version, message) 
  268 #define IMPSCOREFUNCTOR_DEPRECATED_OBJECT_DEF(version, message) \ 
  269   IMP_DEPRECATED_OBJECT_RUNTIME_WARNING(version, message) 
  272 #define IMPSCOREFUNCTOR_DEPRECATED_FUNCTION_DEF(version, message) \ 
  273   IMP_DEPRECATED_FUNCTION_RUNTIME_WARNING(version, message) 
  276 #define IMPSCOREFUNCTOR_DEPRECATED_METHOD_DEF(version, message) \ 
  277   IMP_DEPRECATED_METHOD_RUNTIME_WARNING(version, message) 
  282 #if defined(IMP_EXECUTABLE) && !defined(IMP_EXECUTABLE_WARNINGS) 
  283 IMP_COMPILER_ENABLE_WARNINGS
 
  284 #define IMP_EXECUTABLE_WARNINGS 
Helper functions for implementing hashes. 
 
Helper class to aid in output of IMP classes to streams. 
 
std::string get_module_version()
Return the version of this module, as a string. 
 
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.