X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkAreaLayoutStrategy.java;h=9f90b54bf762ae80baf5f5b6de3466f798db6e84;hb=b6496333f55d2304810ea9f0a22d8983be103a2f;hp=26015ea74c7c07cb4fcda537b81cde86e531b731;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkAreaLayoutStrategy.java b/vtk/src/vtk/vtkAreaLayoutStrategy.java index 26015ea7..9f90b54b 100644 --- a/vtk/src/vtk/vtkAreaLayoutStrategy.java +++ b/vtk/src/vtk/vtkAreaLayoutStrategy.java @@ -1,50 +1,50 @@ -// java wrapper for vtkAreaLayoutStrategy object -// - -package vtk; -import vtk.*; - -public class vtkAreaLayoutStrategy extends vtkObject -{ - - 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 Layout_2(vtkTree id0,vtkDataArray id1,vtkDataArray id2); - public void Layout(vtkTree id0,vtkDataArray id1,vtkDataArray id2) - { Layout_2(id0,id1,id2); } - - private native void LayoutEdgePoints_3(vtkTree id0,vtkDataArray id1,vtkDataArray id2,vtkTree id3); - public void LayoutEdgePoints(vtkTree id0,vtkDataArray id1,vtkDataArray id2,vtkTree id3) - { LayoutEdgePoints_3(id0,id1,id2,id3); } - - private native int FindVertex_4(vtkTree id0,vtkDataArray id1,double id2[]); - public int FindVertex(vtkTree id0,vtkDataArray id1,double id2[]) - { return FindVertex_4(id0,id1,id2); } - - private native void SetShrinkPercentage_5(double id0); - public void SetShrinkPercentage(double id0) - { SetShrinkPercentage_5(id0); } - - private native double GetShrinkPercentageMinValue_6(); - public double GetShrinkPercentageMinValue() - { return GetShrinkPercentageMinValue_6(); } - - private native double GetShrinkPercentageMaxValue_7(); - public double GetShrinkPercentageMaxValue() - { return GetShrinkPercentageMaxValue_7(); } - - private native double GetShrinkPercentage_8(); - public double GetShrinkPercentage() - { return GetShrinkPercentage_8(); } - - public vtkAreaLayoutStrategy() { super(); } - - public vtkAreaLayoutStrategy(long id) { super(id); } - -} +// java wrapper for vtkAreaLayoutStrategy object +// + +package vtk; +import vtk.*; + +public class vtkAreaLayoutStrategy extends vtkObject +{ + + 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 Layout_2(vtkTree id0,vtkDataArray id1,vtkDataArray id2); + public void Layout(vtkTree id0,vtkDataArray id1,vtkDataArray id2) + { Layout_2(id0,id1,id2); } + + private native void LayoutEdgePoints_3(vtkTree id0,vtkDataArray id1,vtkDataArray id2,vtkTree id3); + public void LayoutEdgePoints(vtkTree id0,vtkDataArray id1,vtkDataArray id2,vtkTree id3) + { LayoutEdgePoints_3(id0,id1,id2,id3); } + + private native int FindVertex_4(vtkTree id0,vtkDataArray id1,double id2[]); + public int FindVertex(vtkTree id0,vtkDataArray id1,double id2[]) + { return FindVertex_4(id0,id1,id2); } + + private native void SetShrinkPercentage_5(double id0); + public void SetShrinkPercentage(double id0) + { SetShrinkPercentage_5(id0); } + + private native double GetShrinkPercentageMinValue_6(); + public double GetShrinkPercentageMinValue() + { return GetShrinkPercentageMinValue_6(); } + + private native double GetShrinkPercentageMaxValue_7(); + public double GetShrinkPercentageMaxValue() + { return GetShrinkPercentageMaxValue_7(); } + + private native double GetShrinkPercentage_8(); + public double GetShrinkPercentage() + { return GetShrinkPercentage_8(); } + + public vtkAreaLayoutStrategy() { super(); } + + public vtkAreaLayoutStrategy(long id) { super(id); } + +}