]> Creatis software - bbtk.git/commitdiff
re indent
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 31 May 2011 09:48:08 +0000 (09:48 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 31 May 2011 09:48:08 +0000 (09:48 +0000)
packages/itkvtk/src/itkVTKImageToImageFilter.h

index ac504ac290701fc98e05c1dd30e815213c89d3dd..08a39ee126117e3c9ab4bd80dea2be91ba743477 100644 (file)
@@ -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<Self>        Pointer;
   typedef SmartPointer<const Self>  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  */