]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkMedicalImageReader2.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkMedicalImageReader2.java
1 // java wrapper for vtkMedicalImageReader2 object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkMedicalImageReader2 extends vtkImageReader2
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native long GetMedicalImageProperties_2();
19   public vtkMedicalImageProperties GetMedicalImageProperties() {
20     long temp = GetMedicalImageProperties_2();
21
22     if (temp == 0) return null;
23     return (vtkMedicalImageProperties)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
26   private native void SetPatientName_3(String id0);
27   public void SetPatientName(String id0)
28     { SetPatientName_3(id0); }
29
30   private native String GetPatientName_4();
31   public String GetPatientName()
32     { return GetPatientName_4(); }
33
34   private native void SetPatientID_5(String id0);
35   public void SetPatientID(String id0)
36     { SetPatientID_5(id0); }
37
38   private native String GetPatientID_6();
39   public String GetPatientID()
40     { return GetPatientID_6(); }
41
42   private native void SetDate_7(String id0);
43   public void SetDate(String id0)
44     { SetDate_7(id0); }
45
46   private native String GetDate_8();
47   public String GetDate()
48     { return GetDate_8(); }
49
50   private native void SetSeries_9(String id0);
51   public void SetSeries(String id0)
52     { SetSeries_9(id0); }
53
54   private native String GetSeries_10();
55   public String GetSeries()
56     { return GetSeries_10(); }
57
58   private native void SetStudy_11(String id0);
59   public void SetStudy(String id0)
60     { SetStudy_11(id0); }
61
62   private native String GetStudy_12();
63   public String GetStudy()
64     { return GetStudy_12(); }
65
66   private native void SetImageNumber_13(String id0);
67   public void SetImageNumber(String id0)
68     { SetImageNumber_13(id0); }
69
70   private native String GetImageNumber_14();
71   public String GetImageNumber()
72     { return GetImageNumber_14(); }
73
74   private native void SetModality_15(String id0);
75   public void SetModality(String id0)
76     { SetModality_15(id0); }
77
78   private native String GetModality_16();
79   public String GetModality()
80     { return GetModality_16(); }
81
82   public vtkMedicalImageReader2() { super(); }
83
84   public vtkMedicalImageReader2(long id) { super(id); }
85   public native long   VTKInit();
86
87 }