// java wrapper for vtkActor2DCollection object // package vtk; import vtk.*; public class vtkActor2DCollection 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 Sort_2(); public void Sort() { Sort_2(); } private native void AddItem_3(vtkActor2D id0); public void AddItem(vtkActor2D id0) { AddItem_3(id0); } private native int IsItemPresent_4(vtkActor2D id0); public int IsItemPresent(vtkActor2D id0) { return IsItemPresent_4(id0); } private native long GetNextActor2D_5(); public vtkActor2D GetNextActor2D() { long temp = GetNextActor2D_5(); if (temp == 0) return null; return (vtkActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetLastActor2D_6(); public vtkActor2D GetLastActor2D() { long temp = GetLastActor2D_6(); if (temp == 0) return null; return (vtkActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetNextItem_7(); public vtkActor2D GetNextItem() { long temp = GetNextItem_7(); if (temp == 0) return null; return (vtkActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetLastItem_8(); public vtkActor2D GetLastItem() { long temp = GetLastItem_8(); if (temp == 0) return null; return (vtkActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void RenderOverlay_9(vtkViewport id0); public void RenderOverlay(vtkViewport id0) { RenderOverlay_9(id0); } public vtkActor2DCollection() { super(); } public vtkActor2DCollection(long id) { super(id); } public native long VTKInit(); }