X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvSlicer.h;h=ff0d2698e0d8a6700a6b8ca5b7ad0f28108580b6;hb=5a80d16b4dc2ad2d825c443f39ae6276786e72e4;hp=3a05a16d1df13b8c6bf3ec74521cdabd0ed0e0db;hpb=48d8569538b93bf923de2f8d5c4b9db51640978f;p=clitk.git diff --git a/vv/vvSlicer.h b/vv/vvSlicer.h index 3a05a16..ff0d269 100644 --- a/vv/vvSlicer.h +++ b/vv/vvSlicer.h @@ -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;