X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=vtk%2Fsrc%2Fvtk%2FvtkFixedSizeHandleRepresentation3D.java;h=32e18a08eccc891b738f21a23bd908b4abead6fa;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=b3ad3276b501095489a809b6eef7798f1362511c;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkFixedSizeHandleRepresentation3D.java b/vtk/src/vtk/vtkFixedSizeHandleRepresentation3D.java index b3ad3276..32e18a08 100644 --- a/vtk/src/vtk/vtkFixedSizeHandleRepresentation3D.java +++ b/vtk/src/vtk/vtkFixedSizeHandleRepresentation3D.java @@ -1,47 +1,47 @@ -// java wrapper for vtkFixedSizeHandleRepresentation3D object -// - -package vtk; -import vtk.*; - -public class vtkFixedSizeHandleRepresentation3D extends vtkPolygonalHandleRepresentation3D -{ - - 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 long GetSphereSource_2(); - public vtkSphereSource GetSphereSource() { - long temp = GetSphereSource_2(); - - if (temp == 0) return null; - return (vtkSphereSource)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetHandleSizeInPixels_3(double id0); - public void SetHandleSizeInPixels(double id0) - { SetHandleSizeInPixels_3(id0); } - - private native double GetHandleSizeInPixels_4(); - public double GetHandleSizeInPixels() - { return GetHandleSizeInPixels_4(); } - - private native void SetHandleSizeToleranceInPixels_5(double id0); - public void SetHandleSizeToleranceInPixels(double id0) - { SetHandleSizeToleranceInPixels_5(id0); } - - private native double GetHandleSizeToleranceInPixels_6(); - public double GetHandleSizeToleranceInPixels() - { return GetHandleSizeToleranceInPixels_6(); } - - public vtkFixedSizeHandleRepresentation3D() { super(); } - - public vtkFixedSizeHandleRepresentation3D(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkFixedSizeHandleRepresentation3D object +// + +package vtk; +import vtk.*; + +public class vtkFixedSizeHandleRepresentation3D extends vtkPolygonalHandleRepresentation3D +{ + + 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 long GetSphereSource_2(); + public vtkSphereSource GetSphereSource() { + long temp = GetSphereSource_2(); + + if (temp == 0) return null; + return (vtkSphereSource)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetHandleSizeInPixels_3(double id0); + public void SetHandleSizeInPixels(double id0) + { SetHandleSizeInPixels_3(id0); } + + private native double GetHandleSizeInPixels_4(); + public double GetHandleSizeInPixels() + { return GetHandleSizeInPixels_4(); } + + private native void SetHandleSizeToleranceInPixels_5(double id0); + public void SetHandleSizeToleranceInPixels(double id0) + { SetHandleSizeToleranceInPixels_5(id0); } + + private native double GetHandleSizeToleranceInPixels_6(); + public double GetHandleSizeToleranceInPixels() + { return GetHandleSizeToleranceInPixels_6(); } + + public vtkFixedSizeHandleRepresentation3D() { super(); } + + public vtkFixedSizeHandleRepresentation3D(long id) { super(id); } + public native long VTKInit(); + +}