X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=vv%2FvvToolProfile.h;h=0410637f396b79a1f08faad0502c97b0918aef7e;hb=5c7d0fb1118c51f5441a667af081b5703ad55442;hp=7faf8035618e8744d5520c655bece0e9c9576608;hpb=eab384b4509ea170c55a307b9eb484e70c636bba;p=clitk.git diff --git a/vv/vvToolProfile.h b/vv/vvToolProfile.h index 7faf803..0410637 100644 --- a/vv/vvToolProfile.h +++ b/vv/vvToolProfile.h @@ -19,10 +19,10 @@ #define VVTOOLPROFILE_H #include -#if QT_VERSION < 0x050000 -#include -#else +#if QT_VERSION >= 0x050000 #include +#else +#include #endif #include "vvToolBase.h" @@ -37,6 +37,7 @@ #include #include #include +#include //------------------------------------------------------------------------------ class vvToolProfile: @@ -78,8 +79,8 @@ class vvToolProfile: Ui::vvToolProfile ui; args_info_clitkProfileImage mArgsInfo; - int* mPoint1; - int* mPoint2; + double* mPoint1; + double* mPoint2; bool mPoint1Selected; bool mPoint2Selected; vtkSmartPointer mView; @@ -87,6 +88,7 @@ class vvToolProfile: std::string mTextFileName; std::vector > mLineActors; vtkSmartPointer mLinesPolyData; + vtkSmartPointer mLineTransform; }; // end class vvToolProfile