]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkResliceCursorRepresentation.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkResliceCursorRepresentation.java
index 04e54521d5c7e2fdbd80ea1d8c8ab16864fccf7f..e154476b0aa396790eb3cfc8cc4c2c6532f6d217 100644 (file)
-// java wrapper for vtkResliceCursorRepresentation object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkResliceCursorRepresentation 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 SetTolerance_2(int id0);\r
-  public void SetTolerance(int id0)\r
-    { SetTolerance_2(id0); }\r
-\r
-  private native int GetToleranceMinValue_3();\r
-  public int GetToleranceMinValue()\r
-    { return GetToleranceMinValue_3(); }\r
-\r
-  private native int GetToleranceMaxValue_4();\r
-  public int GetToleranceMaxValue()\r
-    { return GetToleranceMaxValue_4(); }\r
-\r
-  private native int GetTolerance_5();\r
-  public int GetTolerance()\r
-    { return GetTolerance_5(); }\r
-\r
-  private native void SetShowReslicedImage_6(int id0);\r
-  public void SetShowReslicedImage(int id0)\r
-    { SetShowReslicedImage_6(id0); }\r
-\r
-  private native int GetShowReslicedImage_7();\r
-  public int GetShowReslicedImage()\r
-    { return GetShowReslicedImage_7(); }\r
-\r
-  private native void ShowReslicedImageOn_8();\r
-  public void ShowReslicedImageOn()\r
-    { ShowReslicedImageOn_8(); }\r
-\r
-  private native void ShowReslicedImageOff_9();\r
-  public void ShowReslicedImageOff()\r
-    { ShowReslicedImageOff_9(); }\r
-\r
-  private native void SetRestrictPlaneToVolume_10(int id0);\r
-  public void SetRestrictPlaneToVolume(int id0)\r
-    { SetRestrictPlaneToVolume_10(id0); }\r
-\r
-  private native int GetRestrictPlaneToVolume_11();\r
-  public int GetRestrictPlaneToVolume()\r
-    { return GetRestrictPlaneToVolume_11(); }\r
-\r
-  private native void RestrictPlaneToVolumeOn_12();\r
-  public void RestrictPlaneToVolumeOn()\r
-    { RestrictPlaneToVolumeOn_12(); }\r
-\r
-  private native void RestrictPlaneToVolumeOff_13();\r
-  public void RestrictPlaneToVolumeOff()\r
-    { RestrictPlaneToVolumeOff_13(); }\r
-\r
-  private native void SetThicknessLabelFormat_14(String id0);\r
-  public void SetThicknessLabelFormat(String id0)\r
-    { SetThicknessLabelFormat_14(id0); }\r
-\r
-  private native String GetThicknessLabelFormat_15();\r
-  public String GetThicknessLabelFormat()\r
-    { return GetThicknessLabelFormat_15(); }\r
-\r
-  private native String GetThicknessLabelText_16();\r
-  public String GetThicknessLabelText()\r
-    { return GetThicknessLabelText_16(); }\r
-\r
-  private native void GetThicknessLabelPosition_17(double id0[]);\r
-  public void GetThicknessLabelPosition(double id0[])\r
-    { GetThicknessLabelPosition_17(id0); }\r
-\r
-  private native void GetWorldThicknessLabelPosition_18(double id0[]);\r
-  public void GetWorldThicknessLabelPosition(double id0[])\r
-    { GetWorldThicknessLabelPosition_18(id0); }\r
-\r
-  private native void BuildRepresentation_19();\r
-  public void BuildRepresentation()\r
-    { BuildRepresentation_19(); }\r
-\r
-  private native long GetResliceAxes_20();\r
-  public vtkMatrix4x4 GetResliceAxes() {\r
-    long temp = GetResliceAxes_20();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkMatrix4x4)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetReslice_21();\r
-  public vtkImageAlgorithm GetReslice() {\r
-    long temp = GetReslice_21();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkImageAlgorithm)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetImageActor_22();\r
-  public vtkImageActor GetImageActor() {\r
-    long temp = GetImageActor_22();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkImageActor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetLookupTable_23(vtkScalarsToColors id0);\r
-  public void SetLookupTable(vtkScalarsToColors id0)\r
-    { SetLookupTable_23(id0); }\r
-\r
-  private native long GetLookupTable_24();\r
-  public vtkScalarsToColors GetLookupTable() {\r
-    long temp = GetLookupTable_24();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkScalarsToColors)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetColorMap_25();\r
-  public vtkImageMapToColors GetColorMap() {\r
-    long temp = GetColorMap_25();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkImageMapToColors)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetColorMap_26(vtkImageMapToColors id0);\r
-  public void SetColorMap(vtkImageMapToColors id0)\r
-    { SetColorMap_26(id0); }\r
-\r
-  private native void SetWindowLevel_27(double id0,double id1,int id2);\r
-  public void SetWindowLevel(double id0,double id1,int id2)\r
-    { SetWindowLevel_27(id0,id1,id2); }\r
-\r
-  private native void GetWindowLevel_28(double id0[]);\r
-  public void GetWindowLevel(double id0[])\r
-    { GetWindowLevel_28(id0); }\r
-\r
-  private native double GetWindow_29();\r
-  public double GetWindow()\r
-    { return GetWindow_29(); }\r
-\r
-  private native double GetLevel_30();\r
-  public double GetLevel()\r
-    { return GetLevel_30(); }\r
-\r
-  private native long GetResliceCursor_31();\r
-  public vtkResliceCursor GetResliceCursor() {\r
-    long temp = GetResliceCursor_31();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkResliceCursor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetDisplayText_32(int id0);\r
-  public void SetDisplayText(int id0)\r
-    { SetDisplayText_32(id0); }\r
-\r
-  private native int GetDisplayText_33();\r
-  public int GetDisplayText()\r
-    { return GetDisplayText_33(); }\r
-\r
-  private native void DisplayTextOn_34();\r
-  public void DisplayTextOn()\r
-    { DisplayTextOn_34(); }\r
-\r
-  private native void DisplayTextOff_35();\r
-  public void DisplayTextOff()\r
-    { DisplayTextOff_35(); }\r
-\r
-  private native void SetTextProperty_36(vtkTextProperty id0);\r
-  public void SetTextProperty(vtkTextProperty id0)\r
-    { SetTextProperty_36(id0); }\r
-\r
-  private native long GetTextProperty_37();\r
-  public vtkTextProperty GetTextProperty() {\r
-    long temp = GetTextProperty_37();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetUseImageActor_38(int id0);\r
-  public void SetUseImageActor(int id0)\r
-    { SetUseImageActor_38(id0); }\r
-\r
-  private native int GetUseImageActor_39();\r
-  public int GetUseImageActor()\r
-    { return GetUseImageActor_39(); }\r
-\r
-  private native void UseImageActorOn_40();\r
-  public void UseImageActorOn()\r
-    { UseImageActorOn_40(); }\r
-\r
-  private native void UseImageActorOff_41();\r
-  public void UseImageActorOff()\r
-    { UseImageActorOff_41(); }\r
-\r
-  private native void SetManipulationMode_42(int id0);\r
-  public void SetManipulationMode(int id0)\r
-    { SetManipulationMode_42(id0); }\r
-\r
-  private native int GetManipulationMode_43();\r
-  public int GetManipulationMode()\r
-    { return GetManipulationMode_43(); }\r
-\r
-  private native void ActivateText_44(int id0);\r
-  public void ActivateText(int id0)\r
-    { ActivateText_44(id0); }\r
-\r
-  private native void ManageTextDisplay_45();\r
-  public void ManageTextDisplay()\r
-    { ManageTextDisplay_45(); }\r
-\r
-  private native void InitializeReslicePlane_46();\r
-  public void InitializeReslicePlane()\r
-    { InitializeReslicePlane_46(); }\r
-\r
-  private native void ResetCamera_47();\r
-  public void ResetCamera()\r
-    { ResetCamera_47(); }\r
-\r
-  private native long GetCursorAlgorithm_48();\r
-  public vtkResliceCursorPolyDataAlgorithm GetCursorAlgorithm() {\r
-    long temp = GetCursorAlgorithm_48();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkResliceCursorPolyDataAlgorithm)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetPlaneSource_49();\r
-  public vtkPlaneSource GetPlaneSource() {\r
-    long temp = GetPlaneSource_49();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPlaneSource)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  public vtkResliceCursorRepresentation() { super(); }\r
-\r
-  public vtkResliceCursorRepresentation(long id) { super(id); }\r
-\r
-}\r
+// java wrapper for vtkResliceCursorRepresentation object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkResliceCursorRepresentation 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 SetTolerance_2(int id0);
+  public void SetTolerance(int id0)
+    { SetTolerance_2(id0); }
+
+  private native int GetToleranceMinValue_3();
+  public int GetToleranceMinValue()
+    { return GetToleranceMinValue_3(); }
+
+  private native int GetToleranceMaxValue_4();
+  public int GetToleranceMaxValue()
+    { return GetToleranceMaxValue_4(); }
+
+  private native int GetTolerance_5();
+  public int GetTolerance()
+    { return GetTolerance_5(); }
+
+  private native void SetShowReslicedImage_6(int id0);
+  public void SetShowReslicedImage(int id0)
+    { SetShowReslicedImage_6(id0); }
+
+  private native int GetShowReslicedImage_7();
+  public int GetShowReslicedImage()
+    { return GetShowReslicedImage_7(); }
+
+  private native void ShowReslicedImageOn_8();
+  public void ShowReslicedImageOn()
+    { ShowReslicedImageOn_8(); }
+
+  private native void ShowReslicedImageOff_9();
+  public void ShowReslicedImageOff()
+    { ShowReslicedImageOff_9(); }
+
+  private native void SetRestrictPlaneToVolume_10(int id0);
+  public void SetRestrictPlaneToVolume(int id0)
+    { SetRestrictPlaneToVolume_10(id0); }
+
+  private native int GetRestrictPlaneToVolume_11();
+  public int GetRestrictPlaneToVolume()
+    { return GetRestrictPlaneToVolume_11(); }
+
+  private native void RestrictPlaneToVolumeOn_12();
+  public void RestrictPlaneToVolumeOn()
+    { RestrictPlaneToVolumeOn_12(); }
+
+  private native void RestrictPlaneToVolumeOff_13();
+  public void RestrictPlaneToVolumeOff()
+    { RestrictPlaneToVolumeOff_13(); }
+
+  private native void SetThicknessLabelFormat_14(String id0);
+  public void SetThicknessLabelFormat(String id0)
+    { SetThicknessLabelFormat_14(id0); }
+
+  private native String GetThicknessLabelFormat_15();
+  public String GetThicknessLabelFormat()
+    { return GetThicknessLabelFormat_15(); }
+
+  private native String GetThicknessLabelText_16();
+  public String GetThicknessLabelText()
+    { return GetThicknessLabelText_16(); }
+
+  private native void GetThicknessLabelPosition_17(double id0[]);
+  public void GetThicknessLabelPosition(double id0[])
+    { GetThicknessLabelPosition_17(id0); }
+
+  private native void GetWorldThicknessLabelPosition_18(double id0[]);
+  public void GetWorldThicknessLabelPosition(double id0[])
+    { GetWorldThicknessLabelPosition_18(id0); }
+
+  private native void BuildRepresentation_19();
+  public void BuildRepresentation()
+    { BuildRepresentation_19(); }
+
+  private native long GetResliceAxes_20();
+  public vtkMatrix4x4 GetResliceAxes() {
+    long temp = GetResliceAxes_20();
+
+    if (temp == 0) return null;
+    return (vtkMatrix4x4)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetReslice_21();
+  public vtkImageAlgorithm GetReslice() {
+    long temp = GetReslice_21();
+
+    if (temp == 0) return null;
+    return (vtkImageAlgorithm)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetImageActor_22();
+  public vtkImageActor GetImageActor() {
+    long temp = GetImageActor_22();
+
+    if (temp == 0) return null;
+    return (vtkImageActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetLookupTable_23(vtkScalarsToColors id0);
+  public void SetLookupTable(vtkScalarsToColors id0)
+    { SetLookupTable_23(id0); }
+
+  private native long GetLookupTable_24();
+  public vtkScalarsToColors GetLookupTable() {
+    long temp = GetLookupTable_24();
+
+    if (temp == 0) return null;
+    return (vtkScalarsToColors)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetColorMap_25();
+  public vtkImageMapToColors GetColorMap() {
+    long temp = GetColorMap_25();
+
+    if (temp == 0) return null;
+    return (vtkImageMapToColors)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetColorMap_26(vtkImageMapToColors id0);
+  public void SetColorMap(vtkImageMapToColors id0)
+    { SetColorMap_26(id0); }
+
+  private native void SetWindowLevel_27(double id0,double id1,int id2);
+  public void SetWindowLevel(double id0,double id1,int id2)
+    { SetWindowLevel_27(id0,id1,id2); }
+
+  private native void GetWindowLevel_28(double id0[]);
+  public void GetWindowLevel(double id0[])
+    { GetWindowLevel_28(id0); }
+
+  private native double GetWindow_29();
+  public double GetWindow()
+    { return GetWindow_29(); }
+
+  private native double GetLevel_30();
+  public double GetLevel()
+    { return GetLevel_30(); }
+
+  private native long GetResliceCursor_31();
+  public vtkResliceCursor GetResliceCursor() {
+    long temp = GetResliceCursor_31();
+
+    if (temp == 0) return null;
+    return (vtkResliceCursor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetDisplayText_32(int id0);
+  public void SetDisplayText(int id0)
+    { SetDisplayText_32(id0); }
+
+  private native int GetDisplayText_33();
+  public int GetDisplayText()
+    { return GetDisplayText_33(); }
+
+  private native void DisplayTextOn_34();
+  public void DisplayTextOn()
+    { DisplayTextOn_34(); }
+
+  private native void DisplayTextOff_35();
+  public void DisplayTextOff()
+    { DisplayTextOff_35(); }
+
+  private native void SetTextProperty_36(vtkTextProperty id0);
+  public void SetTextProperty(vtkTextProperty id0)
+    { SetTextProperty_36(id0); }
+
+  private native long GetTextProperty_37();
+  public vtkTextProperty GetTextProperty() {
+    long temp = GetTextProperty_37();
+
+    if (temp == 0) return null;
+    return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetUseImageActor_38(int id0);
+  public void SetUseImageActor(int id0)
+    { SetUseImageActor_38(id0); }
+
+  private native int GetUseImageActor_39();
+  public int GetUseImageActor()
+    { return GetUseImageActor_39(); }
+
+  private native void UseImageActorOn_40();
+  public void UseImageActorOn()
+    { UseImageActorOn_40(); }
+
+  private native void UseImageActorOff_41();
+  public void UseImageActorOff()
+    { UseImageActorOff_41(); }
+
+  private native void SetManipulationMode_42(int id0);
+  public void SetManipulationMode(int id0)
+    { SetManipulationMode_42(id0); }
+
+  private native int GetManipulationMode_43();
+  public int GetManipulationMode()
+    { return GetManipulationMode_43(); }
+
+  private native void ActivateText_44(int id0);
+  public void ActivateText(int id0)
+    { ActivateText_44(id0); }
+
+  private native void ManageTextDisplay_45();
+  public void ManageTextDisplay()
+    { ManageTextDisplay_45(); }
+
+  private native void InitializeReslicePlane_46();
+  public void InitializeReslicePlane()
+    { InitializeReslicePlane_46(); }
+
+  private native void ResetCamera_47();
+  public void ResetCamera()
+    { ResetCamera_47(); }
+
+  private native long GetCursorAlgorithm_48();
+  public vtkResliceCursorPolyDataAlgorithm GetCursorAlgorithm() {
+    long temp = GetCursorAlgorithm_48();
+
+    if (temp == 0) return null;
+    return (vtkResliceCursorPolyDataAlgorithm)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetPlaneSource_49();
+  public vtkPlaneSource GetPlaneSource() {
+    long temp = GetPlaneSource_49();
+
+    if (temp == 0) return null;
+    return (vtkPlaneSource)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  public vtkResliceCursorRepresentation() { super(); }
+
+  public vtkResliceCursorRepresentation(long id) { super(id); }
+
+}