X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkActorCollection.java;h=6004efe08a6ac136dce70522164e0476e8f8e5dc;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=7539e8c618ffb891096631fcaa86b69f6fca4663;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkActorCollection.java b/vtk/src/vtk/vtkActorCollection.java index 7539e8c6..6004efe0 100644 --- a/vtk/src/vtk/vtkActorCollection.java +++ b/vtk/src/vtk/vtkActorCollection.java @@ -1,63 +1,63 @@ -// java wrapper for vtkActorCollection object -// - -package vtk; -import vtk.*; - -public class vtkActorCollection extends vtkPropCollection -{ - - 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(vtkActor id0); - public void AddItem(vtkActor id0) - { AddItem_2(id0); } - - private native long GetNextActor_3(); - public vtkActor GetNextActor() { - long temp = GetNextActor_3(); - - if (temp == 0) return null; - return (vtkActor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetLastActor_4(); - public vtkActor GetLastActor() { - long temp = GetLastActor_4(); - - if (temp == 0) return null; - return (vtkActor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetNextItem_5(); - public vtkActor GetNextItem() { - long temp = GetNextItem_5(); - - if (temp == 0) return null; - return (vtkActor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetLastItem_6(); - public vtkActor GetLastItem() { - long temp = GetLastItem_6(); - - if (temp == 0) return null; - return (vtkActor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void ApplyProperties_7(vtkProperty id0); - public void ApplyProperties(vtkProperty id0) - { ApplyProperties_7(id0); } - - public vtkActorCollection() { super(); } - - public vtkActorCollection(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkActorCollection object +// + +package vtk; +import vtk.*; + +public class vtkActorCollection extends vtkPropCollection +{ + + 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(vtkActor id0); + public void AddItem(vtkActor id0) + { AddItem_2(id0); } + + private native long GetNextActor_3(); + public vtkActor GetNextActor() { + long temp = GetNextActor_3(); + + if (temp == 0) return null; + return (vtkActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetLastActor_4(); + public vtkActor GetLastActor() { + long temp = GetLastActor_4(); + + if (temp == 0) return null; + return (vtkActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetNextItem_5(); + public vtkActor GetNextItem() { + long temp = GetNextItem_5(); + + if (temp == 0) return null; + return (vtkActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetLastItem_6(); + public vtkActor GetLastItem() { + long temp = GetLastItem_6(); + + if (temp == 0) return null; + return (vtkActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void ApplyProperties_7(vtkProperty id0); + public void ApplyProperties(vtkProperty id0) + { ApplyProperties_7(id0); } + + public vtkActorCollection() { super(); } + + public vtkActorCollection(long id) { super(id); } + public native long VTKInit(); + +}