From: asv Date: Thu, 11 Aug 2005 04:54:08 +0000 (+0000) Subject: commented out private functions InsertActor(), MoveActor() because they call private... X-Git-Tag: BR-D5-38-2003_D2005-12-09~64 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=347764845ff763528be803191620eefdd3bc35ee;p=modules%2Fgui.git commented out private functions InsertActor(), MoveActor() because they call private function of SVTK_View. --- diff --git a/src/SVTK/SVTK_ViewWindow.cxx b/src/SVTK/SVTK_ViewWindow.cxx index fb5e34823..91acee81e 100755 --- a/src/SVTK/SVTK_ViewWindow.cxx +++ b/src/SVTK/SVTK_ViewWindow.cxx @@ -555,12 +555,12 @@ SVTK_ViewWindow } //---------------------------------------------------------------------------- -void -SVTK_ViewWindow -::InsertActor( VTKViewer_Actor* theActor, bool theMoveInternalActors ) -{ - myView->InsertActor( theActor, theMoveInternalActors ); -} +//void +//SVTK_ViewWindow +//::InsertActor( VTKViewer_Actor* theActor, bool theMoveInternalActors ) +//{ +// myView->InsertActor( theActor, theMoveInternalActors ); +//} //---------------------------------------------------------------------------- void @@ -579,12 +579,12 @@ SVTK_ViewWindow } //---------------------------------------------------------------------------- -void -SVTK_ViewWindow -::MoveActor( VTKViewer_Actor* theActor) -{ - myView->MoveActor( theActor ); -} +//void +//SVTK_ViewWindow +//::MoveActor( VTKViewer_Actor* theActor) +//{ +// myView->MoveActor( theActor ); +//} //---------------------------------------------------------------------------- QImage diff --git a/src/SVTK/SVTK_ViewWindow.h b/src/SVTK/SVTK_ViewWindow.h index d598a25bb..86f666251 100755 --- a/src/SVTK/SVTK_ViewWindow.h +++ b/src/SVTK/SVTK_ViewWindow.h @@ -143,9 +143,9 @@ protected slots: private: void InitialSetup(); - void InsertActor( VTKViewer_Actor* theActor, - bool theMoveInternalActors = false ); - void MoveActor( VTKViewer_Actor* theActor ); + //void InsertActor( VTKViewer_Actor* theActor, + // bool theMoveInternalActors = false ); + //void MoveActor( VTKViewer_Actor* theActor ); private: SVTK_Viewer* myModel;