]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkDICOMImageReader.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkDICOMImageReader.java
index a0e256af08538f57ebcd65c13e3fdea6ba9f37f1..4ff311e4cca2c7ec06ab6ab7085fdda0d75b0dbc 100644 (file)
-// java wrapper for vtkDICOMImageReader object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkDICOMImageReader 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 void SetFileName_2(String id0);\r
-  public void SetFileName(String id0)\r
-    { SetFileName_2(id0); }\r
-\r
-  private native void SetDirectoryName_3(String id0);\r
-  public void SetDirectoryName(String id0)\r
-    { SetDirectoryName_3(id0); }\r
-\r
-  private native String GetDirectoryName_4();\r
-  public String GetDirectoryName()\r
-    { return GetDirectoryName_4(); }\r
-\r
-  private native double[] GetPixelSpacing_5();\r
-  public double[] GetPixelSpacing()\r
-    { return GetPixelSpacing_5(); }\r
-\r
-  private native int GetWidth_6();\r
-  public int GetWidth()\r
-    { return GetWidth_6(); }\r
-\r
-  private native int GetHeight_7();\r
-  public int GetHeight()\r
-    { return GetHeight_7(); }\r
-\r
-  private native double[] GetImagePositionPatient_8();\r
-  public double[] GetImagePositionPatient()\r
-    { return GetImagePositionPatient_8(); }\r
-\r
-  private native double[] GetImageOrientationPatient_9();\r
-  public double[] GetImageOrientationPatient()\r
-    { return GetImageOrientationPatient_9(); }\r
-\r
-  private native int GetBitsAllocated_10();\r
-  public int GetBitsAllocated()\r
-    { return GetBitsAllocated_10(); }\r
-\r
-  private native int GetPixelRepresentation_11();\r
-  public int GetPixelRepresentation()\r
-    { return GetPixelRepresentation_11(); }\r
-\r
-  private native int GetNumberOfComponents_12();\r
-  public int GetNumberOfComponents()\r
-    { return GetNumberOfComponents_12(); }\r
-\r
-  private native String GetTransferSyntaxUID_13();\r
-  public String GetTransferSyntaxUID()\r
-    { return GetTransferSyntaxUID_13(); }\r
-\r
-  private native double GetRescaleSlope_14();\r
-  public double GetRescaleSlope()\r
-    { return GetRescaleSlope_14(); }\r
-\r
-  private native double GetRescaleOffset_15();\r
-  public double GetRescaleOffset()\r
-    { return GetRescaleOffset_15(); }\r
-\r
-  private native String GetPatientName_16();\r
-  public String GetPatientName()\r
-    { return GetPatientName_16(); }\r
-\r
-  private native String GetStudyUID_17();\r
-  public String GetStudyUID()\r
-    { return GetStudyUID_17(); }\r
-\r
-  private native String GetStudyID_18();\r
-  public String GetStudyID()\r
-    { return GetStudyID_18(); }\r
-\r
-  private native double GetGantryAngle_19();\r
-  public double GetGantryAngle()\r
-    { return GetGantryAngle_19(); }\r
-\r
-  private native int CanReadFile_20(String id0);\r
-  public int CanReadFile(String id0)\r
-    { return CanReadFile_20(id0); }\r
-\r
-  private native String GetFileExtensions_21();\r
-  public String GetFileExtensions()\r
-    { return GetFileExtensions_21(); }\r
-\r
-  private native String GetDescriptiveName_22();\r
-  public String GetDescriptiveName()\r
-    { return GetDescriptiveName_22(); }\r
-\r
-  public vtkDICOMImageReader() { super(); }\r
-\r
-  public vtkDICOMImageReader(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkDICOMImageReader object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkDICOMImageReader 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 void SetFileName_2(String id0);
+  public void SetFileName(String id0)
+    { SetFileName_2(id0); }
+
+  private native void SetDirectoryName_3(String id0);
+  public void SetDirectoryName(String id0)
+    { SetDirectoryName_3(id0); }
+
+  private native String GetDirectoryName_4();
+  public String GetDirectoryName()
+    { return GetDirectoryName_4(); }
+
+  private native double[] GetPixelSpacing_5();
+  public double[] GetPixelSpacing()
+    { return GetPixelSpacing_5(); }
+
+  private native int GetWidth_6();
+  public int GetWidth()
+    { return GetWidth_6(); }
+
+  private native int GetHeight_7();
+  public int GetHeight()
+    { return GetHeight_7(); }
+
+  private native double[] GetImagePositionPatient_8();
+  public double[] GetImagePositionPatient()
+    { return GetImagePositionPatient_8(); }
+
+  private native double[] GetImageOrientationPatient_9();
+  public double[] GetImageOrientationPatient()
+    { return GetImageOrientationPatient_9(); }
+
+  private native int GetBitsAllocated_10();
+  public int GetBitsAllocated()
+    { return GetBitsAllocated_10(); }
+
+  private native int GetPixelRepresentation_11();
+  public int GetPixelRepresentation()
+    { return GetPixelRepresentation_11(); }
+
+  private native int GetNumberOfComponents_12();
+  public int GetNumberOfComponents()
+    { return GetNumberOfComponents_12(); }
+
+  private native String GetTransferSyntaxUID_13();
+  public String GetTransferSyntaxUID()
+    { return GetTransferSyntaxUID_13(); }
+
+  private native double GetRescaleSlope_14();
+  public double GetRescaleSlope()
+    { return GetRescaleSlope_14(); }
+
+  private native double GetRescaleOffset_15();
+  public double GetRescaleOffset()
+    { return GetRescaleOffset_15(); }
+
+  private native String GetPatientName_16();
+  public String GetPatientName()
+    { return GetPatientName_16(); }
+
+  private native String GetStudyUID_17();
+  public String GetStudyUID()
+    { return GetStudyUID_17(); }
+
+  private native String GetStudyID_18();
+  public String GetStudyID()
+    { return GetStudyID_18(); }
+
+  private native double GetGantryAngle_19();
+  public double GetGantryAngle()
+    { return GetGantryAngle_19(); }
+
+  private native int CanReadFile_20(String id0);
+  public int CanReadFile(String id0)
+    { return CanReadFile_20(id0); }
+
+  private native String GetFileExtensions_21();
+  public String GetFileExtensions()
+    { return GetFileExtensions_21(); }
+
+  private native String GetDescriptiveName_22();
+  public String GetDescriptiveName()
+    { return GetDescriptiveName_22(); }
+
+  public vtkDICOMImageReader() { super(); }
+
+  public vtkDICOMImageReader(long id) { super(id); }
+  public native long   VTKInit();
+
+}