]> Creatis software - clitk.git/blobdiff - vv/vvSlicer.h
no more useful
[clitk.git] / vv / vvSlicer.h
index 7060b25318288300308e9ad9324fda653f76baf5..e96a5b15b8239a6fa429ca575d49cb3072058b70 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,8 @@ protected:
     int mSubSampling;
     int mScale;
     int mVFLog;
+    bool mUseReducedExtent;
+    int * mReducedExtent;
 
 private:
     void UpdateOrientation();