Skip to content

Commit

Permalink
Merge pull request #71 from thewtex/vlv-float32
Browse files Browse the repository at this point in the history
vlv float32
  • Loading branch information
thewtex authored Nov 11, 2024
2 parents 410f01a + a9d1fd7 commit 7c98125
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion wasm/mesh-to-poly-data.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ int main (int argc, char * argv[])
float,
double,
itk::Vector<uint8_t, 3>,
itk::Vector<float, 3>
itk::Vector<float, 3>,
itk::VariableLengthVector<uint8_t>,
itk::VariableLengthVector<float>
>
::Dimensions<2U,3U>("mesh", pipeline);
}
4 changes: 2 additions & 2 deletions wasm/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itk-wasm/mesh-to-poly-data",
"version": "1.1.0",
"version": "1.1.1",
"description": "Convert an ITK Mesh to a simple data structure compatible with vtkPolyData.",
"type": "module",
"module": "./dist/index.js",
Expand Down Expand Up @@ -52,4 +52,4 @@
"type": "git",
"url": "https://github.com/InsightSoftwareConsortium/ITKMeshToPolyData"
}
}
}

0 comments on commit 7c98125

Please sign in to comment.