]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkInformationIntegerVectorKey.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkInformationIntegerVectorKey.java
1 // java wrapper for vtkInformationIntegerVectorKey object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkInformationIntegerVectorKey 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,int id2);
19   public vtkInformationIntegerVectorKey MakeKey(String id0,String id1,int id2) {
20     long temp = MakeKey_2(id0,id1,id2);
21
22     if (temp == 0) return null;
23     return (vtkInformationIntegerVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
26   private native void Append_3(vtkInformation id0,int id1);
27   public void Append(vtkInformation id0,int id1)
28     { Append_3(id0,id1); }
29
30   private native void Set_4(vtkInformation id0);
31   public void Set(vtkInformation id0)
32     { Set_4(id0); }
33
34   private native int Get_5(vtkInformation id0,int id1);
35   public int Get(vtkInformation id0,int id1)
36     { return Get_5(id0,id1); }
37
38   private native int Length_6(vtkInformation id0);
39   public int Length(vtkInformation id0)
40     { return Length_6(id0); }
41
42   private native void ShallowCopy_7(vtkInformation id0,vtkInformation id1);
43   public void ShallowCopy(vtkInformation id0,vtkInformation id1)
44     { ShallowCopy_7(id0,id1); }
45
46   public vtkInformationIntegerVectorKey() { super(); }
47
48   public vtkInformationIntegerVectorKey(long id) { super(id); }
49
50 }