]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
commented out private functions InsertActor(), MoveActor() because they call private...
authorasv <asv@opencascade.com>
Thu, 11 Aug 2005 04:54:08 +0000 (04:54 +0000)
committerasv <asv@opencascade.com>
Thu, 11 Aug 2005 04:54:08 +0000 (04:54 +0000)
src/SVTK/SVTK_ViewWindow.cxx
src/SVTK/SVTK_ViewWindow.h

index fb5e3482381106c3808962dbeb5a648ea7902a09..91acee81e4e3484f4c12e04ef036e75fd87c3ab8 100755 (executable)
@@ -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
index d598a25bbb3fa22be43e4148e5be998ba1509e80..86f666251250b3628e4cee2aad41e600b3d4de30 100755 (executable)
@@ -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;