From 347764845ff763528be803191620eefdd3bc35ee Mon Sep 17 00:00:00 2001 From: asv Date: Thu, 11 Aug 2005 04:54:08 +0000 Subject: [PATCH] commented out private functions InsertActor(), MoveActor() because they call private function of SVTK_View. --- src/SVTK/SVTK_ViewWindow.cxx | 24 ++++++++++++------------ src/SVTK/SVTK_ViewWindow.h | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) 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; -- 2.39.2