]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkGraphEdge.java
9472fce7fe92e099c6ec7b824c57e19ddf0d8b65
[simantics/3d.git] / vtk / src / vtk / vtkGraphEdge.java
1 // java wrapper for vtkGraphEdge object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkGraphEdge extends vtkObject
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 SetSource_2(int id0);
19   public void SetSource(int id0)
20     { SetSource_2(id0); }
21
22   private native int GetSource_3();
23   public int GetSource()
24     { return GetSource_3(); }
25
26   private native void SetTarget_4(int id0);
27   public void SetTarget(int id0)
28     { SetTarget_4(id0); }
29
30   private native int GetTarget_5();
31   public int GetTarget()
32     { return GetTarget_5(); }
33
34   private native void SetId_6(int id0);
35   public void SetId(int id0)
36     { SetId_6(id0); }
37
38   private native int GetId_7();
39   public int GetId()
40     { return GetId_7(); }
41
42   public vtkGraphEdge() { super(); }
43
44   public vtkGraphEdge(long id) { super(id); }
45   public native long   VTKInit();
46
47 }