X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkGraphToPoints.java;fp=vtk%2Fsrc%2Fvtk%2FvtkGraphToPoints.java;h=1826abf3ea580aa1d483c78ac0a474d10530c018;hb=471c46e9a685e20de958d77166461aebc7a7b6ee;hp=0000000000000000000000000000000000000000;hpb=4daf400d94499ace445cc112af3b9fd7960104c6;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkGraphToPoints.java b/vtk/src/vtk/vtkGraphToPoints.java new file mode 100644 index 00000000..1826abf3 --- /dev/null +++ b/vtk/src/vtk/vtkGraphToPoints.java @@ -0,0 +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(); + +}