X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkAssemblyPaths.java;h=4847d2b26a64f0cbe8c42337ba2ee24a0469d078;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=1a22cf969084c0cbae00f8f6e4a9709467c42e70;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkAssemblyPaths.java b/vtk/src/vtk/vtkAssemblyPaths.java index 1a22cf96..4847d2b2 100644 --- a/vtk/src/vtk/vtkAssemblyPaths.java +++ b/vtk/src/vtk/vtkAssemblyPaths.java @@ -1,47 +1,47 @@ -// java wrapper for vtkAssemblyPaths object -// - -package vtk; -import vtk.*; - -public class vtkAssemblyPaths extends vtkCollection -{ - - 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 AddItem_2(vtkAssemblyPath id0); - public void AddItem(vtkAssemblyPath id0) - { AddItem_2(id0); } - - private native void RemoveItem_3(vtkAssemblyPath id0); - public void RemoveItem(vtkAssemblyPath id0) - { RemoveItem_3(id0); } - - private native int IsItemPresent_4(vtkAssemblyPath id0); - public int IsItemPresent(vtkAssemblyPath id0) - { return IsItemPresent_4(id0); } - - private native long GetNextItem_5(); - public vtkAssemblyPath GetNextItem() { - long temp = GetNextItem_5(); - - if (temp == 0) return null; - return (vtkAssemblyPath)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int GetMTime_6(); - public int GetMTime() - { return GetMTime_6(); } - - public vtkAssemblyPaths() { super(); } - - public vtkAssemblyPaths(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkAssemblyPaths object +// + +package vtk; +import vtk.*; + +public class vtkAssemblyPaths extends vtkCollection +{ + + 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 AddItem_2(vtkAssemblyPath id0); + public void AddItem(vtkAssemblyPath id0) + { AddItem_2(id0); } + + private native void RemoveItem_3(vtkAssemblyPath id0); + public void RemoveItem(vtkAssemblyPath id0) + { RemoveItem_3(id0); } + + private native int IsItemPresent_4(vtkAssemblyPath id0); + public int IsItemPresent(vtkAssemblyPath id0) + { return IsItemPresent_4(id0); } + + private native long GetNextItem_5(); + public vtkAssemblyPath GetNextItem() { + long temp = GetNextItem_5(); + + if (temp == 0) return null; + return (vtkAssemblyPath)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int GetMTime_6(); + public int GetMTime() + { return GetMTime_6(); } + + public vtkAssemblyPaths() { super(); } + + public vtkAssemblyPaths(long id) { super(id); } + public native long VTKInit(); + +}