}
//----------------------------------------------------------------------------
-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
}
//----------------------------------------------------------------------------
-void
-SVTK_ViewWindow
-::MoveActor( VTKViewer_Actor* theActor)
-{
- myView->MoveActor( theActor );
-}
+//void
+//SVTK_ViewWindow
+//::MoveActor( VTKViewer_Actor* theActor)
+//{
+// myView->MoveActor( theActor );
+//}
//----------------------------------------------------------------------------
QImage
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;