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

Method InterpolationFunctions

Testing/GenericBridge/vtkBridgeCell.cxx:1023–1026  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Description: Compute the weights for parametric coordinates `pcoords'.

Source from the content-addressed store, hash-verified

1021// Description:
1022// Compute the weights for parametric coordinates `pcoords'.
1023void vtkBridgeCell::InterpolationFunctions(const double pcoords[3], double* weights)
1024{
1025 this->Cell->InterpolateFunctions(pcoords, weights);
1026}
1027VTK_ABI_NAMESPACE_END

Callers 1

InterpolateTupleMethod · 0.95

Calls 1

InterpolateFunctionsMethod · 0.45

Tested by

no test coverage detected