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 __mitkMIPRayCasterParam_h 00011 #define __mitkMIPRayCasterParam_h 00012 00013 #include "mitkVisualization2Includes.h" 00014 #include "mitkVis2Matrix4x4.h" 00015 00016 class MITK_VISUALIZATION2_API mitkMIPRayCasterParam 00017 { 00018 public: 00019 mitkMIPRayCasterParam(); 00020 ~mitkMIPRayCasterParam(); 00021 00022 float m_windowWidth; 00023 float m_windowCenter; 00024 00025 }; 00026 00027 00028 #endif