X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkAreaLayout.java;h=892f4e03bfd4da87c370358737c52b8c9df9eb73;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=5c8c7f696798fe02cd7e7221d3107d8643f50ef3;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkAreaLayout.java b/vtk/src/vtk/vtkAreaLayout.java index 5c8c7f69..892f4e03 100644 --- a/vtk/src/vtk/vtkAreaLayout.java +++ b/vtk/src/vtk/vtkAreaLayout.java @@ -1,71 +1,71 @@ -// java wrapper for vtkAreaLayout object -// - -package vtk; -import vtk.*; - -public class vtkAreaLayout extends vtkTreeAlgorithm -{ - - 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 SetSizeArrayName_2(String id0); - public void SetSizeArrayName(String id0) - { SetSizeArrayName_2(id0); } - - private native String GetAreaArrayName_3(); - public String GetAreaArrayName() - { return GetAreaArrayName_3(); } - - private native void SetAreaArrayName_4(String id0); - public void SetAreaArrayName(String id0) - { SetAreaArrayName_4(id0); } - - private native boolean GetEdgeRoutingPoints_5(); - public boolean GetEdgeRoutingPoints() - { return GetEdgeRoutingPoints_5(); } - - private native void SetEdgeRoutingPoints_6(boolean id0); - public void SetEdgeRoutingPoints(boolean id0) - { SetEdgeRoutingPoints_6(id0); } - - private native void EdgeRoutingPointsOn_7(); - public void EdgeRoutingPointsOn() - { EdgeRoutingPointsOn_7(); } - - private native void EdgeRoutingPointsOff_8(); - public void EdgeRoutingPointsOff() - { EdgeRoutingPointsOff_8(); } - - private native long GetLayoutStrategy_9(); - public vtkAreaLayoutStrategy GetLayoutStrategy() { - long temp = GetLayoutStrategy_9(); - - if (temp == 0) return null; - return (vtkAreaLayoutStrategy)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetLayoutStrategy_10(vtkAreaLayoutStrategy id0); - public void SetLayoutStrategy(vtkAreaLayoutStrategy id0) - { SetLayoutStrategy_10(id0); } - - private native int GetMTime_11(); - public int GetMTime() - { return GetMTime_11(); } - - private native int FindVertex_12(double id0[]); - public int FindVertex(double id0[]) - { return FindVertex_12(id0); } - - public vtkAreaLayout() { super(); } - - public vtkAreaLayout(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkAreaLayout object +// + +package vtk; +import vtk.*; + +public class vtkAreaLayout extends vtkTreeAlgorithm +{ + + 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 SetSizeArrayName_2(String id0); + public void SetSizeArrayName(String id0) + { SetSizeArrayName_2(id0); } + + private native String GetAreaArrayName_3(); + public String GetAreaArrayName() + { return GetAreaArrayName_3(); } + + private native void SetAreaArrayName_4(String id0); + public void SetAreaArrayName(String id0) + { SetAreaArrayName_4(id0); } + + private native boolean GetEdgeRoutingPoints_5(); + public boolean GetEdgeRoutingPoints() + { return GetEdgeRoutingPoints_5(); } + + private native void SetEdgeRoutingPoints_6(boolean id0); + public void SetEdgeRoutingPoints(boolean id0) + { SetEdgeRoutingPoints_6(id0); } + + private native void EdgeRoutingPointsOn_7(); + public void EdgeRoutingPointsOn() + { EdgeRoutingPointsOn_7(); } + + private native void EdgeRoutingPointsOff_8(); + public void EdgeRoutingPointsOff() + { EdgeRoutingPointsOff_8(); } + + private native long GetLayoutStrategy_9(); + public vtkAreaLayoutStrategy GetLayoutStrategy() { + long temp = GetLayoutStrategy_9(); + + if (temp == 0) return null; + return (vtkAreaLayoutStrategy)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetLayoutStrategy_10(vtkAreaLayoutStrategy id0); + public void SetLayoutStrategy(vtkAreaLayoutStrategy id0) + { SetLayoutStrategy_10(id0); } + + private native int GetMTime_11(); + public int GetMTime() + { return GetMTime_11(); } + + private native int FindVertex_12(double id0[]); + public int FindVertex(double id0[]) + { return FindVertex_12(id0); } + + public vtkAreaLayout() { super(); } + + public vtkAreaLayout(long id) { super(id); } + public native long VTKInit(); + +}