// java wrapper for vtkOverrideInformationCollection object // package vtk; import vtk.*; public class vtkOverrideInformationCollection 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(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)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkOverrideInformationCollection() { super(); } public vtkOverrideInformationCollection(long id) { super(id); } }