]> Creatis software - clitk.git/blobdiff - vv/vvSlicer.h
- small correction about Render (a bit less unuseful Render)
[clitk.git] / vv / vvSlicer.h
index 3a05a16d1df13b8c6bf3ec74521cdabd0ed0e0db..ff0d2698e0d8a6700a6b8ca5b7ad0f28108580b6 100644 (file)
@@ -113,6 +113,7 @@ public:
         return mSubSampling;
     }
     void SetVFScale(int scale);
+    void SetVFWidth(int width);
     int GetVFScale() {
         return mScale;
     }
@@ -206,6 +207,7 @@ protected:
     int mSubSampling;
     int mScale;
     int mVFLog;
+    int mVFWidth;
     bool mUseReducedExtent;
     int * mReducedExtent;
     int * mInitialExtent;