X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolWidgetBase.h;h=8e5405a674e69111748a5a6fe1697b3a81f02249;hb=7615e289788483e21028050638195e29c4e34321;hp=2c3ddd99a2fc54261b95a595a3c743f9807d9dd0;hpb=d8b45274cd67177427f3480f2ce4e9345d83612f;p=clitk.git diff --git a/vv/vvToolWidgetBase.h b/vv/vvToolWidgetBase.h index 2c3ddd9..8e5405a 100644 --- a/vv/vvToolWidgetBase.h +++ b/vv/vvToolWidgetBase.h @@ -3,7 +3,7 @@ Authors belong to: - University of LYON http://www.universite-lyon.fr/ - - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr + - Léon Bérard cancer center http://www.centreleonberard.fr - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr This software is distributed WITHOUT ANY WARRANTY; without even @@ -14,11 +14,12 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html -======================================================================-====*/ +===========================================================================**/ #ifndef VVTOOLWIDGETBASE_H #define VVTOOLWIDGETBASE_H +#include #include #include "ui_vvToolWidgetBase.h" #include "clitkImageToImageGenericFilter.h" @@ -60,7 +61,7 @@ protected: virtual void Initialization(); void InitializeInputs(); Ui::vvToolWidgetBase ui; - clitk::ImageToImageGenericFilterBase * mFilter; + clitk::ImageToImageGenericFilterBase::Pointer mFilter; vvMainWindowBase * mMainWindow; std::vector mSlicerManagersCompatible; vvSlicerManager * mCurrentSlicerManager;