Skip to content
This repository was archived by the owner on May 17, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/itkCoocurrenceTextureFeaturesImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class ITK_TEMPLATE_EXPORT CoocurrenceTextureFeaturesImageFilter : public ImageTo
using ConstPointer = SmartPointer<const Self>;

/** Run-time type information (and related methods). */
itkTypeMacro(CoocurrenceTextureFeaturesImageFilter, ImageToImageFilter);
itkOverrideGetNameOfClassMacro(CoocurrenceTextureFeaturesImageFilter);

/** standard New() method support */
itkNewMacro(Self);
Expand Down
2 changes: 1 addition & 1 deletion include/itkFirstOrderTextureFeaturesImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class ITK_TEMPLATE_EXPORT FirstOrderTextureFeaturesImageFilter
itkNewMacro(Self);

/** Runtime information support. */
itkTypeMacro(FirstOrderTextureFeaturesImageFilter, MovingHistogramMorphologyImageFilter);
itkOverrideGetNameOfClassMacro(FirstOrderTextureFeaturesImageFilter);

/** Image related type alias. */
using InputImageType = TInputImage;
Expand Down
2 changes: 1 addition & 1 deletion include/itkRunLengthTextureFeaturesImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class ITK_TEMPLATE_EXPORT RunLengthTextureFeaturesImageFilter : public ImageToIm
using ConstPointer = SmartPointer<const Self>;

/** Run-time type information (and related methods). */
itkTypeMacro(RunLengthTextureFeaturesImageFilter, ImageToImageFilter);
itkOverrideGetNameOfClassMacro(RunLengthTextureFeaturesImageFilter);

/** standard New() method support */
itkNewMacro(Self);
Expand Down