]> Creatis software - creaVtk.git/blobdiff - lib/creaVtk/vtkStreamLineCreateColorInfo.cpp
Merge remote-tracking branch 'origin/vtk7itk4' into vtk7itk4wx3
[creaVtk.git] / lib / creaVtk / vtkStreamLineCreateColorInfo.cpp
index f26bf2e0969562a4a322bfecf21c5ad22e03cfbb..9d522cb3ba4e88b5be2dbc62d8ef2ff7646bdf5c 100644 (file)
@@ -69,7 +69,13 @@ void vtkStreamLineCreateColorInfo::Run()
        double                  vx,vy,vz,mag;
        double                  colorDirX,colorDirY,colorDirZ;
 
+//EED 2017-01-01 Migration VTK7
+#if VTK_MAJOR_VERSION <= 5
        _StreamLinesIn->Update();
+#else
+  //...
+#endif
+
        vtkCharArray    *mask                           = vtkCharArray::New();
        vtkDoubleArray  *magnitud                       = vtkDoubleArray::New();
        vtkDoubleArray  *velocity                       = vtkDoubleArray::New();