X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkLineWidget2.java;h=a17d2096e14de42d9f189705d0e4543836989a25;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=7870297f2f9ceb817f9456dde5bf99450954eded;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkLineWidget2.java b/vtk/src/vtk/vtkLineWidget2.java index 7870297f..a17d2096 100644 --- a/vtk/src/vtk/vtkLineWidget2.java +++ b/vtk/src/vtk/vtkLineWidget2.java @@ -1,47 +1,47 @@ -// java wrapper for vtkLineWidget2 object -// - -package vtk; -import vtk.*; - -public class vtkLineWidget2 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 SetEnabled_2(int id0); - public void SetEnabled(int id0) - { SetEnabled_2(id0); } - - private native void SetRepresentation_3(vtkLineRepresentation id0); - public void SetRepresentation(vtkLineRepresentation id0) - { SetRepresentation_3(id0); } - - private native long GetLineRepresentation_4(); - public vtkLineRepresentation GetLineRepresentation() { - long temp = GetLineRepresentation_4(); - - if (temp == 0) return null; - return (vtkLineRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void CreateDefaultRepresentation_5(); - public void CreateDefaultRepresentation() - { CreateDefaultRepresentation_5(); } - - private native void SetProcessEvents_6(int id0); - public void SetProcessEvents(int id0) - { SetProcessEvents_6(id0); } - - public vtkLineWidget2() { super(); } - - public vtkLineWidget2(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkLineWidget2 object +// + +package vtk; +import vtk.*; + +public class vtkLineWidget2 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 SetEnabled_2(int id0); + public void SetEnabled(int id0) + { SetEnabled_2(id0); } + + private native void SetRepresentation_3(vtkLineRepresentation id0); + public void SetRepresentation(vtkLineRepresentation id0) + { SetRepresentation_3(id0); } + + private native long GetLineRepresentation_4(); + public vtkLineRepresentation GetLineRepresentation() { + long temp = GetLineRepresentation_4(); + + if (temp == 0) return null; + return (vtkLineRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void CreateDefaultRepresentation_5(); + public void CreateDefaultRepresentation() + { CreateDefaultRepresentation_5(); } + + private native void SetProcessEvents_6(int id0); + public void SetProcessEvents(int id0) + { SetProcessEvents_6(id0); } + + public vtkLineWidget2() { super(); } + + public vtkLineWidget2(long id) { super(id); } + public native long VTKInit(); + +}