X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvMesh.cxx;h=e7045f58d84a19889f0f8abd97a4698587b237bb;hb=ebc1acee802a4dd54c3ff05662d3c7087c7aa882;hp=fd4faa84018f067ceffc71f137c1fd084f9aa649;hpb=3a823a03d4a2217e41e4dd3b05a8ea825bb762a5;p=clitk.git diff --git a/vv/vvMesh.cxx b/vv/vvMesh.cxx index fd4faa8..e7045f5 100644 --- a/vv/vvMesh.cxx +++ b/vv/vvMesh.cxx @@ -191,7 +191,7 @@ void vvMesh::ComputeMasks(vtkImageData* sample,bool extrude) #if VTK_MAJOR_VERSION <= 5 sts->SetInput(extrude->GetOutput()); #else - sts->SetInputData(extrude->GetOutput()); + sts->SetInputConnection(extrude->GetOutputPort()); #endif } else { #if VTK_MAJOR_VERSION <= 5