X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FInteractiveDeformableMeshSegmentation%2FMainWnd.h;h=8f2cd1fff7c83e89a1011988d859468cf20d35d8;hb=93fb9ff2b54c04231a22d71ff71cab186d411900;hp=1fe195996954b07c30002aed7486e824c09b209a;hpb=6618a10363a5eb64022011925c86fa60a6c37e42;p=cpMesh.git diff --git a/appli/InteractiveDeformableMeshSegmentation/MainWnd.h b/appli/InteractiveDeformableMeshSegmentation/MainWnd.h index 1fe1959..8f2cd1f 100644 --- a/appli/InteractiveDeformableMeshSegmentation/MainWnd.h +++ b/appli/InteractiveDeformableMeshSegmentation/MainWnd.h @@ -20,7 +20,7 @@ #include #include #include -#include +// #include // ------------------------------------------------------------------------- class MainWnd; @@ -79,7 +79,7 @@ public: typedef cpPlugins::Interface::Image TPluginImage; typedef cpPlugins::Interface::ProcessObject TPlugin; typedef cpPlugins::Interface::Parameters TParameters; - typedef cpPlugins::Extensions::Visualization::MPRWithDifferentWindows TMPR; + // typedef cpPlugins::Extensions::Visualization::MPRWithDifferentWindows TMPR; typedef std::map< std::string, std::string > TStringMap; @@ -152,6 +152,7 @@ private slots: */ private: + /* Ui::MainWnd* m_UI; // Application preferences @@ -176,7 +177,7 @@ private: TPluginImage* m_SegmentedImage; // Visualization stuff - TMPR* m_MPR; + // TMPR* m_MPR; // Active plugin TPlugin* m_ActivePlugin; @@ -185,6 +186,7 @@ private: Self::PluginCategory m_ActivePluginCategory; vtkSmartPointer< DoubleClickCommand > m_DoubleClickCommand; + */ }; #endif // __MAINWND__H__