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