X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkSpanTreeLayoutStrategy.java;h=4885ee0c61cc63280284cb8c03aefd0456b7621f;hb=09afb6fbe9c440b6768714373d95d581111b9993;hp=cb254f572ac49840e395ea3b9a1b3222fde653dd;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkSpanTreeLayoutStrategy.java b/vtk/src/vtk/vtkSpanTreeLayoutStrategy.java index cb254f57..4885ee0c 100644 --- a/vtk/src/vtk/vtkSpanTreeLayoutStrategy.java +++ b/vtk/src/vtk/vtkSpanTreeLayoutStrategy.java @@ -1,43 +1,43 @@ -// java wrapper for vtkSpanTreeLayoutStrategy object -// - -package vtk; -import vtk.*; - -public class vtkSpanTreeLayoutStrategy extends vtkGraphLayoutStrategy -{ - - 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 SetDepthFirstSpanningTree_2(boolean id0); - public void SetDepthFirstSpanningTree(boolean id0) - { SetDepthFirstSpanningTree_2(id0); } - - private native boolean GetDepthFirstSpanningTree_3(); - public boolean GetDepthFirstSpanningTree() - { return GetDepthFirstSpanningTree_3(); } - - private native void DepthFirstSpanningTreeOn_4(); - public void DepthFirstSpanningTreeOn() - { DepthFirstSpanningTreeOn_4(); } - - private native void DepthFirstSpanningTreeOff_5(); - public void DepthFirstSpanningTreeOff() - { DepthFirstSpanningTreeOff_5(); } - - private native void Layout_6(); - public void Layout() - { Layout_6(); } - - public vtkSpanTreeLayoutStrategy() { super(); } - - public vtkSpanTreeLayoutStrategy(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkSpanTreeLayoutStrategy object +// + +package vtk; +import vtk.*; + +public class vtkSpanTreeLayoutStrategy extends vtkGraphLayoutStrategy +{ + + 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 SetDepthFirstSpanningTree_2(boolean id0); + public void SetDepthFirstSpanningTree(boolean id0) + { SetDepthFirstSpanningTree_2(id0); } + + private native boolean GetDepthFirstSpanningTree_3(); + public boolean GetDepthFirstSpanningTree() + { return GetDepthFirstSpanningTree_3(); } + + private native void DepthFirstSpanningTreeOn_4(); + public void DepthFirstSpanningTreeOn() + { DepthFirstSpanningTreeOn_4(); } + + private native void DepthFirstSpanningTreeOff_5(); + public void DepthFirstSpanningTreeOff() + { DepthFirstSpanningTreeOff_5(); } + + private native void Layout_6(); + public void Layout() + { Layout_6(); } + + public vtkSpanTreeLayoutStrategy() { super(); } + + public vtkSpanTreeLayoutStrategy(long id) { super(id); } + public native long VTKInit(); + +}