Skip to content
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/itkDICOMOrientImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class ITK_TEMPLATE_EXPORT DICOMOrientImageFilter : public ImageToImageFilter<TIn
itkNewMacro(Self);

/** Runtime information support. */
itkTypeMacro(DICOMOrientImageFilter, ImageToImageFilter);
itkOverrideGetNameOfClassMacro(DICOMOrientImageFilter);

using OrientationEnum = DICOMOrientation::OrientationEnum;

Expand Down
2 changes: 1 addition & 1 deletion include/itkHessianImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class HessianImageFilter : public ImageToImageFilter<TInputImage, TOutputImage>


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

/** Method for creation through the object factory. */
itkNewMacro(Self);
Expand Down
2 changes: 1 addition & 1 deletion include/itkMaskedAssignImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class MaskedAssignImageFilter : public TernaryGeneratorImageFilter<TInputImage,
itkNewMacro(Self);

/** Runtime information support. */
itkTypeMacro(MaskedAssignImageFilter, TernaryGeneratorImageFilter);
itkOverrideGetNameOfClassMacro(MaskedAssignImageFilter);

/** Typedefs **/
using InputImageType = TInputImage;
Expand Down
2 changes: 1 addition & 1 deletion include/itkNPasteImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class ITK_TEMPLATE_EXPORT NPasteImageFilter : public InPlaceImageFilter<TInputIm
itkNewMacro(Self);

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

/** Typedefs from Superclass */
using InputImagePointer = typename Superclass::InputImagePointer;
Expand Down
2 changes: 1 addition & 1 deletion include/itkObjectnessMeasureImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class ObjectnessMeasureImageFilter : public ImageToImageFilter<TInputImage, TOut
itkNewMacro(Self);

/** Runtime information support. */
itkTypeMacro(ObjectnessMeasureImageFilter, ImageToImageFilter);
itkOverrideGetNameOfClassMacro(ObjectnessMeasureImageFilter);


/** Set/Get Alpha, the weight corresponding to R_A
Expand Down
Loading