X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvSlicer.h;h=1d42e375f5ed18414875883f03a9073e2aed024a;hb=0410cde2a749710c2659d4c582d9fc0c332aced6;hp=7060b25318288300308e9ad9324fda653f76baf5;hpb=708c3b7aed9185a46428310d113fe59562a8d642;p=clitk.git diff --git a/vv/vvSlicer.h b/vv/vvSlicer.h index 7060b25..1d42e37 100644 --- a/vv/vvSlicer.h +++ b/vv/vvSlicer.h @@ -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,9 @@ protected: int mSubSampling; int mScale; int mVFLog; + bool mUseReducedExtent; + int * mReducedExtent; + int * mInitialExtent; private: void UpdateOrientation();