// java wrapper for vtkMergeGraphs object // package vtk; import vtk.*; public class vtkMergeGraphs extends vtkGraphAlgorithm { 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 ExtendGraph_2(vtkMutableGraphHelper id0,vtkGraph id1); public int ExtendGraph(vtkMutableGraphHelper id0,vtkGraph id1) { return ExtendGraph_2(id0,id1); } private native void SetUseEdgeWindow_3(boolean id0); public void SetUseEdgeWindow(boolean id0) { SetUseEdgeWindow_3(id0); } private native boolean GetUseEdgeWindow_4(); public boolean GetUseEdgeWindow() { return GetUseEdgeWindow_4(); } private native void UseEdgeWindowOn_5(); public void UseEdgeWindowOn() { UseEdgeWindowOn_5(); } private native void UseEdgeWindowOff_6(); public void UseEdgeWindowOff() { UseEdgeWindowOff_6(); } private native void SetEdgeWindowArrayName_7(String id0); public void SetEdgeWindowArrayName(String id0) { SetEdgeWindowArrayName_7(id0); } private native String GetEdgeWindowArrayName_8(); public String GetEdgeWindowArrayName() { return GetEdgeWindowArrayName_8(); } private native void SetEdgeWindow_9(double id0); public void SetEdgeWindow(double id0) { SetEdgeWindow_9(id0); } private native double GetEdgeWindow_10(); public double GetEdgeWindow() { return GetEdgeWindow_10(); } public vtkMergeGraphs() { super(); } public vtkMergeGraphs(long id) { super(id); } public native long VTKInit(); }