• Main Page
  • Related Pages
  • Modules
  • Namespaces
  • Classes
  • Files
  • Examples
  • File List
  • File Members

/home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/OpenTissue/OpenTissue/configuration.h

Go to the documentation of this file.
00001 #ifndef OPENTISSUE_CONFIGURATIOM_H
00002 #define OPENTISSUE_CONFIGURATIOM_H
00003 //
00004 // OpenTissue Template Library
00005 // - A generic toolbox for physics-based modeling and simulation.
00006 // Copyright (C) 2008 Department of Computer Science, University of Copenhagen.
00007 //
00008 // OTTL is licensed under zlib: http://opensource.org/licenses/zlib-license.php
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 //OPENTISSUE_CONFIGURATIOM_H
00050 #endif

Generated on Thu Dec 1 2011 12:51:01 for HUMIM Tracker by  doxygen 1.7.1