X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkCuller.java;h=817e95b9aa9e4f42577f2784d2d7c1f0aa886e18;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=0bf72fe2ead61b4a6bc15db3d771b160db2ec79c;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkCuller.java b/vtk/src/vtk/vtkCuller.java index 0bf72fe2..817e95b9 100644 --- a/vtk/src/vtk/vtkCuller.java +++ b/vtk/src/vtk/vtkCuller.java @@ -1,22 +1,22 @@ -// java wrapper for vtkCuller object -// - -package vtk; -import vtk.*; - -public class vtkCuller 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); } - - public vtkCuller() { super(); } - - public vtkCuller(long id) { super(id); } - -} +// java wrapper for vtkCuller object +// + +package vtk; +import vtk.*; + +public class vtkCuller 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); } + + public vtkCuller() { super(); } + + public vtkCuller(long id) { super(id); } + +}