// java wrapper for vtkLookupTableItem object // package vtk; import vtk.*; public class vtkLookupTableItem extends vtkScalarsToColorsItem { 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 SetLookupTable_2(vtkLookupTable id0); public void SetLookupTable(vtkLookupTable id0) { SetLookupTable_2(id0); } private native long GetLookupTable_3(); public vtkLookupTable GetLookupTable() { long temp = GetLookupTable_3(); if (temp == 0) return null; return (vtkLookupTable)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkLookupTableItem() { super(); } public vtkLookupTableItem(long id) { super(id); } public native long VTKInit(); }