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

Method get_num_variables

python/splinter/function.py:60–61  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

58 return hessians
59
60 def get_num_variables(self):
61 return splinter._call(splinter._get_handle().splinter_bspline_get_num_variables, self._handle)
62
63 def save(self, filename):
64 splinter._call(splinter._get_handle().splinter_bspline_save, self._handle, get_c_string(filename))

Callers 3

__init__Method · 0.45
degreeMethod · 0.45
num_basis_functionsMethod · 0.45

Calls 1

_get_handleMethod · 0.80

Tested by

no test coverage detected