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