MCPcopy Create free account
hub / github.com/Kitware/VTK / InternalTransformDerivative

Method InternalTransformDerivative

Common/Transforms/vtkWarpTransform.cxx:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void vtkWarpTransform::InternalTransformDerivative(
75 const float input[3], float output[3], float derivative[3][3])
76{
77 vtkWarpTransformDerivative(this, this->InverseFlag, input, output, derivative);
78}
79
80void vtkWarpTransform::InternalTransformDerivative(
81 const double input[3], double output[3], double derivative[3][3])

Callers 4

FunctionGradientMethod · 0.45

Calls 1

Tested by

no test coverage detected