]> Creatis software - creaMaracasVisu.git/blob - lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageView.h
6229bf17391255d23f9f882737c0540bd542d0f1
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / ThresholdImageView / ColorLayerImageView.h
1
2
3
4 /**
5  *  \file 
6  *  \brief Class ThresholdImageView . 
7  */
8
9 /**
10  * \class ThresholdImageView
11  * \brief 
12  */
13  
14 #ifndef __ColorLayerImageView_h__
15 #define __ColorLayerImageView_h__
16
17 #include "LayerImageBase.h"
18
19
20 class  ColorLayerImageView : public LayerImageBase
21   {
22   public: 
23           ColorLayerImageView( );
24           ~ColorLayerImageView();
25           
26   private:
27
28           virtual void ConfigLookupTable();
29
30   protected:
31  };
32
33 #endif
34