| 345 | } |
| 346 | |
| 347 | void |
| 348 | GetSpatialHessian(const InputPointType &, SpatialHessianType &) const override |
| 349 | { |
| 350 | itkExceptionMacro(<< unimplementedOverrideMessage); |
| 351 | } |
| 352 | |
| 353 | void |
| 354 | GetJacobianOfSpatialJacobian(const InputPointType &, |
nothing calls this directly
no outgoing calls
no test coverage detected