From d54571378c577b97b27aa532faf30070e979dc02 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Tue, 31 May 2011 09:48:08 +0000 Subject: [PATCH] re indent --- packages/itkvtk/src/itkVTKImageToImageFilter.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/itkvtk/src/itkVTKImageToImageFilter.h b/packages/itkvtk/src/itkVTKImageToImageFilter.h index ac504ac..08a39ee 100644 --- a/packages/itkvtk/src/itkVTKImageToImageFilter.h +++ b/packages/itkvtk/src/itkVTKImageToImageFilter.h @@ -3,8 +3,8 @@ Program: Insight Segmentation & Registration Toolkit Module: $RCSfile: itkVTKImageToImageFilter.h,v $ Language: C++ - Date: $Date: 2008/03/03 11:49:18 $ - Version: $Revision: 1.1 $ + Date: $Date: 2011/05/31 09:48:08 $ + Version: $Revision: 1.2 $ Copyright (c) 2002 Insight Consortium. All rights reserved. See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. @@ -27,7 +27,7 @@ namespace itk { - + /** \class VTKImageToImageFilter * \brief Converts a VTK image into an ITK image and plugs a * vtk data pipeline to an ITK datapipeline. @@ -45,7 +45,7 @@ class ITK_EXPORT VTKImageToImageFilter : public ProcessObject { public: /** Standard class typedefs. */ - typedef VTKImageToImageFilter Self; + typedef VTKImageToImageFilter Self; typedef ProcessObject Superclass; typedef SmartPointer Pointer; typedef SmartPointer ConstPointer; @@ -58,9 +58,9 @@ public: /** Some typedefs. */ typedef TOutputImage OutputImageType; - typedef typename OutputImageType::ConstPointer OutputImagePointer; - typedef VTKImageImport< OutputImageType > ImporterFilterType; - typedef typename ImporterFilterType::Pointer ImporterFilterPointer; + typedef typename OutputImageType::ConstPointer OutputImagePointer; + typedef VTKImageImport< OutputImageType > ImporterFilterType; + typedef typename ImporterFilterType::Pointer ImporterFilterPointer; /** Get the output in the form of a vtkImage. This call is delegated to the internal vtkImageImporter filter */ -- 2.45.1