]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkPointSet.java
Update to SCL intefaces of P3DUtil
[simantics/3d.git] / vtk / src / vtk / vtkPointSet.java
index 6f0487c09ef2f63846a2754f18764ba14e6ba160..33ee0ffcde7e748a977487ff462c149472bd949d 100644 (file)
-// java wrapper for vtkPointSet object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkPointSet extends vtkDataSet\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 CopyStructure_3(vtkDataSet id0);\r
-  public void CopyStructure(vtkDataSet id0)\r
-    { CopyStructure_3(id0); }\r
-\r
-  private native int GetNumberOfPoints_4();\r
-  public int GetNumberOfPoints()\r
-    { return GetNumberOfPoints_4(); }\r
-\r
-  private native double[] GetPoint_5(int id0);\r
-  public double[] GetPoint(int id0)\r
-    { return GetPoint_5(id0); }\r
-\r
-  private native void GetPoint_6(int id0,double id1[]);\r
-  public void GetPoint(int id0,double id1[])\r
-    { GetPoint_6(id0,id1); }\r
-\r
-  private native int FindPoint_7(double id0[]);\r
-  public int FindPoint(double id0[])\r
-    { return FindPoint_7(id0); }\r
-\r
-  private native int FindPoint_8(double id0,double id1,double id2);\r
-  public int FindPoint(double id0,double id1,double id2)\r
-    { return FindPoint_8(id0,id1,id2); }\r
-\r
-  private native int GetMTime_9();\r
-  public int GetMTime()\r
-    { return GetMTime_9(); }\r
-\r
-  private native void ComputeBounds_10();\r
-  public void ComputeBounds()\r
-    { ComputeBounds_10(); }\r
-\r
-  private native void Squeeze_11();\r
-  public void Squeeze()\r
-    { Squeeze_11(); }\r
-\r
-  private native void SetPoints_12(vtkPoints id0);\r
-  public void SetPoints(vtkPoints id0)\r
-    { SetPoints_12(id0); }\r
-\r
-  private native long GetPoints_13();\r
-  public vtkPoints GetPoints() {\r
-    long temp = GetPoints_13();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPoints)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native int GetActualMemorySize_14();\r
-  public int GetActualMemorySize()\r
-    { return GetActualMemorySize_14(); }\r
-\r
-  private native void ShallowCopy_15(vtkDataObject id0);\r
-  public void ShallowCopy(vtkDataObject id0)\r
-    { ShallowCopy_15(id0); }\r
-\r
-  private native void DeepCopy_16(vtkDataObject id0);\r
-  public void DeepCopy(vtkDataObject id0)\r
-    { DeepCopy_16(id0); }\r
-\r
-  private native long GetData_17(vtkInformation id0);\r
-  public vtkPointSet GetData(vtkInformation id0) {\r
-    long temp = GetData_17(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPointSet)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetData_18(vtkInformationVector id0,int id1);\r
-  public vtkPointSet GetData(vtkInformationVector id0,int id1) {\r
-    long temp = GetData_18(id0,id1);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPointSet)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  public vtkPointSet() { super(); }\r
-\r
-  public vtkPointSet(long id) { super(id); }\r
-\r
-}\r
+// java wrapper for vtkPointSet object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkPointSet extends vtkDataSet
+{
+
+  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 CopyStructure_3(vtkDataSet id0);
+  public void CopyStructure(vtkDataSet id0)
+    { CopyStructure_3(id0); }
+
+  private native int GetNumberOfPoints_4();
+  public int GetNumberOfPoints()
+    { return GetNumberOfPoints_4(); }
+
+  private native void GetPoint_5(int id0,double id1[]);
+  public void GetPoint(int id0,double id1[])
+    { GetPoint_5(id0,id1); }
+
+  private native int FindPoint_6(double id0[]);
+  public int FindPoint(double id0[])
+    { return FindPoint_6(id0); }
+
+  private native int FindPoint_7(double id0,double id1,double id2);
+  public int FindPoint(double id0,double id1,double id2)
+    { return FindPoint_7(id0,id1,id2); }
+
+  private native double[] GetPoint_8(int id0);
+  public double[] GetPoint(int id0)
+    { return GetPoint_8(id0); }
+
+  private native long NewCellIterator_9();
+  public vtkCellIterator NewCellIterator() {
+    long temp = NewCellIterator_9();
+
+    if (temp == 0) return null;
+    return (vtkCellIterator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native int GetMTime_10();
+  public int GetMTime()
+    { return GetMTime_10(); }
+
+  private native void ComputeBounds_11();
+  public void ComputeBounds()
+    { ComputeBounds_11(); }
+
+  private native void Squeeze_12();
+  public void Squeeze()
+    { Squeeze_12(); }
+
+  private native void SetPoints_13(vtkPoints id0);
+  public void SetPoints(vtkPoints id0)
+    { SetPoints_13(id0); }
+
+  private native long GetPoints_14();
+  public vtkPoints GetPoints() {
+    long temp = GetPoints_14();
+
+    if (temp == 0) return null;
+    return (vtkPoints)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native int GetActualMemorySize_15();
+  public int GetActualMemorySize()
+    { return GetActualMemorySize_15(); }
+
+  private native void ShallowCopy_16(vtkDataObject id0);
+  public void ShallowCopy(vtkDataObject id0)
+    { ShallowCopy_16(id0); }
+
+  private native void DeepCopy_17(vtkDataObject id0);
+  public void DeepCopy(vtkDataObject id0)
+    { DeepCopy_17(id0); }
+
+  private native void Register_18(vtkObjectBase id0);
+  public void Register(vtkObjectBase id0)
+    { Register_18(id0); }
+
+  private native void UnRegister_19(vtkObjectBase id0);
+  public void UnRegister(vtkObjectBase id0)
+    { UnRegister_19(id0); }
+
+  private native long GetData_20(vtkInformation id0);
+  public vtkPointSet GetData(vtkInformation id0) {
+    long temp = GetData_20(id0);
+
+    if (temp == 0) return null;
+    return (vtkPointSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetData_21(vtkInformationVector id0,int id1);
+  public vtkPointSet GetData(vtkInformationVector id0,int id1) {
+    long temp = GetData_21(id0,id1);
+
+    if (temp == 0) return null;
+    return (vtkPointSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  public vtkPointSet() { super(); }
+
+  public vtkPointSet(long id) { super(id); }
+
+}