Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Loading...
Searching...
No Matches
vtkITKArchetypeDiffusionTensorImageReaderFile.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==========================================================================*/
9
10#ifndef __vtkITKArchetypeDiffusionTensorImageReaderFile_h
11#define __vtkITKArchetypeDiffusionTensorImageReaderFile_h
12
14#include <vtkVersion.h>
15
16#include "itkImageFileReader.h"
17
19{
20public:
23 void PrintSelf(ostream& os, vtkIndent indent) override;
24
25protected:
28
29 int RequestData(vtkInformation*, vtkInformationVector**, vtkInformationVector*) override;
30 static void ReadProgressCallback(itk::Object* obj, const itk::EventObject&, void* data);
32
33private:
35 void operator=(const vtkITKArchetypeDiffusionTensorImageReaderFile&) = delete;
36};
37
38#endif
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
void PrintSelf(ostream &os, vtkIndent indent) override
static void ReadProgressCallback(itk::Object *obj, const itk::EventObject &, void *data)
static vtkITKArchetypeDiffusionTensorImageReaderFile * New()