// java wrapper for vtkPentagonalPrism object // package vtk; import vtk.*; public class vtkPentagonalPrism extends vtkCell3D { private native int IsTypeOf_0(String id0); public int IsTypeOf(String id0) { return IsTypeOf_0(id0); } private native int IsA_1(String id0); public int IsA(String id0) { return IsA_1(id0); } private native int GetCellType_2(); public int GetCellType() { return GetCellType_2(); } private native int GetCellDimension_3(); public int GetCellDimension() { return GetCellDimension_3(); } private native int GetNumberOfEdges_4(); public int GetNumberOfEdges() { return GetNumberOfEdges_4(); } private native int GetNumberOfFaces_5(); public int GetNumberOfFaces() { return GetNumberOfFaces_5(); } private native long GetEdge_6(int id0); public vtkCell GetEdge(int id0) { long temp = GetEdge_6(id0); if (temp == 0) return null; return (vtkCell)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetFace_7(int id0); public vtkCell GetFace(int id0) { long temp = GetFace_7(id0); if (temp == 0) return null; return (vtkCell)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int CellBoundary_8(int id0,double id1[],vtkIdList id2); public int CellBoundary(int id0,double id1[],vtkIdList id2) { return CellBoundary_8(id0,id1,id2); } private native int Triangulate_9(int id0,vtkIdList id1,vtkPoints id2); public int Triangulate(int id0,vtkIdList id1,vtkPoints id2) { return Triangulate_9(id0,id1,id2); } private native int GetParametricCenter_10(double id0[]); public int GetParametricCenter(double id0[]) { return GetParametricCenter_10(id0); } private native void InterpolationFunctions_11(double id0[],double id1[]); public void InterpolationFunctions(double id0[],double id1[]) { InterpolationFunctions_11(id0,id1); } private native void InterpolationDerivs_12(double id0[],double id1[]); public void InterpolationDerivs(double id0[],double id1[]) { InterpolationDerivs_12(id0,id1); } private native void InterpolateFunctions_13(double id0[],double id1[]); public void InterpolateFunctions(double id0[],double id1[]) { InterpolateFunctions_13(id0,id1); } private native void InterpolateDerivs_14(double id0[],double id1[]); public void InterpolateDerivs(double id0[],double id1[]) { InterpolateDerivs_14(id0,id1); } public vtkPentagonalPrism() { super(); } public vtkPentagonalPrism(long id) { super(id); } public native long VTKInit(); }