1 // java wrapper for vtkHexahedron object
7 public class vtkHexahedron extends vtkCell3D
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native int GetCellType_2();
19 public int GetCellType()
20 { return GetCellType_2(); }
22 private native int GetNumberOfEdges_3();
23 public int GetNumberOfEdges()
24 { return GetNumberOfEdges_3(); }
26 private native int GetNumberOfFaces_4();
27 public int GetNumberOfFaces()
28 { return GetNumberOfFaces_4(); }
30 private native long GetEdge_5(int id0);
31 public vtkCell GetEdge(int id0) {
32 long temp = GetEdge_5(id0);
34 if (temp == 0) return null;
35 return (vtkCell)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
38 private native long GetFace_6(int id0);
39 public vtkCell GetFace(int id0) {
40 long temp = GetFace_6(id0);
42 if (temp == 0) return null;
43 return (vtkCell)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
46 private native int CellBoundary_7(int id0,double id1[],vtkIdList id2);
47 public int CellBoundary(int id0,double id1[],vtkIdList id2)
48 { return CellBoundary_7(id0,id1,id2); }
50 private native void Contour_8(double id0,vtkDataArray id1,vtkIncrementalPointLocator id2,vtkCellArray id3,vtkCellArray id4,vtkCellArray id5,vtkPointData id6,vtkPointData id7,vtkCellData id8,int id9,vtkCellData id10);
51 public void Contour(double id0,vtkDataArray id1,vtkIncrementalPointLocator id2,vtkCellArray id3,vtkCellArray id4,vtkCellArray id5,vtkPointData id6,vtkPointData id7,vtkCellData id8,int id9,vtkCellData id10)
52 { Contour_8(id0,id1,id2,id3,id4,id5,id6,id7,id8,id9,id10); }
54 private native int Triangulate_9(int id0,vtkIdList id1,vtkPoints id2);
55 public int Triangulate(int id0,vtkIdList id1,vtkPoints id2)
56 { return Triangulate_9(id0,id1,id2); }
58 private native void InterpolationFunctions_10(double id0[],double id1[]);
59 public void InterpolationFunctions(double id0[],double id1[])
60 { InterpolationFunctions_10(id0,id1); }
62 private native void InterpolationDerivs_11(double id0[],double id1[]);
63 public void InterpolationDerivs(double id0[],double id1[])
64 { InterpolationDerivs_11(id0,id1); }
66 private native void InterpolateFunctions_12(double id0[],double id1[]);
67 public void InterpolateFunctions(double id0[],double id1[])
68 { InterpolateFunctions_12(id0,id1); }
70 private native void InterpolateDerivs_13(double id0[],double id1[]);
71 public void InterpolateDerivs(double id0[],double id1[])
72 { InterpolateDerivs_13(id0,id1); }
74 private native int[] GetEdgeArray_14(int id0);
75 public int[] GetEdgeArray(int id0)
76 { return GetEdgeArray_14(id0); }
78 private native int[] GetFaceArray_15(int id0);
79 public int[] GetFaceArray(int id0)
80 { return GetFaceArray_15(id0); }
82 public vtkHexahedron() { super(); }
84 public vtkHexahedron(long id) { super(id); }
85 public native long VTKInit();