]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkUniformGrid.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / vtk / src / vtk / vtkUniformGrid.java
1 // java wrapper for vtkUniformGrid object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkUniformGrid extends vtkImageData\r
8 {\r
9 \r
10   private native String GetClassName_0();\r
11   public String GetClassName()\r
12     { return GetClassName_0(); }\r
13 \r
14   private native int IsA_1(String id0);\r
15   public int IsA(String id0)\r
16     { return IsA_1(id0); }\r
17 \r
18   private native void CopyStructure_2(vtkDataSet id0);\r
19   public void CopyStructure(vtkDataSet id0)\r
20     { CopyStructure_2(id0); }\r
21 \r
22   private native int GetDataObjectType_3();\r
23   public int GetDataObjectType()\r
24     { return GetDataObjectType_3(); }\r
25 \r
26   private native long GetCell_4(int id0);\r
27   public vtkCell GetCell(int id0) {\r
28     long temp = GetCell_4(id0);\r
29 \r
30     if (temp == 0) return null;\r
31     return (vtkCell)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
32   }\r
33 \r
34   private native void GetCell_5(int id0,vtkGenericCell id1);\r
35   public void GetCell(int id0,vtkGenericCell id1)\r
36     { GetCell_5(id0,id1); }\r
37 \r
38   private native int GetCellType_6(int id0);\r
39   public int GetCellType(int id0)\r
40     { return GetCellType_6(id0); }\r
41 \r
42   private native void GetCellPoints_7(int id0,vtkIdList id1);\r
43   public void GetCellPoints(int id0,vtkIdList id1)\r
44     { GetCellPoints_7(id0,id1); }\r
45 \r
46   private native void GetPointCells_8(int id0,vtkIdList id1);\r
47   public void GetPointCells(int id0,vtkIdList id1)\r
48     { GetPointCells_8(id0,id1); }\r
49 \r
50   private native void Initialize_9();\r
51   public void Initialize()\r
52     { Initialize_9(); }\r
53 \r
54   private native int GetMaxCellSize_10();\r
55   public int GetMaxCellSize()\r
56     { return GetMaxCellSize_10(); }\r
57 \r
58   private native void ShallowCopy_11(vtkDataObject id0);\r
59   public void ShallowCopy(vtkDataObject id0)\r
60     { ShallowCopy_11(id0); }\r
61 \r
62   private native void DeepCopy_12(vtkDataObject id0);\r
63   public void DeepCopy(vtkDataObject id0)\r
64     { DeepCopy_12(id0); }\r
65 \r
66   private native void BlankPoint_13(int id0);\r
67   public void BlankPoint(int id0)\r
68     { BlankPoint_13(id0); }\r
69 \r
70   private native void UnBlankPoint_14(int id0);\r
71   public void UnBlankPoint(int id0)\r
72     { UnBlankPoint_14(id0); }\r
73 \r
74   private native void BlankCell_15(int id0);\r
75   public void BlankCell(int id0)\r
76     { BlankCell_15(id0); }\r
77 \r
78   private native void UnBlankCell_16(int id0);\r
79   public void UnBlankCell(int id0)\r
80     { UnBlankCell_16(id0); }\r
81 \r
82   private native long GetPointVisibilityArray_17();\r
83   public vtkUnsignedCharArray GetPointVisibilityArray() {\r
84     long temp = GetPointVisibilityArray_17();\r
85 \r
86     if (temp == 0) return null;\r
87     return (vtkUnsignedCharArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
88   }\r
89 \r
90   private native void SetPointVisibilityArray_18(vtkUnsignedCharArray id0);\r
91   public void SetPointVisibilityArray(vtkUnsignedCharArray id0)\r
92     { SetPointVisibilityArray_18(id0); }\r
93 \r
94   private native long GetCellVisibilityArray_19();\r
95   public vtkUnsignedCharArray GetCellVisibilityArray() {\r
96     long temp = GetCellVisibilityArray_19();\r
97 \r
98     if (temp == 0) return null;\r
99     return (vtkUnsignedCharArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
100   }\r
101 \r
102   private native void SetCellVisibilityArray_20(vtkUnsignedCharArray id0);\r
103   public void SetCellVisibilityArray(vtkUnsignedCharArray id0)\r
104     { SetCellVisibilityArray_20(id0); }\r
105 \r
106   private native int IsPointVisible_21(int id0);\r
107   public int IsPointVisible(int id0)\r
108     { return IsPointVisible_21(id0); }\r
109 \r
110   private native int IsCellVisible_22(int id0);\r
111   public int IsCellVisible(int id0)\r
112     { return IsCellVisible_22(id0); }\r
113 \r
114   private native int GetPointBlanking_23();\r
115   public int GetPointBlanking()\r
116     { return GetPointBlanking_23(); }\r
117 \r
118   private native int GetCellBlanking_24();\r
119   public int GetCellBlanking()\r
120     { return GetCellBlanking_24(); }\r
121 \r
122   private native long NewImageDataCopy_25();\r
123   public vtkImageData NewImageDataCopy() {\r
124     long temp = NewImageDataCopy_25();\r
125 \r
126     if (temp == 0) return null;\r
127     return (vtkImageData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
128   }\r
129 \r
130   private native long GetData_26(vtkInformation id0);\r
131   public vtkUniformGrid GetData(vtkInformation id0) {\r
132     long temp = GetData_26(id0);\r
133 \r
134     if (temp == 0) return null;\r
135     return (vtkUniformGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
136   }\r
137 \r
138   private native long GetData_27(vtkInformationVector id0,int id1);\r
139   public vtkUniformGrid GetData(vtkInformationVector id0,int id1) {\r
140     long temp = GetData_27(id0,id1);\r
141 \r
142     if (temp == 0) return null;\r
143     return (vtkUniformGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
144   }\r
145 \r
146   public vtkUniformGrid() { super(); }\r
147 \r
148   public vtkUniformGrid(long id) { super(id); }\r
149   public native long   VTKInit();\r
150 \r
151 }\r