MCPcopy Create free account
hub / github.com/SuperElastix/elastix / GetSpatialJacobian

Function GetSpatialJacobian

Common/Transforms/itkStackTransform.h:341–345  ·  view source on GitHub ↗

Must be provided. */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected