X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FcreaImageIOGimmickView.cpp;fp=src%2FcreaImageIOGimmickView.cpp;h=3e1224b66c44f786abf094b46a218eb2db91f47b;hb=2e07001ca19daa5e58e0af4a6e5ebfbe75de91c5;hp=93d286b21952e2b6a33d5c0a8ddc79c98e3e40ff;hpb=70e4bc47841f058d141bf39b53822c907d66fd32;p=creaImageIO.git diff --git a/src/creaImageIOGimmickView.cpp b/src/creaImageIOGimmickView.cpp index 93d286b..3e1224b 100644 --- a/src/creaImageIOGimmickView.cpp +++ b/src/creaImageIOGimmickView.cpp @@ -462,7 +462,7 @@ void GimmickView::ReadImagesNotThreaded(std::vector& s, std::vect // If we want only one output information structure, we set it outside the loop if(!i_attr.mult) { - getAttributes(im.front(), o_output.front().infos,i_attr); + getAttributes(im.front(), o_output.front().infos, i_attr); } } @@ -564,7 +564,7 @@ void GimmickView::ReadImagesNotThreaded(std::vector& s, std::vect } - ////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////// // create an output structure with n entries (T size) = T + n output ////////////////////////////////////////////////////////// void GimmickView::readImages4(std::vector& o_output, std::vector im, @@ -685,7 +685,6 @@ void GimmickView::ReadImagesNotThreaded(std::vector& s, std::vect - void GimmickView::ReadImagesNotThreadedInVector(std::vector& s, std::vector im, int dimension) { // Create the output data @@ -927,4 +926,4 @@ void GimmickView::ReadImagesNotThreadedInVector(std::vector& s, s // } //} // -} // EO namespace creaImageIO \ No newline at end of file +} // EO namespace creaImageIO