X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkGraphGeodesicPath.java;h=346f5265c4710ebb6027538f99a85c2aa9ec9cf1;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=d7d52c79669e279c850d9af6cee5337bca931ac5;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkGraphGeodesicPath.java b/vtk/src/vtk/vtkGraphGeodesicPath.java index d7d52c79..346f5265 100644 --- a/vtk/src/vtk/vtkGraphGeodesicPath.java +++ b/vtk/src/vtk/vtkGraphGeodesicPath.java @@ -1,38 +1,38 @@ -// java wrapper for vtkGraphGeodesicPath object -// - -package vtk; -import vtk.*; - -public class vtkGraphGeodesicPath extends vtkGeodesicPath -{ - - 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 int GetStartVertex_2(); - public int GetStartVertex() - { return GetStartVertex_2(); } - - private native void SetStartVertex_3(int id0); - public void SetStartVertex(int id0) - { SetStartVertex_3(id0); } - - private native int GetEndVertex_4(); - public int GetEndVertex() - { return GetEndVertex_4(); } - - private native void SetEndVertex_5(int id0); - public void SetEndVertex(int id0) - { SetEndVertex_5(id0); } - - public vtkGraphGeodesicPath() { super(); } - - public vtkGraphGeodesicPath(long id) { super(id); } - -} +// java wrapper for vtkGraphGeodesicPath object +// + +package vtk; +import vtk.*; + +public class vtkGraphGeodesicPath extends vtkGeodesicPath +{ + + 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 GetStartVertex_2(); + public int GetStartVertex() + { return GetStartVertex_2(); } + + private native void SetStartVertex_3(int id0); + public void SetStartVertex(int id0) + { SetStartVertex_3(id0); } + + private native int GetEndVertex_4(); + public int GetEndVertex() + { return GetEndVertex_4(); } + + private native void SetEndVertex_5(int id0); + public void SetEndVertex(int id0) + { SetEndVertex_5(id0); } + + public vtkGraphGeodesicPath() { super(); } + + public vtkGraphGeodesicPath(long id) { super(id); } + +}