Slicer 5.6
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Loading...
Searching...
No Matches
vtkITKArchetypeImageSeriesScalarReader.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$
10 Date: $Date$
11 Version: $Revision$
12
13==========================================================================*/
14
15#ifndef __vtkITKArchetypeImageSeriesScalarReader_h
16#define __vtkITKArchetypeImageSeriesScalarReader_h
17
19
20#include "itkImageFileReader.h"
21
23{
24 public:
25
28 void PrintSelf(ostream& os, vtkIndent indent) override;
29
30 protected:
33
34 int RequestData(vtkInformation* request, vtkInformationVector** inputVector, vtkInformationVector* outputVector) override;
35 static void ReadProgressCallback(itk::Object* obj, const itk::EventObject&, void* data);
37
38private:
40 void operator=(const vtkITKArchetypeImageSeriesScalarReader&) = delete;
41};
42
43#endif
Read a series of files that have a common naming convention.
void PrintSelf(ostream &os, vtkIndent indent) override
static vtkITKArchetypeImageSeriesScalarReader * New()
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
static void ReadProgressCallback(itk::Object *obj, const itk::EventObject &, void *data)