]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkAMRInformation.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkAMRInformation.java
1 // java wrapper for vtkAMRInformation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkAMRInformation extends vtkObject
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 int GetGridDescription_2();
19   public int GetGridDescription()
20     { return GetGridDescription_2(); }
21
22   private native void SetGridDescription_3(int id0);
23   public void SetGridDescription(int id0)
24     { SetGridDescription_3(id0); }
25
26   private native void GetOrigin_4(double id0[]);
27   public void GetOrigin(double id0[])
28     { GetOrigin_4(id0); }
29
30   private native int GetNumberOfLevels_5();
31   public int GetNumberOfLevels()
32     { return GetNumberOfLevels_5(); }
33
34   private native int GetNumberOfDataSets_6(int id0);
35   public int GetNumberOfDataSets(int id0)
36     { return GetNumberOfDataSets_6(id0); }
37
38   private native int GetTotalNumberOfBlocks_7();
39   public int GetTotalNumberOfBlocks()
40     { return GetTotalNumberOfBlocks_7(); }
41
42   private native int GetIndex_8(int id0,int id1);
43   public int GetIndex(int id0,int id1)
44     { return GetIndex_8(id0,id1); }
45
46   private native void GetSpacing_9(int id0,double id1[]);
47   public void GetSpacing(int id0,double id1[])
48     { GetSpacing_9(id0,id1); }
49
50   private native boolean HasSpacing_10(int id0);
51   public boolean HasSpacing(int id0)
52     { return HasSpacing_10(id0); }
53
54   private native int GetAMRBlockSourceIndex_11(int id0);
55   public int GetAMRBlockSourceIndex(int id0)
56     { return GetAMRBlockSourceIndex_11(id0); }
57
58   private native void SetAMRBlockSourceIndex_12(int id0,int id1);
59   public void SetAMRBlockSourceIndex(int id0,int id1)
60     { SetAMRBlockSourceIndex_12(id0,id1); }
61
62   private native void GenerateRefinementRatio_13();
63   public void GenerateRefinementRatio()
64     { GenerateRefinementRatio_13(); }
65
66   private native boolean HasRefinementRatio_14();
67   public boolean HasRefinementRatio()
68     { return HasRefinementRatio_14(); }
69
70   private native void SetRefinementRatio_15(int id0,int id1);
71   public void SetRefinementRatio(int id0,int id1)
72     { SetRefinementRatio_15(id0,id1); }
73
74   private native int GetRefinementRatio_16(int id0);
75   public int GetRefinementRatio(int id0)
76     { return GetRefinementRatio_16(id0); }
77
78   private native boolean HasChildrenInformation_17();
79   public boolean HasChildrenInformation()
80     { return HasChildrenInformation_17(); }
81
82   private native void PrintParentChildInfo_18(int id0,int id1);
83   public void PrintParentChildInfo(int id0,int id1)
84     { PrintParentChildInfo_18(id0,id1); }
85
86   private native void GenerateParentChildInformation_19();
87   public void GenerateParentChildInformation()
88     { GenerateParentChildInformation_19(); }
89
90   private native boolean Audit_20();
91   public boolean Audit()
92     { return Audit_20(); }
93
94   private native void DeepCopy_21(vtkAMRInformation id0);
95   public void DeepCopy(vtkAMRInformation id0)
96     { DeepCopy_21(id0); }
97
98   public vtkAMRInformation() { super(); }
99
100   public vtkAMRInformation(long id) { super(id); }
101   public native long   VTKInit();
102
103 }