We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ae68b commit b100e99Copy full SHA for b100e99
Sources/Common/DataModel/ITKHelper/index.js
@@ -6,7 +6,7 @@ import vtkDataArray from 'vtk.js/Sources/Common/Core/DataArray';
6
*
7
* Requires an itk.js image as input.
8
*/
9
-function convertItkToVtkImage(itkImage, options) {
+function convertItkToVtkImage(itkImage, options = {}) {
10
// create VTK image data
11
const imageData = vtkImageData.newInstance({
12
origin: itkImage.origin.slice(),
0 commit comments