]> Creatis software - clitk.git/commitdiff
cosmetic
authordsarrut <dsarrut>
Wed, 7 Jul 2010 06:56:29 +0000 (06:56 +0000)
committerdsarrut <dsarrut>
Wed, 7 Jul 2010 06:56:29 +0000 (06:56 +0000)
common/vvFromITK.h

index 4add8912c43c09e75e452f63ef18d0bd2d1f60d5..818705176e5f2d4701af011aed6cef7f5f216669 100644 (file)
 ======================================================================-====*/
 #ifndef VVIMAGEFROMITK_H
 #define VVIMAGEFROMITK_H
+
+// vv
 #include "vvImage.h"
-//#include <itkImage.h>
+
+// itk
 #include <itkExtractImageFilter.h>
 #include <itkImageToVTKImageFilter.h>
 
+//------------------------------------------------------------------------------
 /**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<unsigned int Dim, class PixelType> vvImage::Pointer vvImageFromITK(type
     }
     return vv_image;
 }
+//------------------------------------------------------------------------------
 
 #endif //vvImageFromITK