VTK
vtkMedicalImageReader2.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkMedicalImageReader2.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
25 #ifndef vtkMedicalImageReader2_h
26 #define vtkMedicalImageReader2_h
27 
28 #include "vtkIOImageModule.h" // For export macro
29 #include "vtkImageReader2.h"
30 
32 
34 {
35 public:
36  static vtkMedicalImageReader2 *New();
38  void PrintSelf(ostream& os, vtkIndent indent);
39 
41 
42  vtkGetObjectMacro(MedicalImageProperties, vtkMedicalImageProperties);
44 
46 
48  virtual void SetPatientName(const char*);
49  virtual const char* GetPatientName();
50  virtual void SetPatientID(const char*);
51  virtual const char* GetPatientID();
52  virtual void SetDate(const char*);
53  virtual const char* GetDate();
54  virtual void SetSeries(const char*);
55  virtual const char* GetSeries();
56  virtual void SetStudy(const char*);
57  virtual const char* GetStudy();
58  virtual void SetImageNumber(const char*);
59  virtual const char* GetImageNumber();
60  virtual void SetModality(const char*);
61  virtual const char* GetModality();
63 
64 protected:
67 
70 
71 private:
72  vtkMedicalImageReader2(const vtkMedicalImageReader2&); // Not implemented.
73  void operator=(const vtkMedicalImageReader2&); // Not implemented.
74 };
75 
76 #endif
static vtkImageReader2 * New()
vtkMedicalImageProperties * MedicalImageProperties
a simple class to control print indentation
Definition: vtkIndent.h:38
Superclass of binary file readers.
void PrintSelf(ostream &os, vtkIndent indent)
vtkImageReader2 with medical meta data.
#define VTKIOIMAGE_EXPORT
some medical image properties.