Must be provided. */
| 339 | |
| 340 | /** Must be provided. */ |
| 341 | void |
| 342 | GetSpatialJacobian(const InputPointType &, SpatialJacobianType &) const override |
| 343 | { |
| 344 | itkExceptionMacro(<< unimplementedOverrideMessage); |
| 345 | } |
| 346 | |
| 347 | void |
| 348 | GetSpatialHessian(const InputPointType &, SpatialHessianType &) const override |
nothing calls this directly
no outgoing calls
no test coverage detected