Salome HOME
Join modifications from branch BR_DEBUG_3_2_0b1
[modules/visu.git] / src / PIPELINE / VISU_VectorsPL.cxx
index 92a5e57591f621e2630166c5afd44252110c2384..3fa4bd6654f27e2da0eabc70a57075e9111950a6 100644 (file)
@@ -17,7 +17,7 @@
 //  License along with this library; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
-//  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 //
 // File:    VISU_PipeLine.cxx
@@ -101,7 +101,7 @@ VISU_VectorsPL
 
 void
 VISU_VectorsPL
-::SetScale(float theScale) 
+::SetScale(vtkFloatingPointType theScale) 
 {
   if(myScaleFactor == theScale) 
     return;
@@ -114,7 +114,7 @@ VISU_VectorsPL
   Modified();
 }
 
-float
+vtkFloatingPointType
 VISU_VectorsPL
 ::GetScale() 
 {
@@ -219,7 +219,7 @@ VISU_VectorsPL
 
 void
 VISU_VectorsPL
-::SetMapScale(float theMapScale)
+::SetMapScale(vtkFloatingPointType theMapScale)
 {
   VISU_ScalarMapPL::SetMapScale(theMapScale);