]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
*** empty log message ***
authorvsv <vsv@opencascade.com>
Mon, 14 Jul 2008 06:35:45 +0000 (06:35 +0000)
committervsv <vsv@opencascade.com>
Mon, 14 Jul 2008 06:35:45 +0000 (06:35 +0000)
src/VISU_I/VISU_Prs3d_i.cc
src/VISU_I/VISU_Prs3d_i.hh

index baabd4a1381d273380796a3561571c692163e51b..efdf5888bd6665d9a8e2468b12eaf693b4d8d138 100644 (file)
@@ -585,6 +585,12 @@ GetClippingPlane(vtkIdType theID) const
   return GetPipeLine()->GetClippingPlane(theID);
 }
 
+//----------------------------------------------------------------------------
+void VISU::Prs3d_i::RemoveClippingPlane(vtkIdType theID)
+{
+  GetPipeLine()->RemoveClippingPlane(theID);
+}
+
 //----------------------------------------------------------------------------
 void
 VISU::Prs3d_i
index 92df8102554c8d7ceeab6d1e4073634a503e3e38..d79b6215751b96ddd221d482fc51923a60e34db8 100644 (file)
@@ -222,6 +222,8 @@ namespace VISU
     vtkPlane* 
     GetClippingPlane(vtkIdType theID) const;
 
+    void RemoveClippingPlane(vtkIdType theID);
+
     void
     SetPlaneParam(vtkFloatingPointType theDir[3], 
                  vtkFloatingPointType theDist,