X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkImplicitPlaneWidget2.java;h=263844c46a31e385936b2414abb4e9b8a24ce323;hb=a8fd21b46927e6ab9b6887dd87ddc6eca8161a76;hp=ea73d5b003f8fa812080b7482a336f7e39a0a074;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkImplicitPlaneWidget2.java b/vtk/src/vtk/vtkImplicitPlaneWidget2.java index ea73d5b0..263844c4 100644 --- a/vtk/src/vtk/vtkImplicitPlaneWidget2.java +++ b/vtk/src/vtk/vtkImplicitPlaneWidget2.java @@ -1,47 +1,47 @@ -// java wrapper for vtkImplicitPlaneWidget2 object -// - -package vtk; -import vtk.*; - -public class vtkImplicitPlaneWidget2 extends vtkAbstractWidget -{ - - 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 SetRepresentation_2(vtkImplicitPlaneRepresentation id0); - public void SetRepresentation(vtkImplicitPlaneRepresentation id0) - { SetRepresentation_2(id0); } - - private native void SetEnabled_3(int id0); - public void SetEnabled(int id0) - { SetEnabled_3(id0); } - - private native void SetLockNormalToCamera_4(int id0); - public void SetLockNormalToCamera(int id0) - { SetLockNormalToCamera_4(id0); } - - private native long GetImplicitPlaneRepresentation_5(); - public vtkImplicitPlaneRepresentation GetImplicitPlaneRepresentation() { - long temp = GetImplicitPlaneRepresentation_5(); - - if (temp == 0) return null; - return (vtkImplicitPlaneRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void CreateDefaultRepresentation_6(); - public void CreateDefaultRepresentation() - { CreateDefaultRepresentation_6(); } - - public vtkImplicitPlaneWidget2() { super(); } - - public vtkImplicitPlaneWidget2(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkImplicitPlaneWidget2 object +// + +package vtk; +import vtk.*; + +public class vtkImplicitPlaneWidget2 extends vtkAbstractWidget +{ + + 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 SetRepresentation_2(vtkImplicitPlaneRepresentation id0); + public void SetRepresentation(vtkImplicitPlaneRepresentation id0) + { SetRepresentation_2(id0); } + + private native void SetEnabled_3(int id0); + public void SetEnabled(int id0) + { SetEnabled_3(id0); } + + private native void SetLockNormalToCamera_4(int id0); + public void SetLockNormalToCamera(int id0) + { SetLockNormalToCamera_4(id0); } + + private native long GetImplicitPlaneRepresentation_5(); + public vtkImplicitPlaneRepresentation GetImplicitPlaneRepresentation() { + long temp = GetImplicitPlaneRepresentation_5(); + + if (temp == 0) return null; + return (vtkImplicitPlaneRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void CreateDefaultRepresentation_6(); + public void CreateDefaultRepresentation() + { CreateDefaultRepresentation_6(); } + + public vtkImplicitPlaneWidget2() { super(); } + + public vtkImplicitPlaneWidget2(long id) { super(id); } + public native long VTKInit(); + +}