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.
namespace itk
{
-
+
/** \class VTKImageToImageFilter
* \brief Converts a VTK image into an ITK image and plugs a
* vtk data pipeline to an ITK datapipeline.
{
public:
/** Standard class typedefs. */
- typedef VTKImageToImageFilter Self;
+ typedef VTKImageToImageFilter Self;
typedef ProcessObject Superclass;
typedef SmartPointer<Self> Pointer;
typedef SmartPointer<const Self> ConstPointer;
/** 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 */