X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolProfile.h;h=2f64bb3a656e28f10b93cf0107f35abe430714fb;hb=140bf134a2e40ba737bdb85f040d2a052c9a8e2a;hp=03fcd0c0a730fd637b481be83d217dfff046fbc5;hpb=ef75986eb20173c84bc919ec4cb5a95aa5f51a00;p=clitk.git diff --git a/vv/vvToolProfile.h b/vv/vvToolProfile.h index 03fcd0c..2f64bb3 100644 --- a/vv/vvToolProfile.h +++ b/vv/vvToolProfile.h @@ -19,11 +19,7 @@ #define VVTOOLPROFILE_H #include -#if QT_VERSION < 0x050000 #include -#else -#include -#endif #include "vvToolBase.h" #include "vvToolWidgetBase.h" @@ -37,6 +33,7 @@ #include #include #include +#include //------------------------------------------------------------------------------ class vvToolProfile: @@ -87,6 +84,7 @@ class vvToolProfile: std::string mTextFileName; std::vector > mLineActors; vtkSmartPointer mLinesPolyData; + vtkSmartPointer mLineTransform; }; // end class vvToolProfile