Skip to content

Commit 4d5b0e9

Browse files
committed
fix(OutputTransformIO): must call Read() with memory-io
1 parent ec64423 commit 4d5b0e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/transform-io/itkOutputTransformIO.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ class OutputTransformIO
113113
#ifndef ITK_WASM_NO_MEMORY_IO
114114
if (!this->m_TransformIO.IsNull() && !this->m_Identifier.empty())
115115
{
116+
this->m_TransformIO->Read();
117+
116118
const auto index = std::stoi(this->m_Identifier);
117119
auto wasmTransformIOBase = WasmTransformIOBase<ParametersValueType>::New();
118120
wasmTransformIOBase->SetTransformIO(this->m_TransformIO);

0 commit comments

Comments
 (0)