X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkParallelopipedRepresentation.java;h=6f0554890b73d7ba9865709fb518586491b916a3;hb=a8fd21b46927e6ab9b6887dd87ddc6eca8161a76;hp=f4748ccec092e48099d899e4ef77072d4663f687;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkParallelopipedRepresentation.java b/vtk/src/vtk/vtkParallelopipedRepresentation.java index f4748cce..6f055489 100644 --- a/vtk/src/vtk/vtkParallelopipedRepresentation.java +++ b/vtk/src/vtk/vtkParallelopipedRepresentation.java @@ -1,179 +1,179 @@ -// java wrapper for vtkParallelopipedRepresentation object -// - -package vtk; -import vtk.*; - -public class vtkParallelopipedRepresentation extends vtkWidgetRepresentation -{ - - 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 GetActors_2(vtkPropCollection id0); - public void GetActors(vtkPropCollection id0) - { GetActors_2(id0); } - - private native void PlaceWidget_3(double id0[]); - public void PlaceWidget(double id0[]) - { PlaceWidget_3(id0); } - - private native void SetInteractionState_4(int id0); - public void SetInteractionState(int id0) - { SetInteractionState_4(id0); } - - private native void GetBoundingPlanes_5(vtkPlaneCollection id0); - public void GetBoundingPlanes(vtkPlaneCollection id0) - { GetBoundingPlanes_5(id0); } - - private native void GetPolyData_6(vtkPolyData id0); - public void GetPolyData(vtkPolyData id0) - { GetPolyData_6(id0); } - - private native double[] GetBounds_7(); - public double[] GetBounds() - { return GetBounds_7(); } - - private native void SetHandleProperty_8(vtkProperty id0); - public void SetHandleProperty(vtkProperty id0) - { SetHandleProperty_8(id0); } - - private native void SetHoveredHandleProperty_9(vtkProperty id0); - public void SetHoveredHandleProperty(vtkProperty id0) - { SetHoveredHandleProperty_9(id0); } - - private native void SetSelectedHandleProperty_10(vtkProperty id0); - public void SetSelectedHandleProperty(vtkProperty id0) - { SetSelectedHandleProperty_10(id0); } - - private native long GetHandleProperty_11(); - public vtkProperty GetHandleProperty() { - long temp = GetHandleProperty_11(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetHoveredHandleProperty_12(); - public vtkProperty GetHoveredHandleProperty() { - long temp = GetHoveredHandleProperty_12(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetSelectedHandleProperty_13(); - public vtkProperty GetSelectedHandleProperty() { - long temp = GetSelectedHandleProperty_13(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetHandleRepresentation_14(vtkHandleRepresentation id0); - public void SetHandleRepresentation(vtkHandleRepresentation id0) - { SetHandleRepresentation_14(id0); } - - private native long GetHandleRepresentation_15(int id0); - public vtkHandleRepresentation GetHandleRepresentation(int id0) { - long temp = GetHandleRepresentation_15(id0); - - if (temp == 0) return null; - return (vtkHandleRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void HandlesOn_16(); - public void HandlesOn() - { HandlesOn_16(); } - - private native void HandlesOff_17(); - public void HandlesOff() - { HandlesOff_17(); } - - private native long GetFaceProperty_18(); - public vtkProperty GetFaceProperty() { - long temp = GetFaceProperty_18(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetSelectedFaceProperty_19(); - public vtkProperty GetSelectedFaceProperty() { - long temp = GetSelectedFaceProperty_19(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetOutlineProperty_20(); - public vtkProperty GetOutlineProperty() { - long temp = GetOutlineProperty_20(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetSelectedOutlineProperty_21(); - public vtkProperty GetSelectedOutlineProperty() { - long temp = GetSelectedOutlineProperty_21(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void BuildRepresentation_22(); - public void BuildRepresentation() - { BuildRepresentation_22(); } - - private native void ReleaseGraphicsResources_23(vtkWindow id0); - public void ReleaseGraphicsResources(vtkWindow id0) - { ReleaseGraphicsResources_23(id0); } - - private native int RenderOverlay_24(vtkViewport id0); - public int RenderOverlay(vtkViewport id0) - { return RenderOverlay_24(id0); } - - private native int RenderOpaqueGeometry_25(vtkViewport id0); - public int RenderOpaqueGeometry(vtkViewport id0) - { return RenderOpaqueGeometry_25(id0); } - - private native int ComputeInteractionState_26(int id0,int id1,int id2); - public int ComputeInteractionState(int id0,int id1,int id2) - { return ComputeInteractionState_26(id0,id1,id2); } - - private native void Translate_27(double id0[]); - public void Translate(double id0[]) - { Translate_27(id0); } - - private native void Translate_28(int id0,int id1); - public void Translate(int id0,int id1) - { Translate_28(id0,id1); } - - private native void Scale_29(int id0,int id1); - public void Scale(int id0,int id1) - { Scale_29(id0,id1); } - - private native void PositionHandles_30(); - public void PositionHandles() - { PositionHandles_30(); } - - private native void SetMinimumThickness_31(double id0); - public void SetMinimumThickness(double id0) - { SetMinimumThickness_31(id0); } - - private native double GetMinimumThickness_32(); - public double GetMinimumThickness() - { return GetMinimumThickness_32(); } - - public vtkParallelopipedRepresentation() { super(); } - - public vtkParallelopipedRepresentation(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkParallelopipedRepresentation object +// + +package vtk; +import vtk.*; + +public class vtkParallelopipedRepresentation extends vtkWidgetRepresentation +{ + + 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 GetActors_2(vtkPropCollection id0); + public void GetActors(vtkPropCollection id0) + { GetActors_2(id0); } + + private native void PlaceWidget_3(double id0[]); + public void PlaceWidget(double id0[]) + { PlaceWidget_3(id0); } + + private native void SetInteractionState_4(int id0); + public void SetInteractionState(int id0) + { SetInteractionState_4(id0); } + + private native void GetBoundingPlanes_5(vtkPlaneCollection id0); + public void GetBoundingPlanes(vtkPlaneCollection id0) + { GetBoundingPlanes_5(id0); } + + private native void GetPolyData_6(vtkPolyData id0); + public void GetPolyData(vtkPolyData id0) + { GetPolyData_6(id0); } + + private native double[] GetBounds_7(); + public double[] GetBounds() + { return GetBounds_7(); } + + private native void SetHandleProperty_8(vtkProperty id0); + public void SetHandleProperty(vtkProperty id0) + { SetHandleProperty_8(id0); } + + private native void SetHoveredHandleProperty_9(vtkProperty id0); + public void SetHoveredHandleProperty(vtkProperty id0) + { SetHoveredHandleProperty_9(id0); } + + private native void SetSelectedHandleProperty_10(vtkProperty id0); + public void SetSelectedHandleProperty(vtkProperty id0) + { SetSelectedHandleProperty_10(id0); } + + private native long GetHandleProperty_11(); + public vtkProperty GetHandleProperty() { + long temp = GetHandleProperty_11(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetHoveredHandleProperty_12(); + public vtkProperty GetHoveredHandleProperty() { + long temp = GetHoveredHandleProperty_12(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetSelectedHandleProperty_13(); + public vtkProperty GetSelectedHandleProperty() { + long temp = GetSelectedHandleProperty_13(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetHandleRepresentation_14(vtkHandleRepresentation id0); + public void SetHandleRepresentation(vtkHandleRepresentation id0) + { SetHandleRepresentation_14(id0); } + + private native long GetHandleRepresentation_15(int id0); + public vtkHandleRepresentation GetHandleRepresentation(int id0) { + long temp = GetHandleRepresentation_15(id0); + + if (temp == 0) return null; + return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void HandlesOn_16(); + public void HandlesOn() + { HandlesOn_16(); } + + private native void HandlesOff_17(); + public void HandlesOff() + { HandlesOff_17(); } + + private native long GetFaceProperty_18(); + public vtkProperty GetFaceProperty() { + long temp = GetFaceProperty_18(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetSelectedFaceProperty_19(); + public vtkProperty GetSelectedFaceProperty() { + long temp = GetSelectedFaceProperty_19(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetOutlineProperty_20(); + public vtkProperty GetOutlineProperty() { + long temp = GetOutlineProperty_20(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetSelectedOutlineProperty_21(); + public vtkProperty GetSelectedOutlineProperty() { + long temp = GetSelectedOutlineProperty_21(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void BuildRepresentation_22(); + public void BuildRepresentation() + { BuildRepresentation_22(); } + + private native void ReleaseGraphicsResources_23(vtkWindow id0); + public void ReleaseGraphicsResources(vtkWindow id0) + { ReleaseGraphicsResources_23(id0); } + + private native int RenderOverlay_24(vtkViewport id0); + public int RenderOverlay(vtkViewport id0) + { return RenderOverlay_24(id0); } + + private native int RenderOpaqueGeometry_25(vtkViewport id0); + public int RenderOpaqueGeometry(vtkViewport id0) + { return RenderOpaqueGeometry_25(id0); } + + private native int ComputeInteractionState_26(int id0,int id1,int id2); + public int ComputeInteractionState(int id0,int id1,int id2) + { return ComputeInteractionState_26(id0,id1,id2); } + + private native void Translate_27(double id0[]); + public void Translate(double id0[]) + { Translate_27(id0); } + + private native void Translate_28(int id0,int id1); + public void Translate(int id0,int id1) + { Translate_28(id0,id1); } + + private native void Scale_29(int id0,int id1); + public void Scale(int id0,int id1) + { Scale_29(id0,id1); } + + private native void PositionHandles_30(); + public void PositionHandles() + { PositionHandles_30(); } + + private native void SetMinimumThickness_31(double id0); + public void SetMinimumThickness(double id0) + { SetMinimumThickness_31(id0); } + + private native double GetMinimumThickness_32(); + public double GetMinimumThickness() + { return GetMinimumThickness_32(); } + + public vtkParallelopipedRepresentation() { super(); } + + public vtkParallelopipedRepresentation(long id) { super(id); } + public native long VTKInit(); + +}