]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkDICOMImageReader.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkDICOMImageReader.java
1 // java wrapper for vtkDICOMImageReader object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkDICOMImageReader 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 void SetFileName_2(String id0);
19   public void SetFileName(String id0)
20     { SetFileName_2(id0); }
21
22   private native void SetDirectoryName_3(String id0);
23   public void SetDirectoryName(String id0)
24     { SetDirectoryName_3(id0); }
25
26   private native String GetDirectoryName_4();
27   public String GetDirectoryName()
28     { return GetDirectoryName_4(); }
29
30   private native double[] GetPixelSpacing_5();
31   public double[] GetPixelSpacing()
32     { return GetPixelSpacing_5(); }
33
34   private native int GetWidth_6();
35   public int GetWidth()
36     { return GetWidth_6(); }
37
38   private native int GetHeight_7();
39   public int GetHeight()
40     { return GetHeight_7(); }
41
42   private native double[] GetImagePositionPatient_8();
43   public double[] GetImagePositionPatient()
44     { return GetImagePositionPatient_8(); }
45
46   private native double[] GetImageOrientationPatient_9();
47   public double[] GetImageOrientationPatient()
48     { return GetImageOrientationPatient_9(); }
49
50   private native int GetBitsAllocated_10();
51   public int GetBitsAllocated()
52     { return GetBitsAllocated_10(); }
53
54   private native int GetPixelRepresentation_11();
55   public int GetPixelRepresentation()
56     { return GetPixelRepresentation_11(); }
57
58   private native int GetNumberOfComponents_12();
59   public int GetNumberOfComponents()
60     { return GetNumberOfComponents_12(); }
61
62   private native String GetTransferSyntaxUID_13();
63   public String GetTransferSyntaxUID()
64     { return GetTransferSyntaxUID_13(); }
65
66   private native double GetRescaleSlope_14();
67   public double GetRescaleSlope()
68     { return GetRescaleSlope_14(); }
69
70   private native double GetRescaleOffset_15();
71   public double GetRescaleOffset()
72     { return GetRescaleOffset_15(); }
73
74   private native String GetPatientName_16();
75   public String GetPatientName()
76     { return GetPatientName_16(); }
77
78   private native String GetStudyUID_17();
79   public String GetStudyUID()
80     { return GetStudyUID_17(); }
81
82   private native String GetStudyID_18();
83   public String GetStudyID()
84     { return GetStudyID_18(); }
85
86   private native double GetGantryAngle_19();
87   public double GetGantryAngle()
88     { return GetGantryAngle_19(); }
89
90   private native int CanReadFile_20(String id0);
91   public int CanReadFile(String id0)
92     { return CanReadFile_20(id0); }
93
94   private native String GetFileExtensions_21();
95   public String GetFileExtensions()
96     { return GetFileExtensions_21(); }
97
98   private native String GetDescriptiveName_22();
99   public String GetDescriptiveName()
100     { return GetDescriptiveName_22(); }
101
102   public vtkDICOMImageReader() { super(); }
103
104   public vtkDICOMImageReader(long id) { super(id); }
105   public native long   VTKInit();
106
107 }