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

mitkCUDAValueBasedStateControl.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 __mitkCUDAValueBasedStateControl_h
00011 #define __mitkCUDAValueBasedStateControl_h
00012 
00013 #include "mitkCUDAVolumeRenderingIncludes.h"
00014             
00015 #define NUM_OF_CONS 256
00016 
00017 class MITK_CUDA_VOLUME_RENDERING_API mitkCUDAValueBasedStateControl
00018 {
00019 public:
00020     mitkCUDAValueBasedStateControl();
00021     ~mitkCUDAValueBasedStateControl();
00022 
00023     int m_maxLayer;
00024     int* m_d_less_more;
00025     float* m_d_value;
00026 
00027     float m_ThicknessThresh;
00028 
00029     void CopyToDevice(int* less_more, float* value);
00030 
00031 };
00032 
00033 #endif

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