X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkHandleRepresentation.java;h=c487fd0e81410c744e09ad57b855b391c3ad13d1;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=fda5357e363a5818a6fac729fab9ca827bbe994a;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkHandleRepresentation.java b/vtk/src/vtk/vtkHandleRepresentation.java index fda5357e..c487fd0e 100644 --- a/vtk/src/vtk/vtkHandleRepresentation.java +++ b/vtk/src/vtk/vtkHandleRepresentation.java @@ -1,138 +1,138 @@ -// java wrapper for vtkHandleRepresentation object -// - -package vtk; -import vtk.*; - -public class vtkHandleRepresentation 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 SetDisplayPosition_2(double id0[]); - public void SetDisplayPosition(double id0[]) - { SetDisplayPosition_2(id0); } - - private native void GetDisplayPosition_3(double id0[]); - public void GetDisplayPosition(double id0[]) - { GetDisplayPosition_3(id0); } - - private native double[] GetDisplayPosition_4(); - public double[] GetDisplayPosition() - { return GetDisplayPosition_4(); } - - private native void SetWorldPosition_5(double id0[]); - public void SetWorldPosition(double id0[]) - { SetWorldPosition_5(id0); } - - private native void GetWorldPosition_6(double id0[]); - public void GetWorldPosition(double id0[]) - { GetWorldPosition_6(id0); } - - private native double[] GetWorldPosition_7(); - public double[] GetWorldPosition() - { return GetWorldPosition_7(); } - - private native void SetTolerance_8(int id0); - public void SetTolerance(int id0) - { SetTolerance_8(id0); } - - private native int GetToleranceMinValue_9(); - public int GetToleranceMinValue() - { return GetToleranceMinValue_9(); } - - private native int GetToleranceMaxValue_10(); - public int GetToleranceMaxValue() - { return GetToleranceMaxValue_10(); } - - private native int GetTolerance_11(); - public int GetTolerance() - { return GetTolerance_11(); } - - private native void SetActiveRepresentation_12(int id0); - public void SetActiveRepresentation(int id0) - { SetActiveRepresentation_12(id0); } - - private native int GetActiveRepresentation_13(); - public int GetActiveRepresentation() - { return GetActiveRepresentation_13(); } - - private native void ActiveRepresentationOn_14(); - public void ActiveRepresentationOn() - { ActiveRepresentationOn_14(); } - - private native void ActiveRepresentationOff_15(); - public void ActiveRepresentationOff() - { ActiveRepresentationOff_15(); } - - private native void SetInteractionState_16(int id0); - public void SetInteractionState(int id0) - { SetInteractionState_16(id0); } - - private native int GetInteractionStateMinValue_17(); - public int GetInteractionStateMinValue() - { return GetInteractionStateMinValue_17(); } - - private native int GetInteractionStateMaxValue_18(); - public int GetInteractionStateMaxValue() - { return GetInteractionStateMaxValue_18(); } - - private native void SetConstrained_19(int id0); - public void SetConstrained(int id0) - { SetConstrained_19(id0); } - - private native int GetConstrained_20(); - public int GetConstrained() - { return GetConstrained_20(); } - - private native void ConstrainedOn_21(); - public void ConstrainedOn() - { ConstrainedOn_21(); } - - private native void ConstrainedOff_22(); - public void ConstrainedOff() - { ConstrainedOff_22(); } - - private native int CheckConstraint_23(vtkRenderer id0,double id1[]); - public int CheckConstraint(vtkRenderer id0,double id1[]) - { return CheckConstraint_23(id0,id1); } - - private native void ShallowCopy_24(vtkProp id0); - public void ShallowCopy(vtkProp id0) - { ShallowCopy_24(id0); } - - private native void DeepCopy_25(vtkProp id0); - public void DeepCopy(vtkProp id0) - { DeepCopy_25(id0); } - - private native void SetRenderer_26(vtkRenderer id0); - public void SetRenderer(vtkRenderer id0) - { SetRenderer_26(id0); } - - private native int GetMTime_27(); - public int GetMTime() - { return GetMTime_27(); } - - private native void SetPointPlacer_28(vtkPointPlacer id0); - public void SetPointPlacer(vtkPointPlacer id0) - { SetPointPlacer_28(id0); } - - private native long GetPointPlacer_29(); - public vtkPointPlacer GetPointPlacer() { - long temp = GetPointPlacer_29(); - - if (temp == 0) return null; - return (vtkPointPlacer)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkHandleRepresentation() { super(); } - - public vtkHandleRepresentation(long id) { super(id); } - -} +// java wrapper for vtkHandleRepresentation object +// + +package vtk; +import vtk.*; + +public class vtkHandleRepresentation 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 SetDisplayPosition_2(double id0[]); + public void SetDisplayPosition(double id0[]) + { SetDisplayPosition_2(id0); } + + private native void GetDisplayPosition_3(double id0[]); + public void GetDisplayPosition(double id0[]) + { GetDisplayPosition_3(id0); } + + private native double[] GetDisplayPosition_4(); + public double[] GetDisplayPosition() + { return GetDisplayPosition_4(); } + + private native void SetWorldPosition_5(double id0[]); + public void SetWorldPosition(double id0[]) + { SetWorldPosition_5(id0); } + + private native void GetWorldPosition_6(double id0[]); + public void GetWorldPosition(double id0[]) + { GetWorldPosition_6(id0); } + + private native double[] GetWorldPosition_7(); + public double[] GetWorldPosition() + { return GetWorldPosition_7(); } + + private native void SetTolerance_8(int id0); + public void SetTolerance(int id0) + { SetTolerance_8(id0); } + + private native int GetToleranceMinValue_9(); + public int GetToleranceMinValue() + { return GetToleranceMinValue_9(); } + + private native int GetToleranceMaxValue_10(); + public int GetToleranceMaxValue() + { return GetToleranceMaxValue_10(); } + + private native int GetTolerance_11(); + public int GetTolerance() + { return GetTolerance_11(); } + + private native void SetActiveRepresentation_12(int id0); + public void SetActiveRepresentation(int id0) + { SetActiveRepresentation_12(id0); } + + private native int GetActiveRepresentation_13(); + public int GetActiveRepresentation() + { return GetActiveRepresentation_13(); } + + private native void ActiveRepresentationOn_14(); + public void ActiveRepresentationOn() + { ActiveRepresentationOn_14(); } + + private native void ActiveRepresentationOff_15(); + public void ActiveRepresentationOff() + { ActiveRepresentationOff_15(); } + + private native void SetInteractionState_16(int id0); + public void SetInteractionState(int id0) + { SetInteractionState_16(id0); } + + private native int GetInteractionStateMinValue_17(); + public int GetInteractionStateMinValue() + { return GetInteractionStateMinValue_17(); } + + private native int GetInteractionStateMaxValue_18(); + public int GetInteractionStateMaxValue() + { return GetInteractionStateMaxValue_18(); } + + private native void SetConstrained_19(int id0); + public void SetConstrained(int id0) + { SetConstrained_19(id0); } + + private native int GetConstrained_20(); + public int GetConstrained() + { return GetConstrained_20(); } + + private native void ConstrainedOn_21(); + public void ConstrainedOn() + { ConstrainedOn_21(); } + + private native void ConstrainedOff_22(); + public void ConstrainedOff() + { ConstrainedOff_22(); } + + private native int CheckConstraint_23(vtkRenderer id0,double id1[]); + public int CheckConstraint(vtkRenderer id0,double id1[]) + { return CheckConstraint_23(id0,id1); } + + private native void ShallowCopy_24(vtkProp id0); + public void ShallowCopy(vtkProp id0) + { ShallowCopy_24(id0); } + + private native void DeepCopy_25(vtkProp id0); + public void DeepCopy(vtkProp id0) + { DeepCopy_25(id0); } + + private native void SetRenderer_26(vtkRenderer id0); + public void SetRenderer(vtkRenderer id0) + { SetRenderer_26(id0); } + + private native int GetMTime_27(); + public int GetMTime() + { return GetMTime_27(); } + + private native void SetPointPlacer_28(vtkPointPlacer id0); + public void SetPointPlacer(vtkPointPlacer id0) + { SetPointPlacer_28(id0); } + + private native long GetPointPlacer_29(); + public vtkPointPlacer GetPointPlacer() { + long temp = GetPointPlacer_29(); + + if (temp == 0) return null; + return (vtkPointPlacer)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + public vtkHandleRepresentation() { super(); } + + public vtkHandleRepresentation(long id) { super(id); } + +}