]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkFrustumSource.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkFrustumSource.java
index 64a6e46fab9462fc03eb1b45dcb1b5d8b55a48c7..88467f18918f566e7c81f94e11e2ee54ef78c140 100644 (file)
@@ -1,63 +1,71 @@
-// java wrapper for vtkFrustumSource object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkFrustumSource extends vtkPolyDataAlgorithm\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 long GetPlanes_2();\r
-  public vtkPlanes GetPlanes() {\r
-    long temp = GetPlanes_2();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPlanes)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetPlanes_3(vtkPlanes id0);\r
-  public void SetPlanes(vtkPlanes id0)\r
-    { SetPlanes_3(id0); }\r
-\r
-  private native boolean GetShowLines_4();\r
-  public boolean GetShowLines()\r
-    { return GetShowLines_4(); }\r
-\r
-  private native void SetShowLines_5(boolean id0);\r
-  public void SetShowLines(boolean id0)\r
-    { SetShowLines_5(id0); }\r
-\r
-  private native void ShowLinesOn_6();\r
-  public void ShowLinesOn()\r
-    { ShowLinesOn_6(); }\r
-\r
-  private native void ShowLinesOff_7();\r
-  public void ShowLinesOff()\r
-    { ShowLinesOff_7(); }\r
-\r
-  private native double GetLinesLength_8();\r
-  public double GetLinesLength()\r
-    { return GetLinesLength_8(); }\r
-\r
-  private native void SetLinesLength_9(double id0);\r
-  public void SetLinesLength(double id0)\r
-    { SetLinesLength_9(id0); }\r
-\r
-  private native int GetMTime_10();\r
-  public int GetMTime()\r
-    { return GetMTime_10(); }\r
-\r
-  public vtkFrustumSource() { super(); }\r
-\r
-  public vtkFrustumSource(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkFrustumSource object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkFrustumSource extends vtkPolyDataAlgorithm
+{
+
+  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 long GetPlanes_2();
+  public vtkPlanes GetPlanes() {
+    long temp = GetPlanes_2();
+
+    if (temp == 0) return null;
+    return (vtkPlanes)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetPlanes_3(vtkPlanes id0);
+  public void SetPlanes(vtkPlanes id0)
+    { SetPlanes_3(id0); }
+
+  private native boolean GetShowLines_4();
+  public boolean GetShowLines()
+    { return GetShowLines_4(); }
+
+  private native void SetShowLines_5(boolean id0);
+  public void SetShowLines(boolean id0)
+    { SetShowLines_5(id0); }
+
+  private native void ShowLinesOn_6();
+  public void ShowLinesOn()
+    { ShowLinesOn_6(); }
+
+  private native void ShowLinesOff_7();
+  public void ShowLinesOff()
+    { ShowLinesOff_7(); }
+
+  private native double GetLinesLength_8();
+  public double GetLinesLength()
+    { return GetLinesLength_8(); }
+
+  private native void SetLinesLength_9(double id0);
+  public void SetLinesLength(double id0)
+    { SetLinesLength_9(id0); }
+
+  private native int GetMTime_10();
+  public int GetMTime()
+    { return GetMTime_10(); }
+
+  private native void SetOutputPointsPrecision_11(int id0);
+  public void SetOutputPointsPrecision(int id0)
+    { SetOutputPointsPrecision_11(id0); }
+
+  private native int GetOutputPointsPrecision_12();
+  public int GetOutputPointsPrecision()
+    { return GetOutputPointsPrecision_12(); }
+
+  public vtkFrustumSource() { super(); }
+
+  public vtkFrustumSource(long id) { super(id); }
+  public native long   VTKInit();
+
+}