// java wrapper for vtkInformationVariantKey object // package vtk; import vtk.*; public class vtkInformationVariantKey extends vtkInformationKey { 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 long MakeKey_2(String id0,String id1); public vtkInformationVariantKey MakeKey(String id0,String id1) { long temp = MakeKey_2(id0,id1); if (temp == 0) return null; return (vtkInformationVariantKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void ShallowCopy_3(vtkInformation id0,vtkInformation id1); public void ShallowCopy(vtkInformation id0,vtkInformation id1) { ShallowCopy_3(id0,id1); } public vtkInformationVariantKey() { super(); } public vtkInformationVariantKey(long id) { super(id); } }