MCPcopy Create free account
hub / github.com/bgrimstad/splinter / getNumBasisFunctionsTarget

Method getNumBasisFunctionsTarget

src/bsplinebasis1d.cpp:558–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556}
557
558unsigned int BSplineBasis1D::getNumBasisFunctionsTarget() const
559{
560 return targetNumBasisfunctions;
561}
562
563// Return indices of supporting basis functions at x
564std::vector<int> BSplineBasis1D::indexSupportedBasisfunctions(double x) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected