X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkInformationRequestKey.java;fp=vtk%2Fsrc%2Fvtk%2FvtkInformationRequestKey.java;h=0000000000000000000000000000000000000000;hb=12e21051bd57248b39831d79d68d455077047cdb;hp=9304647159a377548760ec6e158bb42ffd8ab83f;hpb=58ebeb2baac48f9066c1395a9071f99745574ef9;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkInformationRequestKey.java b/vtk/src/vtk/vtkInformationRequestKey.java deleted file mode 100644 index 93046471..00000000 --- a/vtk/src/vtk/vtkInformationRequestKey.java +++ /dev/null @@ -1,38 +0,0 @@ -// java wrapper for vtkInformationRequestKey object -// - -package vtk; -import vtk.*; - -public class vtkInformationRequestKey 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 void Set_2(vtkInformation id0); - public void Set(vtkInformation id0) - { Set_2(id0); } - - private native void Remove_3(vtkInformation id0); - public void Remove(vtkInformation id0) - { Remove_3(id0); } - - private native int Has_4(vtkInformation id0); - public int Has(vtkInformation id0) - { return Has_4(id0); } - - private native void ShallowCopy_5(vtkInformation id0,vtkInformation id1); - public void ShallowCopy(vtkInformation id0,vtkInformation id1) - { ShallowCopy_5(id0,id1); } - - public vtkInformationRequestKey() { super(); } - - public vtkInformationRequestKey(long id) { super(id); } - -}