]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkUniformGridAMR.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkUniformGridAMR.java
1 // java wrapper for vtkUniformGridAMR object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkUniformGridAMR extends vtkCompositeDataSet
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 NewIterator_2();
19   public vtkCompositeDataIterator NewIterator() {
20     long temp = NewIterator_2();
21
22     if (temp == 0) return null;
23     return (vtkCompositeDataIterator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
26   private native int GetDataObjectType_3();
27   public int GetDataObjectType()
28     { return GetDataObjectType_3(); }
29
30   private native void Initialize_4();
31   public void Initialize()
32     { Initialize_4(); }
33
34   private native void SetGridDescription_5(int id0);
35   public void SetGridDescription(int id0)
36     { SetGridDescription_5(id0); }
37
38   private native int GetGridDescription_6();
39   public int GetGridDescription()
40     { return GetGridDescription_6(); }
41
42   private native int GetNumberOfLevels_7();
43   public int GetNumberOfLevels()
44     { return GetNumberOfLevels_7(); }
45
46   private native int GetTotalNumberOfBlocks_8();
47   public int GetTotalNumberOfBlocks()
48     { return GetTotalNumberOfBlocks_8(); }
49
50   private native int GetNumberOfDataSets_9(int id0);
51   public int GetNumberOfDataSets(int id0)
52     { return GetNumberOfDataSets_9(id0); }
53
54   private native void GetBounds_10(double id0[]);
55   public void GetBounds(double id0[])
56     { GetBounds_10(id0); }
57
58   private native void GetMin_11(double id0[]);
59   public void GetMin(double id0[])
60     { GetMin_11(id0); }
61
62   private native void GetMax_12(double id0[]);
63   public void GetMax(double id0[])
64     { GetMax_12(id0); }
65
66   private native void SetDataSet_13(vtkCompositeDataIterator id0,vtkDataObject id1);
67   public void SetDataSet(vtkCompositeDataIterator id0,vtkDataObject id1)
68     { SetDataSet_13(id0,id1); }
69
70   private native void SetDataSet_14(int id0,int id1,vtkUniformGrid id2);
71   public void SetDataSet(int id0,int id1,vtkUniformGrid id2)
72     { SetDataSet_14(id0,id1,id2); }
73
74   private native long GetDataSet_15(vtkCompositeDataIterator id0);
75   public vtkDataObject GetDataSet(vtkCompositeDataIterator id0) {
76     long temp = GetDataSet_15(id0);
77
78     if (temp == 0) return null;
79     return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
80 }
81
82   private native long GetDataSet_16(int id0,int id1);
83   public vtkUniformGrid GetDataSet(int id0,int id1) {
84     long temp = GetDataSet_16(id0,id1);
85
86     if (temp == 0) return null;
87     return (vtkUniformGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
88 }
89
90   private native int GetCompositeIndex_17(int id0,int id1);
91   public int GetCompositeIndex(int id0,int id1)
92     { return GetCompositeIndex_17(id0,id1); }
93
94   private native void ShallowCopy_18(vtkDataObject id0);
95   public void ShallowCopy(vtkDataObject id0)
96     { ShallowCopy_18(id0); }
97
98   private native void DeepCopy_19(vtkDataObject id0);
99   public void DeepCopy(vtkDataObject id0)
100     { DeepCopy_19(id0); }
101
102   private native void CopyStructure_20(vtkCompositeDataSet id0);
103   public void CopyStructure(vtkCompositeDataSet id0)
104     { CopyStructure_20(id0); }
105
106   private native long GetData_21(vtkInformation id0);
107   public vtkUniformGridAMR GetData(vtkInformation id0) {
108     long temp = GetData_21(id0);
109
110     if (temp == 0) return null;
111     return (vtkUniformGridAMR)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
112 }
113
114   private native long GetData_22(vtkInformationVector id0,int id1);
115   public vtkUniformGridAMR GetData(vtkInformationVector id0,int id1) {
116     long temp = GetData_22(id0,id1);
117
118     if (temp == 0) return null;
119     return (vtkUniformGridAMR)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
120 }
121
122   public vtkUniformGridAMR() { super(); }
123
124   public vtkUniformGridAMR(long id) { super(id); }
125   public native long   VTKInit();
126
127 }