Go to the documentation of this file.00001 #ifndef OPENTISSUE_CONFIGURATIOM_H
00002 #define OPENTISSUE_CONFIGURATIOM_H
00003
00004
00005
00006
00007
00008
00009
00010 #if (_MSC_VER >= 1200)
00011 # pragma once
00012 # pragma warning(default: 56 61 62 191 263 264 265 287 289 296 347 529 686)
00013 # pragma warning(disable: 503)
00014 #endif
00015
00016 #ifdef WIN32
00017 # define WIN32_LEAN_AND_MEAN
00018 # define _USE_MATH_DEFINES
00019 # define NOMINMAX
00020 # include <windows.h>
00021 # undef WIN32_LEAN_AND_MEAN
00022 # undef NOMINMAX
00023 #endif
00024
00025
00029 #define OPENTISSUE_VERSION 0.994
00030 #define OPENTISSUE_VERSION_MAJOR 0
00031 #define OPENTISSUE_VERSION_MINOR 994
00032
00033 #include <string>
00034
00040 std::string const opentissue_path = "/home/hauberg/Dokumenter/Capture/humim_svn/src/kinematics_tracker1/release-0.1/src/OpenTissue/";
00041
00046 std::string const opentissue_version = "0.994";
00047
00048
00049
00050 #endif