]> Creatis software - clitk.git/blobdiff - vv/vvImageReader.txx
Adapted ggo include dir to new structure
[clitk.git] / vv / vvImageReader.txx
index de8da61c5c8305467b12bf032a9640e3f970dee6..fd1c5755c6670b805c6da83f650768d732f0fab2 100644 (file)
@@ -46,6 +46,8 @@ void vvImageReader::UpdateWithDim(std::string InputPixelType)
     UpdateWithDimAndInputPixelType<unsigned char,VImageDimension>();
   else if (InputPixelType == "int")
     UpdateWithDimAndInputPixelType<int,VImageDimension>();
+  else if (InputPixelType == "unsigned_int")
+    UpdateWithDimAndInputPixelType<unsigned int,VImageDimension>();
   else if (InputPixelType == "double")
     UpdateWithDimAndInputPixelType<double,VImageDimension>();
   else if (InputPixelType == "float")