forked from ANTsX/ANTs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COMP: Fix inconsistency of SetSigma types and overrides
Remove unnecessary redundancy for the SetSigma() between the base class and the derived class. ANTs/Examples/SurfaceBasedSmoothing.cxx:7: ANTs/Utilities/itkSurfaceImageCurvature.h:155:3: warning: 'SetSigma' overrides a member function but is not marked 'override' itkSetMacro(Sigma, float); ^ ANTs/Examples/SurfaceBasedSmoothing.cxx:71:3: note: in instantiation of template class 'itk::SurfaceImageCurvature<itk::Image<float, 3> >' requested here ParamType::Pointer Parameterizer = ParamType::New(); ^ ANTs/Utilities/itkSurfaceCurvatureBase.h:164:3: note: overridden virtual function is here itkSetMacro(Sigma, RealType); ^
- Loading branch information
1 parent
7e85d85
commit 949463d
Showing
4 changed files
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters