Skip to content

ENH: Unit tests for ImplicitVolume/ImplicitDataSet

Improves coverage and consistency of ImplicitDataSet and ImplicitVolume.

BUG: A memory leak was detected in ImplicitVolume::EvaluateGradient when the error condition occurred.

STYLE: The error messages for both classes were made more descriptive and consistent.

NOTE: ImplicitVolume and ImplicitDataSet use different techniques to compute the gradient and their signs differ fir ImageData. A future patch will address this inconsistency.

Merge request reports