// java wrapper for vtkInformationIntegerPointerKey object // package vtk; import vtk.*; public class vtkInformationIntegerPointerKey extends vtkInformationKey { 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 int Length_2(vtkInformation id0); public int Length(vtkInformation id0) { return Length_2(id0); } private native void ShallowCopy_3(vtkInformation id0,vtkInformation id1); public void ShallowCopy(vtkInformation id0,vtkInformation id1) { ShallowCopy_3(id0,id1); } public vtkInformationIntegerPointerKey() { super(); } public vtkInformationIntegerPointerKey(long id) { super(id); } }