From: vsv Date: Thu, 19 Jun 2008 07:28:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TG_VISU_2008_2008-06-26~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=23f73894b05c07c8811475046550c0414a8f29b2;p=modules%2Fvisu.git *** empty log message *** --- diff --git a/src/PIPELINE/VISU_IsoSurfacesPL.cxx b/src/PIPELINE/VISU_IsoSurfacesPL.cxx index 2afeb44d..602affdf 100644 --- a/src/PIPELINE/VISU_IsoSurfacesPL.cxx +++ b/src/PIPELINE/VISU_IsoSurfacesPL.cxx @@ -113,10 +113,11 @@ VISU_IsoSurfacesPL //---------------------------------------------------------------------------- void VISU_IsoSurfacesPL -::SetScalarRange(vtkFloatingPointType theRange[2]) +::SetScalarRange(vtkFloatingPointType theRange[2], const bool isFiltered) { // RKV Superclass::SetScalarRange(theRange); - Superclass::SetScalarRange(theRange, IsFiltered()); // RKV +// Superclass::SetScalarRange(theRange, IsFiltered()); // RKV + Superclass::SetScalarRange(theRange, isFiltered); // VSV SetRange(myRange); } diff --git a/src/PIPELINE/VISU_IsoSurfacesPL.hxx b/src/PIPELINE/VISU_IsoSurfacesPL.hxx index 83a646dd..1e75ddd7 100644 --- a/src/PIPELINE/VISU_IsoSurfacesPL.hxx +++ b/src/PIPELINE/VISU_IsoSurfacesPL.hxx @@ -59,7 +59,7 @@ public: virtual void - SetScalarRange(vtkFloatingPointType theRange[2]); + SetScalarRange(vtkFloatingPointType theRange[2], const bool isFiltered); virtual void diff --git a/src/PIPELINE/VISU_ScalarMapOnDeformedShapePL.cxx b/src/PIPELINE/VISU_ScalarMapOnDeformedShapePL.cxx index 54ff4f87..a2b9b4d3 100644 --- a/src/PIPELINE/VISU_ScalarMapOnDeformedShapePL.cxx +++ b/src/PIPELINE/VISU_ScalarMapOnDeformedShapePL.cxx @@ -333,7 +333,7 @@ VISU_ScalarMapOnDeformedShapePL //---------------------------------------------------------------------------- void VISU_ScalarMapOnDeformedShapePL -::SetScalarRange(vtkFloatingPointType theRange[2]) +::SetScalarRange(vtkFloatingPointType theRange[2], const bool isFiltered) { if(VISU::CheckIsSameRange(theRange, GetScalarRange())) return; diff --git a/src/PIPELINE/VISU_ScalarMapOnDeformedShapePL.hxx b/src/PIPELINE/VISU_ScalarMapOnDeformedShapePL.hxx index 041a37d2..3d2435ba 100644 --- a/src/PIPELINE/VISU_ScalarMapOnDeformedShapePL.hxx +++ b/src/PIPELINE/VISU_ScalarMapOnDeformedShapePL.hxx @@ -69,7 +69,7 @@ public: virtual void - SetScalarRange(vtkFloatingPointType theRange[2]); + SetScalarRange(vtkFloatingPointType theRange[2], const bool isFiltered); virtual vtkFloatingPointType*