KitwareMedical / HASI

High-throughput Applications for Skeletal Imaging
Apache License 2.0
6 stars 8 forks source link

COMP: Removed redundant type alias. #68

Closed kian-weimer closed 2 years ago

kian-weimer commented 2 years ago

This resolves the following compiler warning: /localscratch/Users/kjweimer/ITK/Modules/Remote/HASI/include/itkSegmentBonesInMicroCTFilter.hxx:198:87: warning: declaration of ‘using FloatThresholdType = class itk::BinaryThresholdImageFilter<itk::Image<float, itk::SegmentBonesInMicroCTFilter<TInputImage, TOutputImage>::Dimension>, TOutputImage>’ shadows a member of ‘itk::SegmentBonesInMicroCTFilter<TInputImage, TOutputImage>’ [-Wshadow]

198 | using FloatThresholdType = BinaryThresholdImageFilter<RealImageType, TOutputImage>; | ^

In file included from /localscratch/Users/kjweimer/ITK/Modules/Remote/HASI/test/itkSegmentBonesInMicroCTFilterTest.cxx:19: /localscratch/Users/kjweimer/ITK/Modules/Remote/HASI/include/itkSegmentBonesInMicroCTFilter.h:89:9: note: shadowed declaration is here

89 | using FloatThresholdType = BinaryThresholdImageFilter<RealImageType, TOutputImage>; | ^~~~~~

dzenanz commented 2 years ago

pin ipfs testing data locally times out.