]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkKdNode.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkKdNode.java
diff --git a/vtk/src/vtk/vtkKdNode.java b/vtk/src/vtk/vtkKdNode.java
new file mode 100644 (file)
index 0000000..1ec49ae
--- /dev/null
@@ -0,0 +1,175 @@
+// java wrapper for vtkKdNode object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkKdNode extends vtkObject
+{
+
+  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 SetDim_2(int id0);
+  public void SetDim(int id0)
+    { SetDim_2(id0); }
+
+  private native int GetDim_3();
+  public int GetDim()
+    { return GetDim_3(); }
+
+  private native double GetDivisionPosition_4();
+  public double GetDivisionPosition()
+    { return GetDivisionPosition_4(); }
+
+  private native void SetNumberOfPoints_5(int id0);
+  public void SetNumberOfPoints(int id0)
+    { SetNumberOfPoints_5(id0); }
+
+  private native int GetNumberOfPoints_6();
+  public int GetNumberOfPoints()
+    { return GetNumberOfPoints_6(); }
+
+  private native void SetBounds_7(double id0,double id1,double id2,double id3,double id4,double id5);
+  public void SetBounds(double id0,double id1,double id2,double id3,double id4,double id5)
+    { SetBounds_7(id0,id1,id2,id3,id4,id5); }
+
+  private native void SetBounds_8(double id0[]);
+  public void SetBounds(double id0[])
+    { SetBounds_8(id0); }
+
+  private native void SetDataBounds_9(double id0,double id1,double id2,double id3,double id4,double id5);
+  public void SetDataBounds(double id0,double id1,double id2,double id3,double id4,double id5)
+    { SetDataBounds_9(id0,id1,id2,id3,id4,id5); }
+
+  private native double[] GetMinBounds_10();
+  public double[] GetMinBounds()
+    { return GetMinBounds_10(); }
+
+  private native double[] GetMaxBounds_11();
+  public double[] GetMaxBounds()
+    { return GetMaxBounds_11(); }
+
+  private native double[] GetMinDataBounds_12();
+  public double[] GetMinDataBounds()
+    { return GetMinDataBounds_12(); }
+
+  private native double[] GetMaxDataBounds_13();
+  public double[] GetMaxDataBounds()
+    { return GetMaxDataBounds_13(); }
+
+  private native void SetID_14(int id0);
+  public void SetID(int id0)
+    { SetID_14(id0); }
+
+  private native int GetID_15();
+  public int GetID()
+    { return GetID_15(); }
+
+  private native int GetMinID_16();
+  public int GetMinID()
+    { return GetMinID_16(); }
+
+  private native int GetMaxID_17();
+  public int GetMaxID()
+    { return GetMaxID_17(); }
+
+  private native void SetMinID_18(int id0);
+  public void SetMinID(int id0)
+    { SetMinID_18(id0); }
+
+  private native void SetMaxID_19(int id0);
+  public void SetMaxID(int id0)
+    { SetMaxID_19(id0); }
+
+  private native void AddChildNodes_20(vtkKdNode id0,vtkKdNode id1);
+  public void AddChildNodes(vtkKdNode id0,vtkKdNode id1)
+    { AddChildNodes_20(id0,id1); }
+
+  private native void DeleteChildNodes_21();
+  public void DeleteChildNodes()
+    { DeleteChildNodes_21(); }
+
+  private native long GetLeft_22();
+  public vtkKdNode GetLeft() {
+    long temp = GetLeft_22();
+
+    if (temp == 0) return null;
+    return (vtkKdNode)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetLeft_23(vtkKdNode id0);
+  public void SetLeft(vtkKdNode id0)
+    { SetLeft_23(id0); }
+
+  private native long GetRight_24();
+  public vtkKdNode GetRight() {
+    long temp = GetRight_24();
+
+    if (temp == 0) return null;
+    return (vtkKdNode)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetRight_25(vtkKdNode id0);
+  public void SetRight(vtkKdNode id0)
+    { SetRight_25(id0); }
+
+  private native long GetUp_26();
+  public vtkKdNode GetUp() {
+    long temp = GetUp_26();
+
+    if (temp == 0) return null;
+    return (vtkKdNode)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetUp_27(vtkKdNode id0);
+  public void SetUp(vtkKdNode id0)
+    { SetUp_27(id0); }
+
+  private native int IntersectsBox_28(double id0,double id1,double id2,double id3,double id4,double id5,int id6);
+  public int IntersectsBox(double id0,double id1,double id2,double id3,double id4,double id5,int id6)
+    { return IntersectsBox_28(id0,id1,id2,id3,id4,id5,id6); }
+
+  private native int IntersectsSphere2_29(double id0,double id1,double id2,double id3,int id4);
+  public int IntersectsSphere2(double id0,double id1,double id2,double id3,int id4)
+    { return IntersectsSphere2_29(id0,id1,id2,id3,id4); }
+
+  private native int IntersectsRegion_30(vtkPlanesIntersection id0,int id1);
+  public int IntersectsRegion(vtkPlanesIntersection id0,int id1)
+    { return IntersectsRegion_30(id0,id1); }
+
+  private native int ContainsBox_31(double id0,double id1,double id2,double id3,double id4,double id5,int id6);
+  public int ContainsBox(double id0,double id1,double id2,double id3,double id4,double id5,int id6)
+    { return ContainsBox_31(id0,id1,id2,id3,id4,id5,id6); }
+
+  private native int ContainsPoint_32(double id0,double id1,double id2,int id3);
+  public int ContainsPoint(double id0,double id1,double id2,int id3)
+    { return ContainsPoint_32(id0,id1,id2,id3); }
+
+  private native double GetDistance2ToBoundary_33(double id0,double id1,double id2,int id3);
+  public double GetDistance2ToBoundary(double id0,double id1,double id2,int id3)
+    { return GetDistance2ToBoundary_33(id0,id1,id2,id3); }
+
+  private native double GetDistance2ToInnerBoundary_34(double id0,double id1,double id2);
+  public double GetDistance2ToInnerBoundary(double id0,double id1,double id2)
+    { return GetDistance2ToInnerBoundary_34(id0,id1,id2); }
+
+  private native void PrintNode_35(int id0);
+  public void PrintNode(int id0)
+    { PrintNode_35(id0); }
+
+  private native void PrintVerboseNode_36(int id0);
+  public void PrintVerboseNode(int id0)
+    { PrintVerboseNode_36(id0); }
+
+  public vtkKdNode() { super(); }
+
+  public vtkKdNode(long id) { super(id); }
+  public native long   VTKInit();
+
+}