]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkPassThroughLayoutStrategy.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkPassThroughLayoutStrategy.java
index 215c09a5ff8b6258cf199fe6137c84fbf4c54cd9..2016795be02df951b78819eef526ea8d9ba95012 100644 (file)
@@ -1,35 +1,35 @@
-// java wrapper for vtkPassThroughLayoutStrategy object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkPassThroughLayoutStrategy 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 Initialize_2();\r
-  public void Initialize()\r
-    { Initialize_2(); }\r
-\r
-  private native void Layout_3();\r
-  public void Layout()\r
-    { Layout_3(); }\r
-\r
-  private native int IsLayoutComplete_4();\r
-  public int IsLayoutComplete()\r
-    { return IsLayoutComplete_4(); }\r
-\r
-  public vtkPassThroughLayoutStrategy() { super(); }\r
-\r
-  public vtkPassThroughLayoutStrategy(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkPassThroughLayoutStrategy object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkPassThroughLayoutStrategy 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 Initialize_2();
+  public void Initialize()
+    { Initialize_2(); }
+
+  private native void Layout_3();
+  public void Layout()
+    { Layout_3(); }
+
+  private native int IsLayoutComplete_4();
+  public int IsLayoutComplete()
+    { return IsLayoutComplete_4(); }
+
+  public vtkPassThroughLayoutStrategy() { super(); }
+
+  public vtkPassThroughLayoutStrategy(long id) { super(id); }
+  public native long   VTKInit();
+
+}