// java wrapper for vtkLagrangeInterpolation object // package vtk; import vtk.*; public class vtkLagrangeInterpolation extends vtkObject { 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 GetVaryingParameterOfHexEdge_2(int id0); public int GetVaryingParameterOfHexEdge(int id0) { return GetVaryingParameterOfHexEdge_2(id0); } private native int[] GetPointIndicesBoundingHexFace_3(int id0); public int[] GetPointIndicesBoundingHexFace(int id0) { return GetPointIndicesBoundingHexFace_3(id0); } private native int[] GetEdgeIndicesBoundingHexFace_4(int id0); public int[] GetEdgeIndicesBoundingHexFace(int id0) { return GetEdgeIndicesBoundingHexFace_4(id0); } private native int GetFixedParameterOfHexFace_5(int id0); public int GetFixedParameterOfHexFace(int id0) { return GetFixedParameterOfHexFace_5(id0); } private native int GetVaryingParameterOfWedgeEdge_6(int id0); public int GetVaryingParameterOfWedgeEdge(int id0) { return GetVaryingParameterOfWedgeEdge_6(id0); } private native int[] GetPointIndicesBoundingWedgeFace_7(int id0); public int[] GetPointIndicesBoundingWedgeFace(int id0) { return GetPointIndicesBoundingWedgeFace_7(id0); } private native int[] GetEdgeIndicesBoundingWedgeFace_8(int id0); public int[] GetEdgeIndicesBoundingWedgeFace(int id0) { return GetEdgeIndicesBoundingWedgeFace_8(id0); } private native int GetFixedParameterOfWedgeFace_9(int id0); public int GetFixedParameterOfWedgeFace(int id0) { return GetFixedParameterOfWedgeFace_9(id0); } public vtkLagrangeInterpolation() { super(); } public vtkLagrangeInterpolation(long id) { super(id); } public native long VTKInit(); }