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

mitkTFEmptySpace.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 __mitkTFEmptySpace_h
00011 #define __mitkTFEmptySpace_h
00012 
00013 #include "mitkVisualization2Includes.h"
00014 
00015 class mitkLut1D;
00016 
00017 class MITK_VISUALIZATION2_API mitkTFEmptySpace
00018 {
00019 public:
00020     int m_SampleNumber;
00021     float m_min,m_max;
00022     float* m_Data;
00023 
00024     mitkTFEmptySpace();
00025     ~mitkTFEmptySpace();
00026 
00027     void CalculateTFEmptySpace(const mitkLut1D* Lut);
00028 
00029 };
00030 
00031 #endif 
00032 

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