From 0841881b86d572da163f5283d967f56b1114fd44 Mon Sep 17 00:00:00 2001 From: apo Date: Mon, 19 Sep 2005 12:23:40 +0000 Subject: [PATCH] To implement missed function --- src/SVTK/SVTK_ViewWindow.cxx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/SVTK/SVTK_ViewWindow.cxx b/src/SVTK/SVTK_ViewWindow.cxx index e34229ade..d75358b6c 100755 --- a/src/SVTK/SVTK_ViewWindow.cxx +++ b/src/SVTK/SVTK_ViewWindow.cxx @@ -247,6 +247,14 @@ SVTK_ViewWindow return myView->isInViewer( theIO ); } +//---------------------------------------------------------------- +bool +SVTK_ViewWindow +::isVisible( const Handle(SALOME_InteractiveObject)& theIO ) +{ + return myView->isVisible( theIO ); +} + //---------------------------------------------------------------- void SVTK_ViewWindow -- 2.39.2