]> Creatis software - clitk.git/blobdiff - vv/vvImageWriter.txx
mechanism for hiding experimental stuff in vv
[clitk.git] / vv / vvImageWriter.txx
index 73d3a53a6d8682cb1ca877b9236bf7fe4d4a9944..35e5790c27dac6129000cc04cae4c7dd7615fb02 100644 (file)
@@ -35,6 +35,10 @@ void vvImageWriter::UpdateWithDim(std::string OutputPixelType)
     {
         UpdateWithDimAndOutputPixelType<short,VImageDimension>();
     }
+    else if (OutputPixelType == "unsigned short")
+    {
+        UpdateWithDimAndOutputPixelType<unsigned short,VImageDimension>();
+    }
     else if (OutputPixelType == "unsigned_short")
     {
         UpdateWithDimAndOutputPixelType<unsigned short,VImageDimension>();