X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fitkvtk%2Fsrc%2FitkVTKImageToImageFilter.h;h=08a39ee126117e3c9ab4bd80dea2be91ba743477;hb=d54571378c577b97b27aa532faf30070e979dc02;hp=ac504ac290701fc98e05c1dd30e815213c89d3dd;hpb=563de6abdbea819bb8ee2170fb6f5495a5a8a0e4;p=bbtk.git 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 */