]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkGeoAdaptiveArcs.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkGeoAdaptiveArcs.java
index 8af805b5b4c1c16455881b1cb12d09776768aea0..2cb3277928798c9c3ae25c6cc486637faebbf24c 100644 (file)
@@ -1,63 +1,63 @@
-// java wrapper for vtkGeoAdaptiveArcs object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkGeoAdaptiveArcs 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 void SetGlobeRadius_2(double id0);\r
-  public void SetGlobeRadius(double id0)\r
-    { SetGlobeRadius_2(id0); }\r
-\r
-  private native double GetGlobeRadius_3();\r
-  public double GetGlobeRadius()\r
-    { return GetGlobeRadius_3(); }\r
-\r
-  private native void SetMaximumPixelSeparation_4(double id0);\r
-  public void SetMaximumPixelSeparation(double id0)\r
-    { SetMaximumPixelSeparation_4(id0); }\r
-\r
-  private native double GetMaximumPixelSeparation_5();\r
-  public double GetMaximumPixelSeparation()\r
-    { return GetMaximumPixelSeparation_5(); }\r
-\r
-  private native void SetMinimumPixelSeparation_6(double id0);\r
-  public void SetMinimumPixelSeparation(double id0)\r
-    { SetMinimumPixelSeparation_6(id0); }\r
-\r
-  private native double GetMinimumPixelSeparation_7();\r
-  public double GetMinimumPixelSeparation()\r
-    { return GetMinimumPixelSeparation_7(); }\r
-\r
-  private native void SetRenderer_8(vtkRenderer id0);\r
-  public void SetRenderer(vtkRenderer id0)\r
-    { SetRenderer_8(id0); }\r
-\r
-  private native long GetRenderer_9();\r
-  public vtkRenderer GetRenderer() {\r
-    long temp = GetRenderer_9();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkRenderer)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native int GetMTime_10();\r
-  public int GetMTime()\r
-    { return GetMTime_10(); }\r
-\r
-  public vtkGeoAdaptiveArcs() { super(); }\r
-\r
-  public vtkGeoAdaptiveArcs(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkGeoAdaptiveArcs object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkGeoAdaptiveArcs 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 void SetGlobeRadius_2(double id0);
+  public void SetGlobeRadius(double id0)
+    { SetGlobeRadius_2(id0); }
+
+  private native double GetGlobeRadius_3();
+  public double GetGlobeRadius()
+    { return GetGlobeRadius_3(); }
+
+  private native void SetMaximumPixelSeparation_4(double id0);
+  public void SetMaximumPixelSeparation(double id0)
+    { SetMaximumPixelSeparation_4(id0); }
+
+  private native double GetMaximumPixelSeparation_5();
+  public double GetMaximumPixelSeparation()
+    { return GetMaximumPixelSeparation_5(); }
+
+  private native void SetMinimumPixelSeparation_6(double id0);
+  public void SetMinimumPixelSeparation(double id0)
+    { SetMinimumPixelSeparation_6(id0); }
+
+  private native double GetMinimumPixelSeparation_7();
+  public double GetMinimumPixelSeparation()
+    { return GetMinimumPixelSeparation_7(); }
+
+  private native void SetRenderer_8(vtkRenderer id0);
+  public void SetRenderer(vtkRenderer id0)
+    { SetRenderer_8(id0); }
+
+  private native long GetRenderer_9();
+  public vtkRenderer GetRenderer() {
+    long temp = GetRenderer_9();
+
+    if (temp == 0) return null;
+    return (vtkRenderer)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native int GetMTime_10();
+  public int GetMTime()
+    { return GetMTime_10(); }
+
+  public vtkGeoAdaptiveArcs() { super(); }
+
+  public vtkGeoAdaptiveArcs(long id) { super(id); }
+  public native long   VTKInit();
+
+}