Skip to content

COMP: Fix missing wrapped type for itkWasmTransformIO - #1467

Merged
hjmjohnson merged 1 commit into
mainfrom
fix-wrapping-wasm
Nov 11, 2025
Merged

COMP: Fix missing wrapped type for itkWasmTransformIO#1467
hjmjohnson merged 1 commit into
mainfrom
fix-wrapping-wasm

Conversation

@hjmjohnson

Copy link
Copy Markdown
Member

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;
| ~~~~~^

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;
      |                                  ~~~~~^

@thewtex thewtex left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, Hans!!

@hjmjohnson
hjmjohnson merged commit 301e4bd into main Nov 11, 2025
82 checks passed
@thewtex
thewtex deleted the fix-wrapping-wasm branch November 14, 2025 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants