]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkOverlappingAMR.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkOverlappingAMR.java
1 // java wrapper for vtkOverlappingAMR object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkOverlappingAMR extends vtkUniformGridAMR
8 {
9
10   private native int GetDataObjectType_0();
11   public int GetDataObjectType()
12     { return GetDataObjectType_0(); }
13
14   private native int IsTypeOf_1(String id0);
15   public int IsTypeOf(String id0)
16     { return IsTypeOf_1(id0); }
17
18   private native int IsA_2(String id0);
19   public int IsA(String id0)
20     { return IsA_2(id0); }
21
22   private native long NewIterator_3();
23   public vtkCompositeDataIterator NewIterator() {
24     long temp = NewIterator_3();
25
26     if (temp == 0) return null;
27     return (vtkCompositeDataIterator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void SetSpacing_4(int id0,double id1[]);
31   public void SetSpacing(int id0,double id1[])
32     { SetSpacing_4(id0,id1); }
33
34   private native void GetSpacing_5(int id0,double id1[]);
35   public void GetSpacing(int id0,double id1[])
36     { GetSpacing_5(id0,id1); }
37
38   private native void GetOrigin_6(int id0,int id1,double id2[]);
39   public void GetOrigin(int id0,int id1,double id2[])
40     { GetOrigin_6(id0,id1,id2); }
41
42   private native long NUMBER_OF_BLANKED_POINTS_7();
43   public vtkInformationIdTypeKey NUMBER_OF_BLANKED_POINTS() {
44     long temp = NUMBER_OF_BLANKED_POINTS_7();
45
46     if (temp == 0) return null;
47     return (vtkInformationIdTypeKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
48 }
49
50   private native long GetData_8(vtkInformation id0);
51   public vtkOverlappingAMR GetData(vtkInformation id0) {
52     long temp = GetData_8(id0);
53
54     if (temp == 0) return null;
55     return (vtkOverlappingAMR)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
56 }
57
58   private native long GetData_9(vtkInformationVector id0,int id1);
59   public vtkOverlappingAMR GetData(vtkInformationVector id0,int id1) {
60     long temp = GetData_9(id0,id1);
61
62     if (temp == 0) return null;
63     return (vtkOverlappingAMR)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
64 }
65
66   private native void SetRefinementRatio_10(int id0,int id1);
67   public void SetRefinementRatio(int id0,int id1)
68     { SetRefinementRatio_10(id0,id1); }
69
70   private native int GetRefinementRatio_11(int id0);
71   public int GetRefinementRatio(int id0)
72     { return GetRefinementRatio_11(id0); }
73
74   private native void SetAMRBlockSourceIndex_12(int id0,int id1,int id2);
75   public void SetAMRBlockSourceIndex(int id0,int id1,int id2)
76     { SetAMRBlockSourceIndex_12(id0,id1,id2); }
77
78   private native int GetAMRBlockSourceIndex_13(int id0,int id1);
79   public int GetAMRBlockSourceIndex(int id0,int id1)
80     { return GetAMRBlockSourceIndex_13(id0,id1); }
81
82   private native int GetRefinementRatio_14(vtkCompositeDataIterator id0);
83   public int GetRefinementRatio(vtkCompositeDataIterator id0)
84     { return GetRefinementRatio_14(id0); }
85
86   private native boolean HasChildrenInformation_15();
87   public boolean HasChildrenInformation()
88     { return HasChildrenInformation_15(); }
89
90   private native void GenerateParentChildInformation_16();
91   public void GenerateParentChildInformation()
92     { GenerateParentChildInformation_16(); }
93
94   private native void PrintParentChildInfo_17(int id0,int id1);
95   public void PrintParentChildInfo(int id0,int id1)
96     { PrintParentChildInfo_17(id0,id1); }
97
98   private native void GetBounds_18(double id0[]);
99   public void GetBounds(double id0[])
100     { GetBounds_18(id0); }
101
102   private native long GetAMRInfo_19();
103   public vtkAMRInformation GetAMRInfo() {
104     long temp = GetAMRInfo_19();
105
106     if (temp == 0) return null;
107     return (vtkAMRInformation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
108 }
109
110   private native void SetAMRInfo_20(vtkAMRInformation id0);
111   public void SetAMRInfo(vtkAMRInformation id0)
112     { SetAMRInfo_20(id0); }
113
114   private native void Audit_21();
115   public void Audit()
116     { Audit_21(); }
117
118   public vtkOverlappingAMR() { super(); }
119
120   public vtkOverlappingAMR(long id) { super(id); }
121   public native long   VTKInit();
122
123 }