X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkEdgePoints.java;h=f8b19712d8a73a63849b1d6b726a4f4cd1b79b69;hb=dad2672f12421f28805df9d97acf20d0a8efe71f;hp=666611bfd0f5e08d84e700cac3a6ec27412648e7;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkEdgePoints.java b/vtk/src/vtk/vtkEdgePoints.java index 666611bf..f8b19712 100644 --- a/vtk/src/vtk/vtkEdgePoints.java +++ b/vtk/src/vtk/vtkEdgePoints.java @@ -1,31 +1,31 @@ -// java wrapper for vtkEdgePoints object -// - -package vtk; -import vtk.*; - -public class vtkEdgePoints 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); } - - private native void SetValue_2(double id0); - public void SetValue(double id0) - { SetValue_2(id0); } - - private native double GetValue_3(); - public double GetValue() - { return GetValue_3(); } - - public vtkEdgePoints() { super(); } - - public vtkEdgePoints(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkEdgePoints object +// + +package vtk; +import vtk.*; + +public class vtkEdgePoints 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); } + + private native void SetValue_2(double id0); + public void SetValue(double id0) + { SetValue_2(id0); } + + private native double GetValue_3(); + public double GetValue() + { return GetValue_3(); } + + public vtkEdgePoints() { super(); } + + public vtkEdgePoints(long id) { super(id); } + public native long VTKInit(); + +}