]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkX3DExporter.java
Merge "Added missing change to generated ontology class."
[simantics/3d.git] / vtk / src / vtk / vtkX3DExporter.java
index 7c13136983d44175512994dc73185d95ebcf41b7..1b5f754bf6fdc278df146555d4fe4a0f75563891 100644 (file)
-// java wrapper for vtkX3DExporter object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkX3DExporter extends vtkExporter\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 String GetFileName_3();\r
-  public String GetFileName()\r
-    { return GetFileName_3(); }\r
-\r
-  private native void SetSpeed_4(double id0);\r
-  public void SetSpeed(double id0)\r
-    { SetSpeed_4(id0); }\r
-\r
-  private native double GetSpeed_5();\r
-  public double GetSpeed()\r
-    { return GetSpeed_5(); }\r
-\r
-  private native void SetBinary_6(int id0);\r
-  public void SetBinary(int id0)\r
-    { SetBinary_6(id0); }\r
-\r
-  private native int GetBinaryMinValue_7();\r
-  public int GetBinaryMinValue()\r
-    { return GetBinaryMinValue_7(); }\r
-\r
-  private native int GetBinaryMaxValue_8();\r
-  public int GetBinaryMaxValue()\r
-    { return GetBinaryMaxValue_8(); }\r
-\r
-  private native void BinaryOn_9();\r
-  public void BinaryOn()\r
-    { BinaryOn_9(); }\r
-\r
-  private native void BinaryOff_10();\r
-  public void BinaryOff()\r
-    { BinaryOff_10(); }\r
-\r
-  private native int GetBinary_11();\r
-  public int GetBinary()\r
-    { return GetBinary_11(); }\r
-\r
-  private native void SetFastest_12(int id0);\r
-  public void SetFastest(int id0)\r
-    { SetFastest_12(id0); }\r
-\r
-  private native int GetFastestMinValue_13();\r
-  public int GetFastestMinValue()\r
-    { return GetFastestMinValue_13(); }\r
-\r
-  private native int GetFastestMaxValue_14();\r
-  public int GetFastestMaxValue()\r
-    { return GetFastestMaxValue_14(); }\r
-\r
-  private native void FastestOn_15();\r
-  public void FastestOn()\r
-    { FastestOn_15(); }\r
-\r
-  private native void FastestOff_16();\r
-  public void FastestOff()\r
-    { FastestOff_16(); }\r
-\r
-  private native int GetFastest_17();\r
-  public int GetFastest()\r
-    { return GetFastest_17(); }\r
-\r
-  private native void SetWriteToOutputString_18(int id0);\r
-  public void SetWriteToOutputString(int id0)\r
-    { SetWriteToOutputString_18(id0); }\r
-\r
-  private native int GetWriteToOutputString_19();\r
-  public int GetWriteToOutputString()\r
-    { return GetWriteToOutputString_19(); }\r
-\r
-  private native void WriteToOutputStringOn_20();\r
-  public void WriteToOutputStringOn()\r
-    { WriteToOutputStringOn_20(); }\r
-\r
-  private native void WriteToOutputStringOff_21();\r
-  public void WriteToOutputStringOff()\r
-    { WriteToOutputStringOff_21(); }\r
-\r
-  private native int GetOutputStringLength_22();\r
-  public int GetOutputStringLength()\r
-    { return GetOutputStringLength_22(); }\r
-\r
-  private native String GetOutputString_23();\r
-  public String GetOutputString()\r
-    { return GetOutputString_23(); }\r
-\r
-  private native String RegisterAndGetOutputString_24();\r
-  public String RegisterAndGetOutputString()\r
-    { return RegisterAndGetOutputString_24(); }\r
-\r
-  public vtkX3DExporter() { super(); }\r
-\r
-  public vtkX3DExporter(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkX3DExporter object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkX3DExporter extends vtkExporter
+{
+
+  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 String GetFileName_3();
+  public String GetFileName()
+    { return GetFileName_3(); }
+
+  private native void SetSpeed_4(double id0);
+  public void SetSpeed(double id0)
+    { SetSpeed_4(id0); }
+
+  private native double GetSpeed_5();
+  public double GetSpeed()
+    { return GetSpeed_5(); }
+
+  private native void SetBinary_6(int id0);
+  public void SetBinary(int id0)
+    { SetBinary_6(id0); }
+
+  private native int GetBinaryMinValue_7();
+  public int GetBinaryMinValue()
+    { return GetBinaryMinValue_7(); }
+
+  private native int GetBinaryMaxValue_8();
+  public int GetBinaryMaxValue()
+    { return GetBinaryMaxValue_8(); }
+
+  private native void BinaryOn_9();
+  public void BinaryOn()
+    { BinaryOn_9(); }
+
+  private native void BinaryOff_10();
+  public void BinaryOff()
+    { BinaryOff_10(); }
+
+  private native int GetBinary_11();
+  public int GetBinary()
+    { return GetBinary_11(); }
+
+  private native void SetFastest_12(int id0);
+  public void SetFastest(int id0)
+    { SetFastest_12(id0); }
+
+  private native int GetFastestMinValue_13();
+  public int GetFastestMinValue()
+    { return GetFastestMinValue_13(); }
+
+  private native int GetFastestMaxValue_14();
+  public int GetFastestMaxValue()
+    { return GetFastestMaxValue_14(); }
+
+  private native void FastestOn_15();
+  public void FastestOn()
+    { FastestOn_15(); }
+
+  private native void FastestOff_16();
+  public void FastestOff()
+    { FastestOff_16(); }
+
+  private native int GetFastest_17();
+  public int GetFastest()
+    { return GetFastest_17(); }
+
+  private native void SetWriteToOutputString_18(int id0);
+  public void SetWriteToOutputString(int id0)
+    { SetWriteToOutputString_18(id0); }
+
+  private native int GetWriteToOutputString_19();
+  public int GetWriteToOutputString()
+    { return GetWriteToOutputString_19(); }
+
+  private native void WriteToOutputStringOn_20();
+  public void WriteToOutputStringOn()
+    { WriteToOutputStringOn_20(); }
+
+  private native void WriteToOutputStringOff_21();
+  public void WriteToOutputStringOff()
+    { WriteToOutputStringOff_21(); }
+
+  private native int GetOutputStringLength_22();
+  public int GetOutputStringLength()
+    { return GetOutputStringLength_22(); }
+
+  private native String GetOutputString_23();
+  public String GetOutputString()
+    { return GetOutputString_23(); }
+
+  private native String RegisterAndGetOutputString_24();
+  public String RegisterAndGetOutputString()
+    { return RegisterAndGetOutputString_24(); }
+
+  public vtkX3DExporter() { super(); }
+
+  public vtkX3DExporter(long id) { super(id); }
+  public native long   VTKInit();
+
+}