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