X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkCellTreeLocator.java;h=69b193a854877cd91a9e439acd0fdc33e7fa83f4;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=49402acb19b8b73d06c50ea1a50a3be2eb3fa8d7;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkCellTreeLocator.java b/vtk/src/vtk/vtkCellTreeLocator.java index 49402acb..69b193a8 100644 --- a/vtk/src/vtk/vtkCellTreeLocator.java +++ b/vtk/src/vtk/vtkCellTreeLocator.java @@ -1,55 +1,55 @@ -// java wrapper for vtkCellTreeLocator object -// - -package vtk; -import vtk.*; - -public class vtkCellTreeLocator extends vtkAbstractCellLocator -{ - - 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 IntersectWithLine_2(double id0[],double id1[],vtkPoints id2,vtkIdList id3); - public int IntersectWithLine(double id0[],double id1[],vtkPoints id2,vtkIdList id3) - { return IntersectWithLine_2(id0,id1,id2,id3); } - - private native int FindCell_3(double id0[]); - public int FindCell(double id0[]) - { return FindCell_3(id0); } - - private native void FreeSearchStructure_4(); - public void FreeSearchStructure() - { FreeSearchStructure_4(); } - - private native void GenerateRepresentation_5(int id0,vtkPolyData id1); - public void GenerateRepresentation(int id0,vtkPolyData id1) - { GenerateRepresentation_5(id0,id1); } - - private native void BuildLocatorInternal_6(); - public void BuildLocatorInternal() - { BuildLocatorInternal_6(); } - - private native void BuildLocatorIfNeeded_7(); - public void BuildLocatorIfNeeded() - { BuildLocatorIfNeeded_7(); } - - private native void ForceBuildLocator_8(); - public void ForceBuildLocator() - { ForceBuildLocator_8(); } - - private native void BuildLocator_9(); - public void BuildLocator() - { BuildLocator_9(); } - - public vtkCellTreeLocator() { super(); } - - public vtkCellTreeLocator(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkCellTreeLocator object +// + +package vtk; +import vtk.*; + +public class vtkCellTreeLocator extends vtkAbstractCellLocator +{ + + 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 IntersectWithLine_2(double id0[],double id1[],vtkPoints id2,vtkIdList id3); + public int IntersectWithLine(double id0[],double id1[],vtkPoints id2,vtkIdList id3) + { return IntersectWithLine_2(id0,id1,id2,id3); } + + private native int FindCell_3(double id0[]); + public int FindCell(double id0[]) + { return FindCell_3(id0); } + + private native void FreeSearchStructure_4(); + public void FreeSearchStructure() + { FreeSearchStructure_4(); } + + private native void GenerateRepresentation_5(int id0,vtkPolyData id1); + public void GenerateRepresentation(int id0,vtkPolyData id1) + { GenerateRepresentation_5(id0,id1); } + + private native void BuildLocatorInternal_6(); + public void BuildLocatorInternal() + { BuildLocatorInternal_6(); } + + private native void BuildLocatorIfNeeded_7(); + public void BuildLocatorIfNeeded() + { BuildLocatorIfNeeded_7(); } + + private native void ForceBuildLocator_8(); + public void ForceBuildLocator() + { ForceBuildLocator_8(); } + + private native void BuildLocator_9(); + public void BuildLocator() + { BuildLocator_9(); } + + public vtkCellTreeLocator() { super(); } + + public vtkCellTreeLocator(long id) { super(id); } + public native long VTKInit(); + +}