]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkInformationRequestKey.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkInformationRequestKey.java
1 // java wrapper for vtkInformationRequestKey object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkInformationRequestKey extends vtkInformationKey
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native long MakeKey_2(String id0,String id1);
19   public vtkInformationRequestKey MakeKey(String id0,String id1) {
20     long temp = MakeKey_2(id0,id1);
21
22     if (temp == 0) return null;
23     return (vtkInformationRequestKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
26   private native void Set_3(vtkInformation id0);
27   public void Set(vtkInformation id0)
28     { Set_3(id0); }
29
30   private native void Remove_4(vtkInformation id0);
31   public void Remove(vtkInformation id0)
32     { Remove_4(id0); }
33
34   private native int Has_5(vtkInformation id0);
35   public int Has(vtkInformation id0)
36     { return Has_5(id0); }
37
38   private native void ShallowCopy_6(vtkInformation id0,vtkInformation id1);
39   public void ShallowCopy(vtkInformation id0,vtkInformation id1)
40     { ShallowCopy_6(id0,id1); }
41
42   public vtkInformationRequestKey() { super(); }
43
44   public vtkInformationRequestKey(long id) { super(id); }
45
46 }