]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkMetaImageReader.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkMetaImageReader.java
1 // java wrapper for vtkMetaImageReader object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkMetaImageReader 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 String GetFileExtensions_2();
19   public String GetFileExtensions()
20     { return GetFileExtensions_2(); }
21
22   private native String GetDescriptiveName_3();
23   public String GetDescriptiveName()
24     { return GetDescriptiveName_3(); }
25
26   private native int GetWidth_4();
27   public int GetWidth()
28     { return GetWidth_4(); }
29
30   private native int GetHeight_5();
31   public int GetHeight()
32     { return GetHeight_5(); }
33
34   private native int GetNumberOfComponents_6();
35   public int GetNumberOfComponents()
36     { return GetNumberOfComponents_6(); }
37
38   private native int GetPixelRepresentation_7();
39   public int GetPixelRepresentation()
40     { return GetPixelRepresentation_7(); }
41
42   private native int GetDataByteOrder_8();
43   public int GetDataByteOrder()
44     { return GetDataByteOrder_8(); }
45
46   private native double GetRescaleSlope_9();
47   public double GetRescaleSlope()
48     { return GetRescaleSlope_9(); }
49
50   private native double GetRescaleOffset_10();
51   public double GetRescaleOffset()
52     { return GetRescaleOffset_10(); }
53
54   private native int GetBitsAllocated_11();
55   public int GetBitsAllocated()
56     { return GetBitsAllocated_11(); }
57
58   private native String GetDistanceUnits_12();
59   public String GetDistanceUnits()
60     { return GetDistanceUnits_12(); }
61
62   private native String GetAnatomicalOrientation_13();
63   public String GetAnatomicalOrientation()
64     { return GetAnatomicalOrientation_13(); }
65
66   private native double GetGantryAngle_14();
67   public double GetGantryAngle()
68     { return GetGantryAngle_14(); }
69
70   private native String GetPatientName_15();
71   public String GetPatientName()
72     { return GetPatientName_15(); }
73
74   private native String GetPatientID_16();
75   public String GetPatientID()
76     { return GetPatientID_16(); }
77
78   private native String GetDate_17();
79   public String GetDate()
80     { return GetDate_17(); }
81
82   private native String GetSeries_18();
83   public String GetSeries()
84     { return GetSeries_18(); }
85
86   private native String GetImageNumber_19();
87   public String GetImageNumber()
88     { return GetImageNumber_19(); }
89
90   private native String GetModality_20();
91   public String GetModality()
92     { return GetModality_20(); }
93
94   private native String GetStudyID_21();
95   public String GetStudyID()
96     { return GetStudyID_21(); }
97
98   private native String GetStudyUID_22();
99   public String GetStudyUID()
100     { return GetStudyUID_22(); }
101
102   private native String GetTransferSyntaxUID_23();
103   public String GetTransferSyntaxUID()
104     { return GetTransferSyntaxUID_23(); }
105
106   private native int CanReadFile_24(String id0);
107   public int CanReadFile(String id0)
108     { return CanReadFile_24(id0); }
109
110   public vtkMetaImageReader() { super(); }
111
112   public vtkMetaImageReader(long id) { super(id); }
113   public native long   VTKInit();
114
115 }