X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkAffineWidget.java;h=43be59ed82d4a036a04ad4124076728c6abc239f;hb=dad2672f12421f28805df9d97acf20d0a8efe71f;hp=67f7afa47f1c38a4ec16901a1512766cbfec1af4;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkAffineWidget.java b/vtk/src/vtk/vtkAffineWidget.java index 67f7afa4..43be59ed 100644 --- a/vtk/src/vtk/vtkAffineWidget.java +++ b/vtk/src/vtk/vtkAffineWidget.java @@ -1,43 +1,43 @@ -// java wrapper for vtkAffineWidget object -// - -package vtk; -import vtk.*; - -public class vtkAffineWidget 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(vtkAffineRepresentation id0); - public void SetRepresentation(vtkAffineRepresentation id0) - { SetRepresentation_2(id0); } - - private native long GetAffineRepresentation_3(); - public vtkAffineRepresentation GetAffineRepresentation() { - long temp = GetAffineRepresentation_3(); - - if (temp == 0) return null; - return (vtkAffineRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void CreateDefaultRepresentation_4(); - public void CreateDefaultRepresentation() - { CreateDefaultRepresentation_4(); } - - private native void SetEnabled_5(int id0); - public void SetEnabled(int id0) - { SetEnabled_5(id0); } - - public vtkAffineWidget() { super(); } - - public vtkAffineWidget(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkAffineWidget object +// + +package vtk; +import vtk.*; + +public class vtkAffineWidget 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(vtkAffineRepresentation id0); + public void SetRepresentation(vtkAffineRepresentation id0) + { SetRepresentation_2(id0); } + + private native long GetAffineRepresentation_3(); + public vtkAffineRepresentation GetAffineRepresentation() { + long temp = GetAffineRepresentation_3(); + + if (temp == 0) return null; + return (vtkAffineRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void CreateDefaultRepresentation_4(); + public void CreateDefaultRepresentation() + { CreateDefaultRepresentation_4(); } + + private native void SetEnabled_5(int id0); + public void SetEnabled(int id0) + { SetEnabled_5(id0); } + + public vtkAffineWidget() { super(); } + + public vtkAffineWidget(long id) { super(id); } + public native long VTKInit(); + +}