]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewPanel.h
New cleaner neater option of ShowNPoints added :P JGRR
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / ThresholdImageView / ColorLayerImageViewPanel.h
index 19121996b296c64a17d1377f41b2a2d6756aa30e..03c5c1595144462d41baf36c1d6047831642d3da 100644 (file)
@@ -19,6 +19,9 @@
 #include "ColorLayerImageView.h"
 
 
+
+//-----------------------------------------------------
+
 //EED 21-08-2010
 class wxDlgTransformByDimensionBySpacingByPixel
        {
@@ -28,9 +31,11 @@ class wxDlgTransformByDimensionBySpacingByPixel
                void GetTransformType(wxWindow *parent , wxString message,int &typeOfTransformation,bool &dlgWxOK) ;
        };
 
+
+
 //-----------------------------------------------------
 
-       class ColorLayerImageViewPanel
+class ColorLayerImageViewPanel
                : public wxPanel
                {
                public:
@@ -46,12 +51,12 @@ class wxDlgTransformByDimensionBySpacingByPixel
             void SetImage(vtkImageData *img);
 
                private:
-                       int                                     _dimBase[3];
+                       int                             _dimBase[3];
                        double                          _spcBase[3];
                        double                          _spcOrg[3];
 
                        bool                            _thresholdGo;
-                       ColorLayerImageView     *_colorLayerImageView;
+                       ColorLayerImageView             *_colorLayerImageView;
                        wxButton                        *_btn_ReadImage;
                        wxSlider                        *_opacity;
                        wxCheckBox                      *_interpolationCheckBox;
@@ -65,7 +70,8 @@ class wxDlgTransformByDimensionBySpacingByPixel
                        void onChangeOpacity(wxScrollEvent& event);
                        void onSliceFixDinamic(wxCommandEvent& event);
                        void onSliceImage(wxScrollEvent& event);
-               };
+
+};
 
 #endif