From e9b30dcd6a6b3e62c14244f027b3a5a3c59d1f29 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Fri, 8 Nov 2024 17:03:38 -0500 Subject: [PATCH] BUG: Support Variable-Length-Vector in mesh-to-polydata --- wasm/mesh-to-poly-data.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wasm/mesh-to-poly-data.cxx b/wasm/mesh-to-poly-data.cxx index 81dda12..4ddf8d5 100644 --- a/wasm/mesh-to-poly-data.cxx +++ b/wasm/mesh-to-poly-data.cxx @@ -68,7 +68,9 @@ int main (int argc, char * argv[]) float, double, itk::Vector, - itk::Vector + itk::Vector, + itk::VariableLengthVector, + itk::VariableLengthVector > ::Dimensions<2U,3U>("mesh", pipeline); }