From 7c284d0c2771924dd74d329264a73888c216e62b Mon Sep 17 00:00:00 2001 From: vsv Date: Mon, 14 Jul 2008 06:35:45 +0000 Subject: [PATCH] *** empty log message *** --- src/VISU_I/VISU_Prs3d_i.cc | 6 ++++++ src/VISU_I/VISU_Prs3d_i.hh | 2 ++ 2 files changed, 8 insertions(+) diff --git a/src/VISU_I/VISU_Prs3d_i.cc b/src/VISU_I/VISU_Prs3d_i.cc index baabd4a1..efdf5888 100644 --- a/src/VISU_I/VISU_Prs3d_i.cc +++ b/src/VISU_I/VISU_Prs3d_i.cc @@ -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 diff --git a/src/VISU_I/VISU_Prs3d_i.hh b/src/VISU_I/VISU_Prs3d_i.hh index 92df8102..d79b6215 100644 --- a/src/VISU_I/VISU_Prs3d_i.hh +++ b/src/VISU_I/VISU_Prs3d_i.hh @@ -222,6 +222,8 @@ namespace VISU vtkPlane* GetClippingPlane(vtkIdType theID) const; + void RemoveClippingPlane(vtkIdType theID); + void SetPlaneParam(vtkFloatingPointType theDir[3], vtkFloatingPointType theDist, -- 2.39.2