]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkHandleRepresentation.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkHandleRepresentation.java
index fda5357e363a5818a6fac729fab9ca827bbe994a..c487fd0e81410c744e09ad57b855b391c3ad13d1 100644 (file)
-// java wrapper for vtkHandleRepresentation object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkHandleRepresentation extends vtkWidgetRepresentation\r
-{\r
-\r
-  private native String GetClassName_0();\r
-  public String GetClassName()\r
-    { return GetClassName_0(); }\r
-\r
-  private native int IsA_1(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_1(id0); }\r
-\r
-  private native void SetDisplayPosition_2(double id0[]);\r
-  public void SetDisplayPosition(double id0[])\r
-    { SetDisplayPosition_2(id0); }\r
-\r
-  private native void GetDisplayPosition_3(double id0[]);\r
-  public void GetDisplayPosition(double id0[])\r
-    { GetDisplayPosition_3(id0); }\r
-\r
-  private native double[] GetDisplayPosition_4();\r
-  public double[] GetDisplayPosition()\r
-    { return GetDisplayPosition_4(); }\r
-\r
-  private native void SetWorldPosition_5(double id0[]);\r
-  public void SetWorldPosition(double id0[])\r
-    { SetWorldPosition_5(id0); }\r
-\r
-  private native void GetWorldPosition_6(double id0[]);\r
-  public void GetWorldPosition(double id0[])\r
-    { GetWorldPosition_6(id0); }\r
-\r
-  private native double[] GetWorldPosition_7();\r
-  public double[] GetWorldPosition()\r
-    { return GetWorldPosition_7(); }\r
-\r
-  private native void SetTolerance_8(int id0);\r
-  public void SetTolerance(int id0)\r
-    { SetTolerance_8(id0); }\r
-\r
-  private native int GetToleranceMinValue_9();\r
-  public int GetToleranceMinValue()\r
-    { return GetToleranceMinValue_9(); }\r
-\r
-  private native int GetToleranceMaxValue_10();\r
-  public int GetToleranceMaxValue()\r
-    { return GetToleranceMaxValue_10(); }\r
-\r
-  private native int GetTolerance_11();\r
-  public int GetTolerance()\r
-    { return GetTolerance_11(); }\r
-\r
-  private native void SetActiveRepresentation_12(int id0);\r
-  public void SetActiveRepresentation(int id0)\r
-    { SetActiveRepresentation_12(id0); }\r
-\r
-  private native int GetActiveRepresentation_13();\r
-  public int GetActiveRepresentation()\r
-    { return GetActiveRepresentation_13(); }\r
-\r
-  private native void ActiveRepresentationOn_14();\r
-  public void ActiveRepresentationOn()\r
-    { ActiveRepresentationOn_14(); }\r
-\r
-  private native void ActiveRepresentationOff_15();\r
-  public void ActiveRepresentationOff()\r
-    { ActiveRepresentationOff_15(); }\r
-\r
-  private native void SetInteractionState_16(int id0);\r
-  public void SetInteractionState(int id0)\r
-    { SetInteractionState_16(id0); }\r
-\r
-  private native int GetInteractionStateMinValue_17();\r
-  public int GetInteractionStateMinValue()\r
-    { return GetInteractionStateMinValue_17(); }\r
-\r
-  private native int GetInteractionStateMaxValue_18();\r
-  public int GetInteractionStateMaxValue()\r
-    { return GetInteractionStateMaxValue_18(); }\r
-\r
-  private native void SetConstrained_19(int id0);\r
-  public void SetConstrained(int id0)\r
-    { SetConstrained_19(id0); }\r
-\r
-  private native int GetConstrained_20();\r
-  public int GetConstrained()\r
-    { return GetConstrained_20(); }\r
-\r
-  private native void ConstrainedOn_21();\r
-  public void ConstrainedOn()\r
-    { ConstrainedOn_21(); }\r
-\r
-  private native void ConstrainedOff_22();\r
-  public void ConstrainedOff()\r
-    { ConstrainedOff_22(); }\r
-\r
-  private native int CheckConstraint_23(vtkRenderer id0,double id1[]);\r
-  public int CheckConstraint(vtkRenderer id0,double id1[])\r
-    { return CheckConstraint_23(id0,id1); }\r
-\r
-  private native void ShallowCopy_24(vtkProp id0);\r
-  public void ShallowCopy(vtkProp id0)\r
-    { ShallowCopy_24(id0); }\r
-\r
-  private native void DeepCopy_25(vtkProp id0);\r
-  public void DeepCopy(vtkProp id0)\r
-    { DeepCopy_25(id0); }\r
-\r
-  private native void SetRenderer_26(vtkRenderer id0);\r
-  public void SetRenderer(vtkRenderer id0)\r
-    { SetRenderer_26(id0); }\r
-\r
-  private native int GetMTime_27();\r
-  public int GetMTime()\r
-    { return GetMTime_27(); }\r
-\r
-  private native void SetPointPlacer_28(vtkPointPlacer id0);\r
-  public void SetPointPlacer(vtkPointPlacer id0)\r
-    { SetPointPlacer_28(id0); }\r
-\r
-  private native long GetPointPlacer_29();\r
-  public vtkPointPlacer GetPointPlacer() {\r
-    long temp = GetPointPlacer_29();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPointPlacer)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  public vtkHandleRepresentation() { super(); }\r
-\r
-  public vtkHandleRepresentation(long id) { super(id); }\r
-\r
-}\r
+// 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); }
+
+}