// java wrapper for vtkLinearContourLineInterpolator object // package vtk; import vtk.*; public class vtkLinearContourLineInterpolator extends vtkContourLineInterpolator { private native String GetClassName_0(); public String GetClassName() { return GetClassName_0(); } private native int IsA_1(String id0); public int IsA(String id0) { return IsA_1(id0); } private native int InterpolateLine_2(vtkRenderer id0,vtkContourRepresentation id1,int id2,int id3); public int InterpolateLine(vtkRenderer id0,vtkContourRepresentation id1,int id2,int id3) { return InterpolateLine_2(id0,id1,id2,id3); } public vtkLinearContourLineInterpolator() { super(); } public vtkLinearContourLineInterpolator(long id) { super(id); } public native long VTKInit(); }