Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

jcfr
Copy link
Member

@jcfr jcfr commented Jan 28, 2025

Removed deprecated Jacobian-related methods to ensure compatibility with ITK configured with ITK_LEGACY_REMOVE set to ON.

Key Changes:

  • Removed legacy methods ComputeJacobianWithRespectToPosition and ComputeInverseJacobianWithRespectToPosition in vtkITKTransformInverse.h and itkWarpTransform3D.h.
  • Simplified code by eliminating outdated API usage.
  • Updated TransformPhysicalPointToIndex calls for improved clarity and adherence to ITK's current conventions.

This will make it easier to turn on ITK_LEGACY_REMOVE, and eventually move to a newer version of ITK (e.g. 6.0).

…ance

Removed deprecated Jacobian-related methods to ensure compatibility with
ITK configured with ITK_LEGACY_REMOVE set to ON.

Key Changes:
- Removed legacy methods `ComputeJacobianWithRespectToPosition` and `ComputeInverseJacobianWithRespectToPosition` in `vtkITKTransformInverse.h` and `itkWarpTransform3D.h`.
- Simplified code by eliminating outdated API usage.
- Updated `TransformPhysicalPointToIndex` calls for improved clarity and adherence to ITK's current conventions.

This will make it easier to turn on ITK_LEGACY_REMOVE,
and eventually move to a newer version of ITK (e.g. 6.0).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Domain: build-system Status: Draft This pull-request is not yet ready for integration
Development

Successfully merging this pull request may close these issues.

3 participants