We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc59b2e + c5fd21e commit ce05a8aCopy full SHA for ce05a8a
include/itkPointFeature.h
@@ -70,7 +70,7 @@ class PointFeature : public itk::MeshToMeshFilter<TInputPointSet, TOutputPointSe
70
using FeatureTypePointer = typename FeatureType::Pointer;
71
72
/** Run-time type information. */
73
- itkTypeMacro(PointFeature, MeshToMeshFilter);
+ itkOverrideGetNameOfClassMacro(PointFeature);
74
75
/** Standard New macro. */
76
itkNewMacro(Self);
0 commit comments