Skip to content

STYLE: Remove unused method itkWrapTransform3D::GetJacobian

Created by: jcfr

STYLE: Remove unused method itkWrapTransform3D::GetJacobian

Reviewing changes introduced in r24669 (COMP: Add ITK_OVERRIDE designations for C++11) also identified some dead code that was intended to override a parent class and provide exceptions or no action, but infact did not override any parent virtual function.

Merge request reports

Loading