X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkProbeSelectedLocations.java;h=c07034077982bac15540bd18e985fb05b912b4f3;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=5506d64d9791e9f2ebe01c4fac93a398cb55f191;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkProbeSelectedLocations.java b/vtk/src/vtk/vtkProbeSelectedLocations.java index 5506d64d..c0703407 100644 --- a/vtk/src/vtk/vtkProbeSelectedLocations.java +++ b/vtk/src/vtk/vtkProbeSelectedLocations.java @@ -1,23 +1,23 @@ -// java wrapper for vtkProbeSelectedLocations object -// - -package vtk; -import vtk.*; - -public class vtkProbeSelectedLocations extends vtkExtractSelectionBase -{ - - 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); } - - public vtkProbeSelectedLocations() { super(); } - - public vtkProbeSelectedLocations(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkProbeSelectedLocations object +// + +package vtk; +import vtk.*; + +public class vtkProbeSelectedLocations extends vtkExtractSelectionBase +{ + + 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); } + + public vtkProbeSelectedLocations() { super(); } + + public vtkProbeSelectedLocations(long id) { super(id); } + public native long VTKInit(); + +}