From: dsarrut Date: Wed, 7 Jul 2010 06:56:29 +0000 (+0000) Subject: cosmetic X-Git-Tag: v1.2.0~570 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=f0208631b72d804fd18e692a4f96acea88709023;p=clitk.git cosmetic --- 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