UNPKG

itk-wasm

Version:

High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.

13 lines 344 B
function polyDataTransferables(polyData) { return [ polyData.points, polyData.vertices, polyData.lines, polyData.polygons, polyData.triangleStrips, polyData.pointData, polyData.cellData ]; } export default polyDataTransferables; //# sourceMappingURL=poly-data-transferables.js.map