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