pyushkevich / itksnap

ITK-SNAP medical image segmentation tool
http://www.itksnap.org
GNU General Public License v3.0
299 stars 88 forks source link

itkMorphologicalContourInterpolator_old: remove unused old version of this #114

Open carandraug opened 9 months ago

carandraug commented 9 months ago

itk::MorphologicalContourInterpolator is a class defined in the ITK remote ITKMorphologicalContourInterpolation since ITK 4.11.

These two files are an old version of that code which used to be bundled in ITK. It is unused since 41546ab9 when support for ITK5 was added.