X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkPointPicker.java;h=df8908e62aecd679ad847f9b2884acf17c8b6374;hb=79528578707a2103753d895b520fdc6439f52d3e;hp=f07800a851beea1a39fcfd77c82d05f7e7524a12;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkPointPicker.java b/vtk/src/vtk/vtkPointPicker.java index f07800a8..df8908e6 100644 --- a/vtk/src/vtk/vtkPointPicker.java +++ b/vtk/src/vtk/vtkPointPicker.java @@ -1,27 +1,43 @@ -// java wrapper for vtkPointPicker object -// - -package vtk; -import vtk.*; - -public class vtkPointPicker extends vtkPicker -{ - - 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 GetPointId_2(); - public int GetPointId() - { return GetPointId_2(); } - - public vtkPointPicker() { super(); } - - public vtkPointPicker(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkPointPicker object +// + +package vtk; +import vtk.*; + +public class vtkPointPicker extends vtkPicker +{ + + 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 GetPointId_2(); + public int GetPointId() + { return GetPointId_2(); } + + private native void SetUseCells_3(int id0); + public void SetUseCells(int id0) + { SetUseCells_3(id0); } + + private native int GetUseCells_4(); + public int GetUseCells() + { return GetUseCells_4(); } + + private native void UseCellsOn_5(); + public void UseCellsOn() + { UseCellsOn_5(); } + + private native void UseCellsOff_6(); + public void UseCellsOff() + { UseCellsOff_6(); } + + public vtkPointPicker() { super(); } + + public vtkPointPicker(long id) { super(id); } + public native long VTKInit(); + +}