X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkGraphToPoints.java;h=7f32aa8e3fb05c96b7f13b3794b7ff6322a21514;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=1826abf3ea580aa1d483c78ac0a474d10530c018;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkGraphToPoints.java b/vtk/src/vtk/vtkGraphToPoints.java index 1826abf3..7f32aa8e 100644 --- a/vtk/src/vtk/vtkGraphToPoints.java +++ b/vtk/src/vtk/vtkGraphToPoints.java @@ -1,23 +1,23 @@ -// java wrapper for vtkGraphToPoints object -// - -package vtk; -import vtk.*; - -public class vtkGraphToPoints extends vtkPolyDataAlgorithm -{ - - 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); } - - public vtkGraphToPoints() { super(); } - - public vtkGraphToPoints(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkGraphToPoints object +// + +package vtk; +import vtk.*; + +public class vtkGraphToPoints extends vtkPolyDataAlgorithm +{ + + 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); } + + public vtkGraphToPoints() { super(); } + + public vtkGraphToPoints(long id) { super(id); } + public native long VTKInit(); + +}