Skip to content

Commit eb91db4

Browse files
committed
COMP: Use modern macro for name of class
When preparing for the future with ITK by setting ITK_FUTURE_LEGACY_REMOVE:BOOL=ON ITK_LEGACY_REMOVEBOOL=ON The future preferred macro should be used │ - itkTypeMacro │ + itkOverrideGetNameOfClassMacro
1 parent ce7c045 commit eb91db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/itkMorphologicalContourInterpolator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class MorphologicalContourInterpolator : public ImageToImageFilter< TImage, TIma
8080
itkNewMacro( Self );
8181

8282
/** Run-time type information (and related methods). */
83-
itkTypeMacro( MorphologicalContourInterpolator, ImageToImageFilter );
83+
itkOverrideGetNameOfClassMacro( MorphologicalContourInterpolator);
8484

8585
/** Interpolate only this label. Interpolates all labels if set to 0 (default). */
8686
itkSetMacro( Label, typename TImage::PixelType );

0 commit comments

Comments
 (0)