]> Creatis software - creaImageIO.git/commitdiff
Merge remote-tracking branch 'origin/changestoITK3and4' into vtk7itk4wx3
authorEduardo DAVILA <davila@localhost.localdomain>
Wed, 4 Oct 2017 09:45:40 +0000 (11:45 +0200)
committerEduardo DAVILA <davila@localhost.localdomain>
Wed, 4 Oct 2017 09:45:40 +0000 (11:45 +0200)
1  2 
src/creaImageIOWxAnySimpleDlg.h

index df248194e422405edfd7a69d4515ae6bfd69194a,df655a4ce7369a28490eda436f3d81fbb911728a..65c80a627f9c92bee84340ce7cabca029f0a2abe
@@@ -116,18 -116,9 +116,17 @@@ namespace creaImageI
                        connector->Update();
                        vtkImageData *im = vtkImageData::New();
                        im->ShallowCopy(connector->GetOutput());
 +
 +//EED 2017-01-01 Migration VTK7
 +#if VTK_MAJOR_VERSION <= 5
                        im->Update();
 +#else
 +                      im->Modified();
 +#endif
 +
 +
                        m_Vresults.push_back(im);
                 }
                  
          template <typename TImage> 
          void split4Din3Dvtk(TImage* i_Img);