8 #ifndef NUKLEI_DEFINITIONS_H
9 #define NUKLEI_DEFINITIONS_H
19 #include <boost/shared_ptr.hpp>
20 #include <boost/version.hpp>
39 extern const std::string INFOSTRING;
42 extern const int PRECISION;
44 extern const bool KDTREE_DENSITY_EVAL;
45 extern const bool KDTREE_NANOFLANN;
47 extern const unsigned int KDE_KTH_NEAREST_NEIGHBOR;
49 extern const appear_t HSV_METRIC_VALUE_WEIGHT;
52 extern const int NICEINC;
55 extern const std::string SERIALIZATION_DEFAULT_OUTPUT_TYPE;
56 extern const std::string SERIALIZATION_DEFAULT_BOOST_ARCHIVE;
58 extern const unsigned IMAGE_PROJECTION_RADIUS;
60 extern const std::string PARALLELIZATION;
62 extern const bool ENABLE_CONSOLE_BACKSPACE;
64 extern const unsigned LOG_LEVEL;
66 extern bool LAST_OUTPUT_LINE_IS_PROGRESS;
68 extern const bool INTERACTIVE_SHELL;