Skip to content

Commit

Permalink
Merge pull request #155 from aylward/InverseIntensity
Browse files Browse the repository at this point in the history
BUG: Incorrect class specification for InverseIntensityImageFilter
  • Loading branch information
aylward committed Apr 21, 2024
2 parents 462e7d6 + ddeae65 commit 1a4b658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Filtering/itktubeInverseIntensityImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class InverseIntensityImageFilter
itkGetMacro( InverseMaximumIntensity, InputPixelType );

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

protected:

Expand Down

0 comments on commit 1a4b658

Please sign in to comment.