// java wrapper for vtkAssemblyPaths object // package vtk; import vtk.*; public class vtkAssemblyPaths 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(vtkAssemblyPath id0); public void AddItem(vtkAssemblyPath id0) { AddItem_2(id0); } private native void RemoveItem_3(vtkAssemblyPath id0); public void RemoveItem(vtkAssemblyPath id0) { RemoveItem_3(id0); } private native int IsItemPresent_4(vtkAssemblyPath id0); public int IsItemPresent(vtkAssemblyPath id0) { return IsItemPresent_4(id0); } private native long GetNextItem_5(); public vtkAssemblyPath GetNextItem() { long temp = GetNextItem_5(); if (temp == 0) return null; return (vtkAssemblyPath)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetMTime_6(); public int GetMTime() { return GetMTime_6(); } public vtkAssemblyPaths() { super(); } public vtkAssemblyPaths(long id) { super(id); } public native long VTKInit(); }