There is the same 3D popup for all VTK viewers in "Mesh".
(to provide a way to find an active view through the SUIT_Desktop usage)
{
}
+//***************************************************************
+SUIT_Desktop* SVTK_ViewManager::getDesktop()
+{
+ return myDesktop;
+}
+
//***************************************************************
void SVTK_ViewManager::setViewName(SUIT_ViewWindow* theView)
{
//! Destroy the view manager
virtual ~SVTK_ViewManager();
+ SUIT_Desktop* getDesktop();
+
protected:
void setViewName( SUIT_ViewWindow* theView );