X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FvvFromITK.h;h=818705176e5f2d4701af011aed6cef7f5f216669;hb=558ee3aac5989966a5695cf1ab361317bccfcc4a;hp=4add8912c43c09e75e452f63ef18d0bd2d1f60d5;hpb=039781919d2f8aded60740ec0e1f283bc5d410bb;p=clitk.git diff --git a/common/vvFromITK.h b/common/vvFromITK.h index 4add891..8187051 100644 --- a/common/vvFromITK.h +++ b/common/vvFromITK.h @@ -17,11 +17,15 @@ ======================================================================-====*/ #ifndef VVIMAGEFROMITK_H #define VVIMAGEFROMITK_H + +// vv #include "vvImage.h" -//#include + +// itk #include #include +//------------------------------------------------------------------------------ /**Converts the itk image to vv, handling the 4D problem * The time_sequence boolean specifies that the image is to be interpreted as a time sequence, * even if its dim is < 4. */ @@ -103,5 +107,6 @@ template vvImage::Pointer vvImageFromITK(type } return vv_image; } +//------------------------------------------------------------------------------ #endif //vvImageFromITK