X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvSlicerManager.h;h=b469277ff38d84f407aac0752cf30dfba1961946;hb=0c28fb91fda0d2e5e8e3b10e14723fedec6275d3;hp=aff339a42b0f846e388265369cc724fecf31ac9e;hpb=f919b21c1ae12c0b81b653dcd00db5eaaad5a343;p=clitk.git diff --git a/vv/vvSlicerManager.h b/vv/vvSlicerManager.h index aff339a..b469277 100644 --- a/vv/vvSlicerManager.h +++ b/vv/vvSlicerManager.h @@ -136,6 +136,9 @@ class vvSlicerManager : public QObject { void SetFusionLevel(double level) { mFusionLevel = level; } + void SetFusionShowLegend(int show) { + mFusionShowLegend = show; + } double GetColorWindow(); double GetColorLevel(); @@ -148,6 +151,9 @@ class vvSlicerManager : public QObject { int GetPreset() { return mPreset; } + int GetSlicingPreset() { + return mSlicingPreset; + } int GetOverlayColor() const { return mOverlayColor; } @@ -200,6 +206,7 @@ class vvSlicerManager : public QObject { void UpdateSlice(int slicer); void UpdateTSlice(int slicer); void UpdateSliceRange(int slicer); + void SetSlicingPreset(int preset); vvLandmarks *GetLandmarks(); void AddLandmark(float x,float y,float z,float t); @@ -245,8 +252,10 @@ protected: int mFusionColorMap; double mFusionWindow; double mFusionLevel; + bool mFusionShowLegend; int mPreset; + int mSlicingPreset; vvImageReader::LoadedImageType mType; std::string mVFComponent; std::string mOverlayComponent;