1 // java wrapper for vtkMergeGraphs object
7 public class vtkMergeGraphs extends vtkGraphAlgorithm
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 ExtendGraph_2(vtkMutableGraphHelper id0,vtkGraph id1);
19 public int ExtendGraph(vtkMutableGraphHelper id0,vtkGraph id1)
20 { return ExtendGraph_2(id0,id1); }
22 private native void SetUseEdgeWindow_3(boolean id0);
23 public void SetUseEdgeWindow(boolean id0)
24 { SetUseEdgeWindow_3(id0); }
26 private native boolean GetUseEdgeWindow_4();
27 public boolean GetUseEdgeWindow()
28 { return GetUseEdgeWindow_4(); }
30 private native void UseEdgeWindowOn_5();
31 public void UseEdgeWindowOn()
32 { UseEdgeWindowOn_5(); }
34 private native void UseEdgeWindowOff_6();
35 public void UseEdgeWindowOff()
36 { UseEdgeWindowOff_6(); }
38 private native void SetEdgeWindowArrayName_7(String id0);
39 public void SetEdgeWindowArrayName(String id0)
40 { SetEdgeWindowArrayName_7(id0); }
42 private native String GetEdgeWindowArrayName_8();
43 public String GetEdgeWindowArrayName()
44 { return GetEdgeWindowArrayName_8(); }
46 private native void SetEdgeWindow_9(double id0);
47 public void SetEdgeWindow(double id0)
48 { SetEdgeWindow_9(id0); }
50 private native double GetEdgeWindow_10();
51 public double GetEdgeWindow()
52 { return GetEdgeWindow_10(); }
54 public vtkMergeGraphs() { super(); }
56 public vtkMergeGraphs(long id) { super(id); }
57 public native long VTKInit();