X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkNonMergingPointLocator.java;h=4693a4e648134af57eddaf158725a001a34789f0;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=9954692fb5137f6bc140909e9cc6ef042213acb9;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkNonMergingPointLocator.java b/vtk/src/vtk/vtkNonMergingPointLocator.java index 9954692f..4693a4e6 100644 --- a/vtk/src/vtk/vtkNonMergingPointLocator.java +++ b/vtk/src/vtk/vtkNonMergingPointLocator.java @@ -1,31 +1,31 @@ -// java wrapper for vtkNonMergingPointLocator object -// - -package vtk; -import vtk.*; - -public class vtkNonMergingPointLocator extends vtkPointLocator -{ - - 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 int IsInsertedPoint_2(double id0[]); - public int IsInsertedPoint(double id0[]) - { return IsInsertedPoint_2(id0); } - - private native int IsInsertedPoint_3(double id0,double id1,double id2); - public int IsInsertedPoint(double id0,double id1,double id2) - { return IsInsertedPoint_3(id0,id1,id2); } - - public vtkNonMergingPointLocator() { super(); } - - public vtkNonMergingPointLocator(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkNonMergingPointLocator object +// + +package vtk; +import vtk.*; + +public class vtkNonMergingPointLocator extends vtkPointLocator +{ + + 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 int IsInsertedPoint_2(double id0[]); + public int IsInsertedPoint(double id0[]) + { return IsInsertedPoint_2(id0); } + + private native int IsInsertedPoint_3(double id0,double id1,double id2); + public int IsInsertedPoint(double id0,double id1,double id2) + { return IsInsertedPoint_3(id0,id1,id2); } + + public vtkNonMergingPointLocator() { super(); } + + public vtkNonMergingPointLocator(long id) { super(id); } + public native long VTKInit(); + +}