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 __mitkNumberOfPrecessors_h 00011 #define __mitkNumberOfPrecessors_h 00012 00013 int MITK_COMMON_API mitkNumberOfProcessors(); 00014 00015 #endif 00016