Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members

mitkGLSLLut1D.h

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 __mitkGLSLLut1D_h
00011 #define __mitkGLSLLut1D_h
00012 
00013 #include "mitkVisualization2Includes.h"
00014 
00015 class mitkLut1D;
00016 
00020 class MITK_VISUALIZATION2_API mitkGLSLLut1D
00021 {
00022 public:
00023     float m_tfScale,m_tfShift;
00024     unsigned m_LUTTexture;
00025 
00026     mitkGLSLLut1D();
00027     ~mitkGLSLLut1D();
00028 
00029     void CopyToTexture(const mitkLut1D* Lut, unsigned activeTextureID);
00030 
00031 };
00032 
00033 #endif 
00034 

Generated on Tue Feb 25 15:00:37 2014 for MITK (Medical Imaging ToolKit) by  doxygen 1.4.3