]> Creatis software - clitk.git/blobdiff - vv/vvSlicer.h
- update vv tool Binarize, now work with float pixel type + display lower contour
[clitk.git] / vv / vvSlicer.h
index 7060b25318288300308e9ad9324fda653f76baf5..1d42e375f5ed18414875883f03a9073e2aed024a 100644 (file)
@@ -162,6 +162,9 @@ public:
     virtual void SetColorWindow(double s);
     virtual void SetColorLevel(double s);
 
+    void EnableReducedExtent(bool b);
+    void SetReducedExtent(int * ext);
+
 protected:
     vvSlicer();
     ~vvSlicer();
@@ -205,6 +208,9 @@ protected:
     int mSubSampling;
     int mScale;
     int mVFLog;
+    bool mUseReducedExtent;
+    int * mReducedExtent;
+    int * mInitialExtent;
 
 private:
     void UpdateOrientation();