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 __mitkIsosurfaceRayCasterParam_h 00011 #define __mitkIsosurfaceRayCasterParam_h 00012 00013 #include "mitkVisualization2Includes.h" 00014 00015 class MITK_VISUALIZATION2_API mitkIsosurfaceRayCasterParam 00016 { 00017 public: 00018 mitkIsosurfaceRayCasterParam(); 00019 ~mitkIsosurfaceRayCasterParam(); 00020 00021 float m_Isovalue; 00022 float m_SurfaceColor[3]; 00023 00024 }; 00025 00026 00027 #endif