00001 /*========================================================================= 00002 00003 Program: 3DMed 00004 Date: $Date: 2014-02-25 18:30:00 +0800 $ 00005 Version: $Version: 4.6.0 $ 00006 Copyright: MIPG, Institute of Automation, Chinese Academy of Sciences 00007 00008 =========================================================================*/ 00009 00010 #ifndef __mitkOoCGlobalSettings_h 00011 #define __mitkOoCGlobalSettings_h 00012 00013 #include "mitkCommonIncludes.h" 00014 00015 struct MITK_COMMON_API mitkOoCGlobalSettings 00016 { 00017 static unsigned long OoCThreshold; 00018 static unsigned BufferedSliceNumber; 00019 static const char* DiskCachePath; 00020 }; 00021 00022 #endif 00023