X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=vv%2FvvSlicerManager.h;h=d9031c3d0de75d6fc99b67f74534672dc7c92657;hb=10ec7dc09aeea303fdc6a30449ec69de2f2ccd88;hp=2007f781697b4115102271d29fa1d34360a2cb89;hpb=931a42358442f4ee4f314613c991c838d4b4e3b7;p=clitk.git diff --git a/vv/vvSlicerManager.h b/vv/vvSlicerManager.h index 2007f78..d9031c3 100644 --- a/vv/vvSlicerManager.h +++ b/vv/vvSlicerManager.h @@ -1,10 +1,7 @@ /*========================================================================= Program: vv - Module: $RCSfile: vvSlicerManager.h,v $ Language: C++ - Date: $Date: 2010/01/06 13:31:58 $ - Version: $Revision: 1.1 $ Author : Pierre Seroul (pierre.seroul@gmail.com) Copyright (C) 2008 @@ -136,7 +133,9 @@ public: void GenerateDefaultLookupTable(); void SetColorWindow(double s); void SetColorLevel(double s); + void SetLocalColorWindowing(const int slicer); void SetOpacity(int i, double factor); + void SetColorMap(); void SetColorMap(int colormap); void SetPreset(int preset); void SetOverlayColor(int color) { @@ -196,6 +195,8 @@ public: void RemoveActor(const std::string& actor_type, int overlay_index); void RemoveActors(); void Reload(); + void ReloadOverlay(); + void ReloadFusion(); void ReloadVF(); void Activated();