MCPcopy 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
64static vtkIdType NumberOfSimplexFunctions(int dim, int deg)
65{
66 return BinomialCoefficient(dim + deg, dim);
67}
68
69static vtkVector3i unflattenTri(int deg, vtkIdType flat)
70{

Callers 4

unflattenTetrahedronFunction · 0.85
FlattenSimplexMethod · 0.85
DeCasteljauSimplexMethod · 0.85

Calls 1

BinomialCoefficientFunction · 0.85

Tested by

no test coverage detected