Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ NumberOfSimplexFunctions
Function
NumberOfSimplexFunctions
Common/DataModel/vtkBezierInterpolation.cxx:64–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
static vtkIdType NumberOfSimplexFunctions(int dim, int deg)
65
{
66
return BinomialCoefficient(dim + deg, dim);
67
}
68
69
static vtkVector3i unflattenTri(int deg, vtkIdType flat)
70
{
Callers
4
unflattenTetrahedron
Function · 0.85
FlattenSimplex
Method · 0.85
DeCasteljauSimplex
Method · 0.85
DeCasteljauSimplexDeriv
Method · 0.85
Calls
1
BinomialCoefficient
Function · 0.85
Tested by
no test coverage detected