Salome HOME
Porting to VTK 6.
[modules/visu.git] / src / PIPELINE / VISU_DataSetMapperHolder.cxx
index 916c391f1258e080733c73eaa56643cfbe21f97c..155e7309f67c3489db1eae4218674c84877ae55e 100644 (file)
@@ -107,7 +107,7 @@ void
 VISU_DataSetMapperHolder
 ::SetElnoDisassembleState( bool theIsShrunk )
 {
-  vtkFloatingPointType aShrinkFactor = std::abs( myElnoDisassembleFilter->GetShrinkFactor() );
+  double aShrinkFactor = std::abs( myElnoDisassembleFilter->GetShrinkFactor() );
   if ( theIsShrunk )
     myElnoDisassembleFilter->SetShrinkFactor( aShrinkFactor );
   else
@@ -233,7 +233,7 @@ VISU_DataSetMapperHolder
 }
 
 //----------------------------------------------------------------------------
-vtkFloatingPointType* 
+double* 
 VISU_DataSetMapperHolder
 ::GetNodeCoord(vtkIdType theObjID)
 {