// java wrapper for vtkOverrideInformationCollection object // package vtk; import vtk.*; public class vtkOverrideInformationCollection 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(vtkOverrideInformation id0); public void AddItem(vtkOverrideInformation id0) { AddItem_2(id0); } private native long GetNextItem_3(); public vtkOverrideInformation GetNextItem() { long temp = GetNextItem_3(); if (temp == 0) return null; return (vtkOverrideInformation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkOverrideInformationCollection() { super(); } public vtkOverrideInformationCollection(long id) { super(id); } public native long VTKInit(); }