// java wrapper for vtkSocketCollection object // package vtk; import vtk.*; public class vtkSocketCollection 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(vtkSocket id0); public void AddItem(vtkSocket id0) { AddItem_2(id0); } private native int SelectSockets_3(int id0); public int SelectSockets(int id0) { return SelectSockets_3(id0); } private native long GetLastSelectedSocket_4(); public vtkSocket GetLastSelectedSocket() { long temp = GetLastSelectedSocket_4(); if (temp == 0) return null; return (vtkSocket)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void ReplaceItem_5(int id0,vtkObject id1); public void ReplaceItem(int id0,vtkObject id1) { ReplaceItem_5(id0,id1); } private native void RemoveItem_6(int id0); public void RemoveItem(int id0) { RemoveItem_6(id0); } private native void RemoveItem_7(vtkObject id0); public void RemoveItem(vtkObject id0) { RemoveItem_7(id0); } private native void RemoveAllItems_8(); public void RemoveAllItems() { RemoveAllItems_8(); } public vtkSocketCollection() { super(); } public vtkSocketCollection(long id) { super(id); } public native long VTKInit(); }