X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvImageReader.txx;h=fd1c5755c6670b805c6da83f650768d732f0fab2;hb=51ed8f6ccb58c734bda9edfc31a9f0f80c3cc797;hp=de8da61c5c8305467b12bf032a9640e3f970dee6;hpb=b29f225c9396ca737ce59bdf0d9ef50a6c1e9bc5;p=clitk.git diff --git a/vv/vvImageReader.txx b/vv/vvImageReader.txx index de8da61..fd1c575 100644 --- a/vv/vvImageReader.txx +++ b/vv/vvImageReader.txx @@ -46,6 +46,8 @@ void vvImageReader::UpdateWithDim(std::string InputPixelType) UpdateWithDimAndInputPixelType(); else if (InputPixelType == "int") UpdateWithDimAndInputPixelType(); + else if (InputPixelType == "unsigned_int") + UpdateWithDimAndInputPixelType(); else if (InputPixelType == "double") UpdateWithDimAndInputPixelType(); else if (InputPixelType == "float")