]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkConeLayoutStrategy.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkConeLayoutStrategy.java
index 9669f625c656267d6801d5b5f156526255ded0aa..70d749c50266db57df6b030612489abe9a52d9a7 100644 (file)
@@ -1,59 +1,59 @@
-// java wrapper for vtkConeLayoutStrategy object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkConeLayoutStrategy extends vtkGraphLayoutStrategy\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 SetCompactness_2(double id0);\r
-  public void SetCompactness(double id0)\r
-    { SetCompactness_2(id0); }\r
-\r
-  private native double GetCompactness_3();\r
-  public double GetCompactness()\r
-    { return GetCompactness_3(); }\r
-\r
-  private native void SetCompression_4(int id0);\r
-  public void SetCompression(int id0)\r
-    { SetCompression_4(id0); }\r
-\r
-  private native int GetCompression_5();\r
-  public int GetCompression()\r
-    { return GetCompression_5(); }\r
-\r
-  private native void CompressionOn_6();\r
-  public void CompressionOn()\r
-    { CompressionOn_6(); }\r
-\r
-  private native void CompressionOff_7();\r
-  public void CompressionOff()\r
-    { CompressionOff_7(); }\r
-\r
-  private native void SetSpacing_8(double id0);\r
-  public void SetSpacing(double id0)\r
-    { SetSpacing_8(id0); }\r
-\r
-  private native double GetSpacing_9();\r
-  public double GetSpacing()\r
-    { return GetSpacing_9(); }\r
-\r
-  private native void Layout_10();\r
-  public void Layout()\r
-    { Layout_10(); }\r
-\r
-  public vtkConeLayoutStrategy() { super(); }\r
-\r
-  public vtkConeLayoutStrategy(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkConeLayoutStrategy object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkConeLayoutStrategy extends vtkGraphLayoutStrategy
+{
+
+  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 SetCompactness_2(double id0);
+  public void SetCompactness(double id0)
+    { SetCompactness_2(id0); }
+
+  private native double GetCompactness_3();
+  public double GetCompactness()
+    { return GetCompactness_3(); }
+
+  private native void SetCompression_4(int id0);
+  public void SetCompression(int id0)
+    { SetCompression_4(id0); }
+
+  private native int GetCompression_5();
+  public int GetCompression()
+    { return GetCompression_5(); }
+
+  private native void CompressionOn_6();
+  public void CompressionOn()
+    { CompressionOn_6(); }
+
+  private native void CompressionOff_7();
+  public void CompressionOff()
+    { CompressionOff_7(); }
+
+  private native void SetSpacing_8(double id0);
+  public void SetSpacing(double id0)
+    { SetSpacing_8(id0); }
+
+  private native double GetSpacing_9();
+  public double GetSpacing()
+    { return GetSpacing_9(); }
+
+  private native void Layout_10();
+  public void Layout()
+    { Layout_10(); }
+
+  public vtkConeLayoutStrategy() { super(); }
+
+  public vtkConeLayoutStrategy(long id) { super(id); }
+  public native long   VTKInit();
+
+}