X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkGroupLeafVertices.java;h=54c633839b539b30ae79e2a2ee81409208b9b9f1;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=17de7f7ebdb80365b30462f673f7ab443d4d0cdd;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkGroupLeafVertices.java b/vtk/src/vtk/vtkGroupLeafVertices.java index 17de7f7e..54c63383 100644 --- a/vtk/src/vtk/vtkGroupLeafVertices.java +++ b/vtk/src/vtk/vtkGroupLeafVertices.java @@ -1,31 +1,31 @@ -// java wrapper for vtkGroupLeafVertices object -// - -package vtk; -import vtk.*; - -public class vtkGroupLeafVertices extends vtkTreeAlgorithm -{ - - 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 void SetGroupDomain_2(String id0); - public void SetGroupDomain(String id0) - { SetGroupDomain_2(id0); } - - private native String GetGroupDomain_3(); - public String GetGroupDomain() - { return GetGroupDomain_3(); } - - public vtkGroupLeafVertices() { super(); } - - public vtkGroupLeafVertices(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkGroupLeafVertices object +// + +package vtk; +import vtk.*; + +public class vtkGroupLeafVertices extends vtkTreeAlgorithm +{ + + 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 void SetGroupDomain_2(String id0); + public void SetGroupDomain(String id0) + { SetGroupDomain_2(id0); } + + private native String GetGroupDomain_3(); + public String GetGroupDomain() + { return GetGroupDomain_3(); } + + public vtkGroupLeafVertices() { super(); } + + public vtkGroupLeafVertices(long id) { super(id); } + public native long VTKInit(); + +}