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 ec64423 commit 4d5b0e9Copy full SHA for 4d5b0e9
packages/transform-io/itkOutputTransformIO.h
@@ -113,6 +113,8 @@ class OutputTransformIO
113
#ifndef ITK_WASM_NO_MEMORY_IO
114
if (!this->m_TransformIO.IsNull() && !this->m_Identifier.empty())
115
{
116
+ this->m_TransformIO->Read();
117
+
118
const auto index = std::stoi(this->m_Identifier);
119
auto wasmTransformIOBase = WasmTransformIOBase<ParametersValueType>::New();
120
wasmTransformIOBase->SetTransformIO(this->m_TransformIO);
0 commit comments