]> Creatis software - clitk.git/blobdiff - vv/vvSlicer.h
no more useful
[clitk.git] / vv / vvSlicer.h
index a25748a95b6ea3c1e7cc6e02cf912ef518a6f75d..e96a5b15b8239a6fa429ca575d49cb3072058b70 100644 (file)
@@ -159,6 +159,12 @@ public:
     ///Toggle temporal superposition of contours
     void ToggleContourSuperposition();
 
+    virtual void SetColorWindow(double s);
+    virtual void SetColorLevel(double s);
+
+    void EnableReducedExtent(bool b);
+    void SetReducedExtent(int * ext);
+
 protected:
     vvSlicer();
     ~vvSlicer();
@@ -202,6 +208,8 @@ protected:
     int mSubSampling;
     int mScale;
     int mVFLog;
+    bool mUseReducedExtent;
+    int * mReducedExtent;
 
 private:
     void UpdateOrientation();