]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkPlanesIntersection.java
Add a "Properties" tab to selection view for pipeline components.
[simantics/3d.git] / vtk / src / vtk / vtkPlanesIntersection.java
index 6acabaf8d6392c64dc99443759c59dbbf0d2d730..ad5f6d30aba4bc76a38db81d72fb0d20cdbe17f2 100644 (file)
@@ -1,39 +1,51 @@
-// java wrapper for vtkPlanesIntersection object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkPlanesIntersection extends vtkPlanes\r
-{\r
-\r
-  private native void SetRegionVertices_0(vtkPoints id0);\r
-  public void SetRegionVertices(vtkPoints id0)\r
-    { SetRegionVertices_0(id0); }\r
-\r
-  private native int GetNumRegionVertices_1();\r
-  public int GetNumRegionVertices()\r
-    { return GetNumRegionVertices_1(); }\r
-\r
-  private native int IntersectsRegion_2(vtkPoints id0);\r
-  public int IntersectsRegion(vtkPoints id0)\r
-    { return IntersectsRegion_2(id0); }\r
-\r
-  private native int PolygonIntersectsBBox_3(double id0[],vtkPoints id1);\r
-  public int PolygonIntersectsBBox(double id0[],vtkPoints id1)\r
-    { return PolygonIntersectsBBox_3(id0,id1); }\r
-\r
-  private native long Convert3DCell_4(vtkCell id0);\r
-  public vtkPlanesIntersection Convert3DCell(vtkCell id0) {\r
-    long temp = Convert3DCell_4(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPlanesIntersection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  public vtkPlanesIntersection() { super(); }\r
-\r
-  public vtkPlanesIntersection(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkPlanesIntersection object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkPlanesIntersection extends vtkPlanes
+{
+
+  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 SetRegionVertices_2(vtkPoints id0);
+  public void SetRegionVertices(vtkPoints id0)
+    { SetRegionVertices_2(id0); }
+
+  private native int GetNumberOfRegionVertices_3();
+  public int GetNumberOfRegionVertices()
+    { return GetNumberOfRegionVertices_3(); }
+
+  private native int GetNumRegionVertices_4();
+  public int GetNumRegionVertices()
+    { return GetNumRegionVertices_4(); }
+
+  private native int IntersectsRegion_5(vtkPoints id0);
+  public int IntersectsRegion(vtkPoints id0)
+    { return IntersectsRegion_5(id0); }
+
+  private native int PolygonIntersectsBBox_6(double id0[],vtkPoints id1);
+  public int PolygonIntersectsBBox(double id0[],vtkPoints id1)
+    { return PolygonIntersectsBBox_6(id0,id1); }
+
+  private native long Convert3DCell_7(vtkCell id0);
+  public vtkPlanesIntersection Convert3DCell(vtkCell id0) {
+    long temp = Convert3DCell_7(id0);
+
+    if (temp == 0) return null;
+    return (vtkPlanesIntersection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  public vtkPlanesIntersection() { super(); }
+
+  public vtkPlanesIntersection(long id) { super(id); }
+  public native long   VTKInit();
+
+}