Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00025 #ifndef DEFINITIONS_HPP_4576401257
00026 #define DEFINITIONS_HPP_4576401257
00027
00028 #include "Version.hpp"
00029
00030
00031
00032
00051 #define MAKE_NONCOPYABLE(ClassName) \
00052 ClassName(const ClassName &); \
00053 void operator=(const ClassName &);
00054
00055
00067 #ifdef TRTK_PARALLELIZE
00068
00069 #define TRTK_PARALLELIZE
00070 #define TRTK_PARALLELIZE_GRADIENT
00071 #define TRTK_PARALLELIZE_JACOBIAN
00072
00073 #endif // TRTK_PARALLELIZE
00074
00075
00076
00077
00078 namespace TRTK
00079 {
00080 const double pi = 3.141592653589793238;
00081 }
00082
00083
00084 #endif // DEFINITIONS_HPP_4576401257