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

mitkCUDALut1D.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 __mitkCUDALut1D_h
00011 #define __mitkCUDALut1D_h
00012 
00013 #include "mitkCUDAVolumeRenderingIncludes.h"
00014 
00015 struct cudaArray;
00016 class mitkLut1D;
00017 
00021 class MITK_CUDA_VOLUME_RENDERING_API mitkCUDALut1D
00022 {
00023 public:
00024     int m_SampleNumber;
00025     float m_min,m_max;
00026     cudaArray* m_d_tfArray;
00027 
00028     mitkCUDALut1D();
00029     ~mitkCUDALut1D();
00030 
00031     void CopyToTexture(const mitkLut1D* Lut);
00032 
00033 };
00034 
00035 #endif 
00036 

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