]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
*** empty log message ***
authorvsv <vsv@opencascade.com>
Thu, 19 Jun 2008 07:28:33 +0000 (07:28 +0000)
committervsv <vsv@opencascade.com>
Thu, 19 Jun 2008 07:28:33 +0000 (07:28 +0000)
src/PIPELINE/VISU_IsoSurfacesPL.cxx
src/PIPELINE/VISU_IsoSurfacesPL.hxx
src/PIPELINE/VISU_ScalarMapOnDeformedShapePL.cxx
src/PIPELINE/VISU_ScalarMapOnDeformedShapePL.hxx

index 2afeb44d2bbf24413274d8efc3296c176e6a4762..602affdfbee3d52cc6994362d38de91a39bbb1fe 100644 (file)
@@ -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);
 }
 
index 83a646dd8d3623b6574854fe2696f8d4ffb4bf81..1e75ddd7aad0dfa736856e3ad473dc85e880bcd2 100644 (file)
@@ -59,7 +59,7 @@ public:
 
   virtual
   void
-  SetScalarRange(vtkFloatingPointType theRange[2]);
+  SetScalarRange(vtkFloatingPointType theRange[2], const bool isFiltered);
 
   virtual
   void
index 54ff4f87d1ab7144301338235aed7ef73b6aa27d..a2b9b4d32ade9c8c37c0ef2a4603d8555b58ab5d 100644 (file)
@@ -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;
index 041a37d21082088c2b5b983b7ecd669cb35c1b77..3d2435bacf8aa2b7c2b59f22c8a521fddbc1ab9d 100644 (file)
@@ -69,7 +69,7 @@ public:
   
   virtual
   void
-  SetScalarRange(vtkFloatingPointType theRange[2]);
+  SetScalarRange(vtkFloatingPointType theRange[2], const bool isFiltered);
 
   virtual
   vtkFloatingPointType*