//----------------------------------------------------------------------------
void
VISU_ScalarMapOnDeformedShapePL
-::SetScalarRange(vtkFloatingPointType theRange[2], const bool isFiltered)
+::SetScalarRange( vtkFloatingPointType theRange[2] )
{
- if(VISU::CheckIsSameRange(theRange, GetScalarRange()))
+ if ( VISU::CheckIsSameRange( theRange, GetScalarRange() ) )
return;
- myScalarsFieldTransform->SetScalarRange(theRange);
- GetBarTable()->SetRange(theRange);
+ myScalarsFieldTransform->SetScalarRange( theRange );
+ GetBarTable()->SetRange( theRange );
}