]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkMetaImageReader.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkMetaImageReader.java
index 26b731bef4e33b926bfa48f2aee58d130ae5fdc3..36fe1ac85cacaad71e386a09fcc1df973b82128e 100644 (file)
-// java wrapper for vtkMetaImageReader object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkMetaImageReader extends vtkImageReader2\r
-{\r
-\r
-  private native String GetClassName_0();\r
-  public String GetClassName()\r
-    { return GetClassName_0(); }\r
-\r
-  private native int IsA_1(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_1(id0); }\r
-\r
-  private native String GetFileExtensions_2();\r
-  public String GetFileExtensions()\r
-    { return GetFileExtensions_2(); }\r
-\r
-  private native String GetDescriptiveName_3();\r
-  public String GetDescriptiveName()\r
-    { return GetDescriptiveName_3(); }\r
-\r
-  private native int GetWidth_4();\r
-  public int GetWidth()\r
-    { return GetWidth_4(); }\r
-\r
-  private native int GetHeight_5();\r
-  public int GetHeight()\r
-    { return GetHeight_5(); }\r
-\r
-  private native int GetNumberOfComponents_6();\r
-  public int GetNumberOfComponents()\r
-    { return GetNumberOfComponents_6(); }\r
-\r
-  private native int GetPixelRepresentation_7();\r
-  public int GetPixelRepresentation()\r
-    { return GetPixelRepresentation_7(); }\r
-\r
-  private native int GetDataByteOrder_8();\r
-  public int GetDataByteOrder()\r
-    { return GetDataByteOrder_8(); }\r
-\r
-  private native double GetRescaleSlope_9();\r
-  public double GetRescaleSlope()\r
-    { return GetRescaleSlope_9(); }\r
-\r
-  private native double GetRescaleOffset_10();\r
-  public double GetRescaleOffset()\r
-    { return GetRescaleOffset_10(); }\r
-\r
-  private native int GetBitsAllocated_11();\r
-  public int GetBitsAllocated()\r
-    { return GetBitsAllocated_11(); }\r
-\r
-  private native String GetDistanceUnits_12();\r
-  public String GetDistanceUnits()\r
-    { return GetDistanceUnits_12(); }\r
-\r
-  private native String GetAnatomicalOrientation_13();\r
-  public String GetAnatomicalOrientation()\r
-    { return GetAnatomicalOrientation_13(); }\r
-\r
-  private native double GetGantryAngle_14();\r
-  public double GetGantryAngle()\r
-    { return GetGantryAngle_14(); }\r
-\r
-  private native String GetPatientName_15();\r
-  public String GetPatientName()\r
-    { return GetPatientName_15(); }\r
-\r
-  private native String GetPatientID_16();\r
-  public String GetPatientID()\r
-    { return GetPatientID_16(); }\r
-\r
-  private native String GetDate_17();\r
-  public String GetDate()\r
-    { return GetDate_17(); }\r
-\r
-  private native String GetSeries_18();\r
-  public String GetSeries()\r
-    { return GetSeries_18(); }\r
-\r
-  private native String GetImageNumber_19();\r
-  public String GetImageNumber()\r
-    { return GetImageNumber_19(); }\r
-\r
-  private native String GetModality_20();\r
-  public String GetModality()\r
-    { return GetModality_20(); }\r
-\r
-  private native String GetStudyID_21();\r
-  public String GetStudyID()\r
-    { return GetStudyID_21(); }\r
-\r
-  private native String GetStudyUID_22();\r
-  public String GetStudyUID()\r
-    { return GetStudyUID_22(); }\r
-\r
-  private native String GetTransferSyntaxUID_23();\r
-  public String GetTransferSyntaxUID()\r
-    { return GetTransferSyntaxUID_23(); }\r
-\r
-  private native int CanReadFile_24(String id0);\r
-  public int CanReadFile(String id0)\r
-    { return CanReadFile_24(id0); }\r
-\r
-  public vtkMetaImageReader() { super(); }\r
-\r
-  public vtkMetaImageReader(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkMetaImageReader object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkMetaImageReader extends vtkImageReader2
+{
+
+  private native int IsTypeOf_0(String id0);
+  public int IsTypeOf(String id0)
+    { return IsTypeOf_0(id0); }
+
+  private native int IsA_1(String id0);
+  public int IsA(String id0)
+    { return IsA_1(id0); }
+
+  private native String GetFileExtensions_2();
+  public String GetFileExtensions()
+    { return GetFileExtensions_2(); }
+
+  private native String GetDescriptiveName_3();
+  public String GetDescriptiveName()
+    { return GetDescriptiveName_3(); }
+
+  private native int GetWidth_4();
+  public int GetWidth()
+    { return GetWidth_4(); }
+
+  private native int GetHeight_5();
+  public int GetHeight()
+    { return GetHeight_5(); }
+
+  private native int GetNumberOfComponents_6();
+  public int GetNumberOfComponents()
+    { return GetNumberOfComponents_6(); }
+
+  private native int GetPixelRepresentation_7();
+  public int GetPixelRepresentation()
+    { return GetPixelRepresentation_7(); }
+
+  private native int GetDataByteOrder_8();
+  public int GetDataByteOrder()
+    { return GetDataByteOrder_8(); }
+
+  private native double GetRescaleSlope_9();
+  public double GetRescaleSlope()
+    { return GetRescaleSlope_9(); }
+
+  private native double GetRescaleOffset_10();
+  public double GetRescaleOffset()
+    { return GetRescaleOffset_10(); }
+
+  private native int GetBitsAllocated_11();
+  public int GetBitsAllocated()
+    { return GetBitsAllocated_11(); }
+
+  private native String GetDistanceUnits_12();
+  public String GetDistanceUnits()
+    { return GetDistanceUnits_12(); }
+
+  private native String GetAnatomicalOrientation_13();
+  public String GetAnatomicalOrientation()
+    { return GetAnatomicalOrientation_13(); }
+
+  private native double GetGantryAngle_14();
+  public double GetGantryAngle()
+    { return GetGantryAngle_14(); }
+
+  private native String GetPatientName_15();
+  public String GetPatientName()
+    { return GetPatientName_15(); }
+
+  private native String GetPatientID_16();
+  public String GetPatientID()
+    { return GetPatientID_16(); }
+
+  private native String GetDate_17();
+  public String GetDate()
+    { return GetDate_17(); }
+
+  private native String GetSeries_18();
+  public String GetSeries()
+    { return GetSeries_18(); }
+
+  private native String GetImageNumber_19();
+  public String GetImageNumber()
+    { return GetImageNumber_19(); }
+
+  private native String GetModality_20();
+  public String GetModality()
+    { return GetModality_20(); }
+
+  private native String GetStudyID_21();
+  public String GetStudyID()
+    { return GetStudyID_21(); }
+
+  private native String GetStudyUID_22();
+  public String GetStudyUID()
+    { return GetStudyUID_22(); }
+
+  private native String GetTransferSyntaxUID_23();
+  public String GetTransferSyntaxUID()
+    { return GetTransferSyntaxUID_23(); }
+
+  private native int CanReadFile_24(String id0);
+  public int CanReadFile(String id0)
+    { return CanReadFile_24(id0); }
+
+  public vtkMetaImageReader() { super(); }
+
+  public vtkMetaImageReader(long id) { super(id); }
+  public native long   VTKInit();
+
+}