Salome HOME
Porting to VTK 6.
[modules/visu.git] / src / OBJECT / VISU_ActorBase.cxx
index cab16dce0c7443feede90da2d7b5e811a65a1cf7..0f68c79cd61c15cb03ee88d01ae28c2fcdcd56c0 100644 (file)
@@ -118,12 +118,12 @@ VISU_ActorBase
 
 void
 VISU_ActorBase
-::SetLineWidth(vtkFloatingPointType theLineWidth)
+::SetLineWidth(double theLineWidth)
 {
   GetProperty()->SetLineWidth(theLineWidth);
 }
 
-vtkFloatingPointType
+double
 VISU_ActorBase
 ::GetLineWidth()
 {
@@ -181,13 +181,13 @@ bool VISU_ActorBase::IsShrunkable()
 
 void
 VISU_ActorBase
-::SetShrinkFactor(vtkFloatingPointType theValue)
+::SetShrinkFactor(double theValue)
 {
   myShrinkFilter->SetShrinkFactor(theValue);
   Modified();
 }
 
-vtkFloatingPointType
+double
 VISU_ActorBase
 ::GetShrinkFactor()
 {