]> Creatis software - creaVtk.git/blobdiff - lib/creaVtk/vtkStreamLineCreateColorInfo.cpp
#2453 creaVtk Feature New Normal - Stream Lines segmentation by Scalars
[creaVtk.git] / lib / creaVtk / vtkStreamLineCreateColorInfo.cpp
index c088d5e211029ba63edd7f9736d664627700ae81..f26bf2e0969562a4a322bfecf21c5ad22e03cfbb 100644 (file)
@@ -126,15 +126,15 @@ void vtkStreamLineCreateColorInfo::Run()
                magnitud->SetTuple1 (id, mag);
                velocity->SetTuple3 (id, vx,vy,vz);
                colorDirection->SetTuple3 (id, colorDirX,colorDirY,colorDirZ);
-}
+               } // for jj
 
                ii=ii+numberofids+1;
-       } // for iLine
+   } // for iLine
 
-               _StreamLinesIn->GetPointData()->AddArray( mask );
-               _StreamLinesIn->GetPointData()->AddArray( magnitud );
-               _StreamLinesIn->GetPointData()->AddArray( velocity );
-               _StreamLinesIn->GetPointData()->AddArray( colorDirection );
+       _StreamLinesIn->GetPointData()->AddArray( mask );
+       _StreamLinesIn->GetPointData()->AddArray( magnitud );
+       _StreamLinesIn->GetPointData()->AddArray( velocity );
+       _StreamLinesIn->GetPointData()->AddArray( colorDirection );
 
 }