X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkCoincidentPoints.java;h=eaa0f94a250e45c9fb826de47ec8e0cd4dd0c77a;hb=b6cccb572f043f3247274c52b353577ba3f1dcb1;hp=688c81f6f70885ff59d549fa8fb96845b79ec67e;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkCoincidentPoints.java b/vtk/src/vtk/vtkCoincidentPoints.java index 688c81f6..eaa0f94a 100644 --- a/vtk/src/vtk/vtkCoincidentPoints.java +++ b/vtk/src/vtk/vtkCoincidentPoints.java @@ -1,59 +1,59 @@ -// java wrapper for vtkCoincidentPoints object -// - -package vtk; -import vtk.*; - -public class vtkCoincidentPoints extends vtkObject -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - private native int IsA_1(String id0); - public int IsA(String id0) - { return IsA_1(id0); } - - private native void AddPoint_2(int id0,double id1[]); - public void AddPoint(int id0,double id1[]) - { AddPoint_2(id0,id1); } - - private native long GetCoincidentPointIds_3(double id0[]); - public vtkIdList GetCoincidentPointIds(double id0[]) { - long temp = GetCoincidentPointIds_3(id0); - - if (temp == 0) return null; - return (vtkIdList)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetNextCoincidentPointIds_4(); - public vtkIdList GetNextCoincidentPointIds() { - long temp = GetNextCoincidentPointIds_4(); - - if (temp == 0) return null; - return (vtkIdList)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void InitTraversal_5(); - public void InitTraversal() - { InitTraversal_5(); } - - private native void RemoveNonCoincidentPoints_6(); - public void RemoveNonCoincidentPoints() - { RemoveNonCoincidentPoints_6(); } - - private native void Clear_7(); - public void Clear() - { Clear_7(); } - - private native void SpiralPoints_8(int id0,vtkPoints id1); - public void SpiralPoints(int id0,vtkPoints id1) - { SpiralPoints_8(id0,id1); } - - public vtkCoincidentPoints() { super(); } - - public vtkCoincidentPoints(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkCoincidentPoints object +// + +package vtk; +import vtk.*; + +public class vtkCoincidentPoints 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 AddPoint_2(int id0,double id1[]); + public void AddPoint(int id0,double id1[]) + { AddPoint_2(id0,id1); } + + private native long GetCoincidentPointIds_3(double id0[]); + public vtkIdList GetCoincidentPointIds(double id0[]) { + long temp = GetCoincidentPointIds_3(id0); + + if (temp == 0) return null; + return (vtkIdList)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetNextCoincidentPointIds_4(); + public vtkIdList GetNextCoincidentPointIds() { + long temp = GetNextCoincidentPointIds_4(); + + if (temp == 0) return null; + return (vtkIdList)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void InitTraversal_5(); + public void InitTraversal() + { InitTraversal_5(); } + + private native void RemoveNonCoincidentPoints_6(); + public void RemoveNonCoincidentPoints() + { RemoveNonCoincidentPoints_6(); } + + private native void Clear_7(); + public void Clear() + { Clear_7(); } + + private native void SpiralPoints_8(int id0,vtkPoints id1); + public void SpiralPoints(int id0,vtkPoints id1) + { SpiralPoints_8(id0,id1); } + + public vtkCoincidentPoints() { super(); } + + public vtkCoincidentPoints(long id) { super(id); } + public native long VTKInit(); + +}