| 556 | } |
| 557 | |
| 558 | unsigned int BSplineBasis1D::getNumBasisFunctionsTarget() const |
| 559 | { |
| 560 | return targetNumBasisfunctions; |
| 561 | } |
| 562 | |
| 563 | // Return indices of supporting basis functions at x |
| 564 | std::vector<int> BSplineBasis1D::indexSupportedBasisfunctions(double x) const |
nothing calls this directly
no outgoing calls
no test coverage detected