Commit 301e4bd
committed
build(wrapping): Fix missing wrapped type for itkWasmTransformIO
Only templated variants for double and float are available,
so alias to the double version of transforms for wrapping.
ITK/build-python/Wrapping/castxml_inputs/itkWasmTransformIO.cxx:26:39:
error: no type named 'WasmTransformIO' in namespace 'itk'
26 | using itkWasmTransformIO=itk::WasmTransformIO;
| ~~~~~^1 parent e0f4a93 commit 301e4bd
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| 150 | + | |
150 | 151 | | |
151 | 152 | | |
152 | 153 | | |
| |||
0 commit comments