]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkStreamGraph.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkStreamGraph.java
1 // java wrapper for vtkStreamGraph object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkStreamGraph extends vtkGraphAlgorithm
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void SetUseEdgeWindow_2(boolean id0);
19   public void SetUseEdgeWindow(boolean id0)
20     { SetUseEdgeWindow_2(id0); }
21
22   private native boolean GetUseEdgeWindow_3();
23   public boolean GetUseEdgeWindow()
24     { return GetUseEdgeWindow_3(); }
25
26   private native void UseEdgeWindowOn_4();
27   public void UseEdgeWindowOn()
28     { UseEdgeWindowOn_4(); }
29
30   private native void UseEdgeWindowOff_5();
31   public void UseEdgeWindowOff()
32     { UseEdgeWindowOff_5(); }
33
34   private native void SetEdgeWindowArrayName_6(String id0);
35   public void SetEdgeWindowArrayName(String id0)
36     { SetEdgeWindowArrayName_6(id0); }
37
38   private native String GetEdgeWindowArrayName_7();
39   public String GetEdgeWindowArrayName()
40     { return GetEdgeWindowArrayName_7(); }
41
42   private native void SetEdgeWindow_8(double id0);
43   public void SetEdgeWindow(double id0)
44     { SetEdgeWindow_8(id0); }
45
46   private native double GetEdgeWindow_9();
47   public double GetEdgeWindow()
48     { return GetEdgeWindow_9(); }
49
50   public vtkStreamGraph() { super(); }
51
52   public vtkStreamGraph(long id) { super(id); }
53   public native long   VTKInit();
54
55 }