X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkGraphEdge.java;h=9472fce7fe92e099c6ec7b824c57e19ddf0d8b65;hb=refs%2Fchanges%2F26%2F4126%2F1;hp=9b07c95adac72717a6b063cdc5b4921a69095909;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkGraphEdge.java b/vtk/src/vtk/vtkGraphEdge.java index 9b07c95a..9472fce7 100644 --- a/vtk/src/vtk/vtkGraphEdge.java +++ b/vtk/src/vtk/vtkGraphEdge.java @@ -1,47 +1,47 @@ -// java wrapper for vtkGraphEdge object -// - -package vtk; -import vtk.*; - -public class vtkGraphEdge extends vtkObject -{ - - 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 void SetSource_2(int id0); - public void SetSource(int id0) - { SetSource_2(id0); } - - private native int GetSource_3(); - public int GetSource() - { return GetSource_3(); } - - private native void SetTarget_4(int id0); - public void SetTarget(int id0) - { SetTarget_4(id0); } - - private native int GetTarget_5(); - public int GetTarget() - { return GetTarget_5(); } - - private native void SetId_6(int id0); - public void SetId(int id0) - { SetId_6(id0); } - - private native int GetId_7(); - public int GetId() - { return GetId_7(); } - - public vtkGraphEdge() { super(); } - - public vtkGraphEdge(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkGraphEdge object +// + +package vtk; +import vtk.*; + +public class vtkGraphEdge extends vtkObject +{ + + 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 void SetSource_2(int id0); + public void SetSource(int id0) + { SetSource_2(id0); } + + private native int GetSource_3(); + public int GetSource() + { return GetSource_3(); } + + private native void SetTarget_4(int id0); + public void SetTarget(int id0) + { SetTarget_4(id0); } + + private native int GetTarget_5(); + public int GetTarget() + { return GetTarget_5(); } + + private native void SetId_6(int id0); + public void SetId(int id0) + { SetId_6(id0); } + + private native int GetId_7(); + public int GetId() + { return GetId_7(); } + + public vtkGraphEdge() { super(); } + + public vtkGraphEdge(long id) { super(id); } + public native long VTKInit(); + +}