//----------------------------------------------------------------------------
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);
}
//----------------------------------------------------------------------------
void
VISU_ScalarMapOnDeformedShapePL
-::SetScalarRange(vtkFloatingPointType theRange[2])
+::SetScalarRange(vtkFloatingPointType theRange[2], const bool isFiltered)
{
if(VISU::CheckIsSameRange(theRange, GetScalarRange()))
return;