Skip to content
Snippets Groups Projects
Commit 9df87b61 authored by Julien Malik's avatar Julien Malik
Browse files

ENH: fix typos error due to copy/paste from StreamingStats filter

parent c49a77c2
No related branches found
No related tags found
No related merge requests found
...@@ -201,10 +201,10 @@ public: ...@@ -201,10 +201,10 @@ public:
/** Creation through object factory macro */ /** Creation through object factory macro */
itkTypeMacro(StreamingCompareImageFilter, PersistentFilterStreamingDecorator); itkTypeMacro(StreamingCompareImageFilter, PersistentFilterStreamingDecorator);
typedef typename Superclass::FilterType StatFilterType; typedef typename Superclass::FilterType CompareFilterType;
typedef typename StatFilterType::PixelType PixelType; typedef typename CompareFilterType::PixelType PixelType;
typedef typename StatFilterType::RealType RealType; typedef typename CompareFilterType::RealType RealType;
typedef TInputImage InputImageType; typedef TInputImage InputImageType;
/** Type of DataObjects used for scalar outputs */ /** Type of DataObjects used for scalar outputs */
typedef itk::SimpleDataObjectDecorator<RealType> RealObjectType; typedef itk::SimpleDataObjectDecorator<RealType> RealObjectType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment