X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpExtensions%2FQT%2FSimpleMPRWidget.h;h=bc07ed35eb766466bcec6e043967973226d0dd14;hb=5cbe75ae1fb27d18932b6278f97c4a865cddd592;hp=6d32fc9dc3a41360e9fb0dfdab4ad3a561942744;hpb=8a5ea31f638e60ee6708667e2dc71bafd0e899ee;p=cpPlugins.git diff --git a/lib/cpExtensions/QT/SimpleMPRWidget.h b/lib/cpExtensions/QT/SimpleMPRWidget.h index 6d32fc9..bc07ed3 100644 --- a/lib/cpExtensions/QT/SimpleMPRWidget.h +++ b/lib/cpExtensions/QT/SimpleMPRWidget.h @@ -2,9 +2,6 @@ #define __cpExtensions__QT__SimpleMPRWidget__h__ #include - -#ifdef cpExtensions_QT4 - #include #include #include @@ -79,6 +76,7 @@ namespace cpExtensions void ResetCameras( ); void Render( ); + virtual std::set< vtkRenderWindowInteractor* > GetInteractors( ) const cpExtensions_OVERRIDE; virtual std::set< std::string > GetActorsNames( ) const cpExtensions_OVERRIDE; virtual bool IsWindowLevelImageActor( const std::string& name ) const cpExtensions_OVERRIDE; virtual bool IsLUTImageActor( const std::string& name ) const cpExtensions_OVERRIDE; @@ -132,8 +130,6 @@ namespace cpExtensions } // ecapseman -#endif // cpExtensions_QT4 - #endif // __cpExtensions__QT__SimpleMPRWidget__h__ // eof - $RCSfile$