X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkCompassWidget.java;h=a23d82a7d50baaf3194e942185a96ea60b9b6654;hb=a8fd21b46927e6ab9b6887dd87ddc6eca8161a76;hp=ffccfa09e32e4bec2eddfd57d4d1768d82ac8d18;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkCompassWidget.java b/vtk/src/vtk/vtkCompassWidget.java index ffccfa09..a23d82a7 100644 --- a/vtk/src/vtk/vtkCompassWidget.java +++ b/vtk/src/vtk/vtkCompassWidget.java @@ -1,55 +1,55 @@ -// java wrapper for vtkCompassWidget object -// - -package vtk; -import vtk.*; - -public class vtkCompassWidget 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(vtkCompassRepresentation id0); - public void SetRepresentation(vtkCompassRepresentation id0) - { SetRepresentation_2(id0); } - - private native void CreateDefaultRepresentation_3(); - public void CreateDefaultRepresentation() - { CreateDefaultRepresentation_3(); } - - private native double GetHeading_4(); - public double GetHeading() - { return GetHeading_4(); } - - private native void SetHeading_5(double id0); - public void SetHeading(double id0) - { SetHeading_5(id0); } - - private native double GetTilt_6(); - public double GetTilt() - { return GetTilt_6(); } - - private native void SetTilt_7(double id0); - public void SetTilt(double id0) - { SetTilt_7(id0); } - - private native double GetDistance_8(); - public double GetDistance() - { return GetDistance_8(); } - - private native void SetDistance_9(double id0); - public void SetDistance(double id0) - { SetDistance_9(id0); } - - public vtkCompassWidget() { super(); } - - public vtkCompassWidget(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkCompassWidget object +// + +package vtk; +import vtk.*; + +public class vtkCompassWidget 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(vtkCompassRepresentation id0); + public void SetRepresentation(vtkCompassRepresentation id0) + { SetRepresentation_2(id0); } + + private native void CreateDefaultRepresentation_3(); + public void CreateDefaultRepresentation() + { CreateDefaultRepresentation_3(); } + + private native double GetHeading_4(); + public double GetHeading() + { return GetHeading_4(); } + + private native void SetHeading_5(double id0); + public void SetHeading(double id0) + { SetHeading_5(id0); } + + private native double GetTilt_6(); + public double GetTilt() + { return GetTilt_6(); } + + private native void SetTilt_7(double id0); + public void SetTilt(double id0) + { SetTilt_7(id0); } + + private native double GetDistance_8(); + public double GetDistance() + { return GetDistance_8(); } + + private native void SetDistance_9(double id0); + public void SetDistance(double id0) + { SetDistance_9(id0); } + + public vtkCompassWidget() { super(); } + + public vtkCompassWidget(long id) { super(id); } + public native long VTKInit(); + +}