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

Method InterpolateFunctions

Common/DataModel/vtkLagrangeCurve.cxx:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void vtkLagrangeCurve::InterpolateFunctions(const double pcoords[3], double* weights)
68{
69 vtkLagrangeInterpolation::Tensor1ShapeFunctions(this->GetOrder(), pcoords, weights);
70}
71
72void vtkLagrangeCurve::InterpolateDerivs(const double pcoords[3], double* derivs)
73{

Callers

nothing calls this directly

Calls 1

GetOrderMethod · 0.45

Tested by

no test coverage detected