From b9ba052017bdb1396d8c1b0d73487d737485266e Mon Sep 17 00:00:00 2001 From: dsarrut Date: Tue, 15 Feb 2011 10:38:47 +0000 Subject: [PATCH] cosmetic --- common/clitkImageCommon.txx | 10 +++++++--- common/clitkTimer.h | 9 --------- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/common/clitkImageCommon.txx b/common/clitkImageCommon.txx index ca8206e..74f5730 100644 --- a/common/clitkImageCommon.txx +++ b/common/clitkImageCommon.txx @@ -21,7 +21,8 @@ //-------------------------------------------------------------------- template -typename itk::Image::Pointer NewImage1D(int vsize, double vspacing) +typename itk::Image::Pointer +NewImage1D(int vsize, double vspacing) { typedef itk::Image ImageType; typename ImageType::Pointer g = ImageType::New(); @@ -39,7 +40,8 @@ typename itk::Image::Pointer NewImage1D(int vsize, double vspacing) //-------------------------------------------------------------------- template -typename itk::Image::Pointer NewImage2D(int sx, int sy, double dx, double dy) +typename itk::Image::Pointer +NewImage2D(int sx, int sy, double dx, double dy) { typedef itk::Image ImageType; typename ImageType::Pointer g = ImageType::New(); @@ -57,9 +59,11 @@ typename itk::Image::Pointer NewImage2D(int sx, int sy, double dx, } //-------------------------------------------------------------------- + //-------------------------------------------------------------------- template -typename itk::Image::Pointer NewImage3D(int sx, int sy, int sz, double dx, double dy, double dz) +typename itk::Image::Pointer +NewImage3D(int sx, int sy, int sz, double dx, double dy, double dz) { typedef itk::Image ImageType; typename ImageType::Pointer g = ImageType::New(); diff --git a/common/clitkTimer.h b/common/clitkTimer.h index dcc32be..29aca66 100644 --- a/common/clitkTimer.h +++ b/common/clitkTimer.h @@ -17,15 +17,6 @@ ======================================================================-====*/ #ifndef CLITKTIMER_H #define CLITKTIMER_H -/** - =================================================================== - * @file clitkTimer.h - * @author David Sarrut - * @date 18 Jul 2007 16:26:08 - - * @brief - - ===================================================================*/ //#include "clitkCommon.h" #include -- 2.47.1