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