X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkStreamGraph.java;fp=vtk%2Fsrc%2Fvtk%2FvtkStreamGraph.java;h=0000000000000000000000000000000000000000;hb=12e21051bd57248b39831d79d68d455077047cdb;hp=d4266e9c85406ecfb340aa15efbddb9966bcd40d;hpb=58ebeb2baac48f9066c1395a9071f99745574ef9;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkStreamGraph.java b/vtk/src/vtk/vtkStreamGraph.java deleted file mode 100644 index d4266e9c..00000000 --- a/vtk/src/vtk/vtkStreamGraph.java +++ /dev/null @@ -1,55 +0,0 @@ -// java wrapper for vtkStreamGraph object -// - -package vtk; -import vtk.*; - -public class vtkStreamGraph extends vtkGraphAlgorithm -{ - - 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 SetUseEdgeWindow_2(boolean id0); - public void SetUseEdgeWindow(boolean id0) - { SetUseEdgeWindow_2(id0); } - - private native boolean GetUseEdgeWindow_3(); - public boolean GetUseEdgeWindow() - { return GetUseEdgeWindow_3(); } - - private native void UseEdgeWindowOn_4(); - public void UseEdgeWindowOn() - { UseEdgeWindowOn_4(); } - - private native void UseEdgeWindowOff_5(); - public void UseEdgeWindowOff() - { UseEdgeWindowOff_5(); } - - private native void SetEdgeWindowArrayName_6(String id0); - public void SetEdgeWindowArrayName(String id0) - { SetEdgeWindowArrayName_6(id0); } - - private native String GetEdgeWindowArrayName_7(); - public String GetEdgeWindowArrayName() - { return GetEdgeWindowArrayName_7(); } - - private native void SetEdgeWindow_8(double id0); - public void SetEdgeWindow(double id0) - { SetEdgeWindow_8(id0); } - - private native double GetEdgeWindow_9(); - public double GetEdgeWindow() - { return GetEdgeWindow_9(); } - - public vtkStreamGraph() { super(); } - - public vtkStreamGraph(long id) { super(id); } - public native long VTKInit(); - -}