]> Creatis software - clitk.git/blobdiff - vv/vvSlicer.h
- add clitkSignalApparentMotionTracking
[clitk.git] / vv / vvSlicer.h
index 184df43176a1efc63c974d76f499ce9cb9c2e741..1d42e375f5ed18414875883f03a9073e2aed024a 100644 (file)
@@ -1,10 +1,7 @@
 /*=========================================================================
 
  Program:   vv
- Module:    $RCSfile: vvSlicer.h,v $
  Language:  C++
- Date:      $Date: 2010/01/06 13:31:57 $
- Version:   $Revision: 1.1 $
  Author :   Pierre Seroul (pierre.seroul@gmail.com)
 
 Copyright (C) 2008
@@ -162,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();
@@ -205,6 +208,9 @@ protected:
     int mSubSampling;
     int mScale;
     int mVFLog;
+    bool mUseReducedExtent;
+    int * mReducedExtent;
+    int * mInitialExtent;
 
 private:
     void UpdateOrientation();