From 23f73894b05c07c8811475046550c0414a8f29b2 Mon Sep 17 00:00:00 2001 From: vsv Date: Thu, 19 Jun 2008 07:28:33 +0000 Subject: [PATCH] *** empty log message *** --- src/PIPELINE/VISU_IsoSurfacesPL.cxx | 5 +++-- src/PIPELINE/VISU_IsoSurfacesPL.hxx | 2 +- src/PIPELINE/VISU_ScalarMapOnDeformedShapePL.cxx | 2 +- src/PIPELINE/VISU_ScalarMapOnDeformedShapePL.hxx | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) 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* -- 2.39.2