X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkPassThroughLayoutStrategy.java;h=2016795be02df951b78819eef526ea8d9ba95012;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=215c09a5ff8b6258cf199fe6137c84fbf4c54cd9;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkPassThroughLayoutStrategy.java b/vtk/src/vtk/vtkPassThroughLayoutStrategy.java index 215c09a5..2016795b 100644 --- a/vtk/src/vtk/vtkPassThroughLayoutStrategy.java +++ b/vtk/src/vtk/vtkPassThroughLayoutStrategy.java @@ -1,35 +1,35 @@ -// java wrapper for vtkPassThroughLayoutStrategy object -// - -package vtk; -import vtk.*; - -public class vtkPassThroughLayoutStrategy 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 Initialize_2(); - public void Initialize() - { Initialize_2(); } - - private native void Layout_3(); - public void Layout() - { Layout_3(); } - - private native int IsLayoutComplete_4(); - public int IsLayoutComplete() - { return IsLayoutComplete_4(); } - - public vtkPassThroughLayoutStrategy() { super(); } - - public vtkPassThroughLayoutStrategy(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkPassThroughLayoutStrategy object +// + +package vtk; +import vtk.*; + +public class vtkPassThroughLayoutStrategy 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 Initialize_2(); + public void Initialize() + { Initialize_2(); } + + private native void Layout_3(); + public void Layout() + { Layout_3(); } + + private native int IsLayoutComplete_4(); + public int IsLayoutComplete() + { return IsLayoutComplete_4(); } + + public vtkPassThroughLayoutStrategy() { super(); } + + public vtkPassThroughLayoutStrategy(long id) { super(id); } + public native long VTKInit(); + +}