MCPcopy Index your code
hub / github.com/plotly/plotly.js / buildSurfaceNets

Function buildSurfaceNets

stackgl_modules/index.js:37767–37771  ·  view source on GitHub ↗
(order, dtype)

Source from the content-addressed store, hash-verified

37765}
37766
37767function buildSurfaceNets(order, dtype) {
37768 var inKey = order.length + 'd'
37769 var fn = allFns[inKey]
37770 if(fn) return fn(generateContourExtractor, order, dtype)
37771}
37772
37773//1D case: Need to handle specially
37774function mesh1D(array, level) {

Callers 1

surfaceNetsFunction · 0.85

Calls 1

fnFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…