Slicer  4.8
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
vtkITKArchetypeImageSeriesVectorReaderSeries.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Copyright Brigham and Women's Hospital (BWH) All Rights Reserved.
4 
5  See COPYRIGHT.txt
6  or http://www.slicer.org/copyright/copyright.txt for details.
7 
8  Program: vtkITK
9  Module: $HeadURL: http://svn.slicer.org/Slicer4/trunk/Libs/vtkITK/vtkITKArchetypeImageSeriesVectorReaderSeries.h $
10  Date: $Date: 2007-01-19 13:21:56 -0500 (Fri, 19 Jan 2007) $
11  Version: $Revision: 2267 $
12 
13 ==========================================================================*/
14 
15 #ifndef __vtkITKArchetypeImageSeriesVectorReaderSeries_h
16 #define __vtkITKArchetypeImageSeriesVectorReaderSeries_h
17 
19 #include <vtkVersion.h>
20 namespace itk
21 {
22  class ProcessObject;
23  class ProgressEvent;
24 };
25 
27 {
28 public:
31  void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
32 
33  static void ReadProgressCallback(itk::ProcessObject* obj,
34  const itk::ProgressEvent&,
35  void* data);
36 protected:
39 
40  void ExecuteDataWithInformation(vtkDataObject *output, vtkInformation *outInfo) VTK_OVERRIDE;
41 };
42 
43 #endif
Simplified inverse ITK transforms.
Read a series of files that have a common naming convention.