]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.h
#2971 creaMaracasVisu Feature New Normal - ColorLayerImage ColorBar position
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / ThresholdImageView / LayerImageBase.h
index 0a9f0c0327505c44dac943cbeeb2dcbea726e64c..5e8dcac9a9df2912ba3979206d1e1d1c3c2e3f6b 100644 (file)
@@ -92,8 +92,10 @@ class LayerImageBase
                vtkImageData*   GetImage();
                void                    SetRangeForColorBar(std::vector<double> &range);
                void                    GetRangeForColorBar(double &minRange, double &maxRange);
+               void                    SetColorBarPosition(std::vector<int> &colorbarposition);
                void                    SetwxVtkBaseView(wxVtkBaseView *baseview);
 
+
                void onThreshold();
                void onThresholdChange();
                void onThresholdInterpolation(bool interpolate);
@@ -151,6 +153,8 @@ class LayerImageBase
                vtkLookupTable                          *GetThresholdTable();
                double                                          _range[2];
                std::vector<double>             _rangeForColorBar;
+               std::vector<int>                        _colorBarPosition;
+
  };