]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkSmartVolumeMapper.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkSmartVolumeMapper.java
index 6ac8694f5d5d1bf6491afbcfc5f1a70f96b7f65a..2c1fb0915e321c0bcde6c8783314875bb2ad5ef3 100644 (file)
-// java wrapper for vtkSmartVolumeMapper object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkSmartVolumeMapper extends vtkVolumeMapper\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 SetFinalColorWindow_2(double id0);\r
-  public void SetFinalColorWindow(double id0)\r
-    { SetFinalColorWindow_2(id0); }\r
-\r
-  private native double GetFinalColorWindow_3();\r
-  public double GetFinalColorWindow()\r
-    { return GetFinalColorWindow_3(); }\r
-\r
-  private native void SetFinalColorLevel_4(double id0);\r
-  public void SetFinalColorLevel(double id0)\r
-    { SetFinalColorLevel_4(id0); }\r
-\r
-  private native double GetFinalColorLevel_5();\r
-  public double GetFinalColorLevel()\r
-    { return GetFinalColorLevel_5(); }\r
-\r
-  private native void SetRequestedRenderMode_6(int id0);\r
-  public void SetRequestedRenderMode(int id0)\r
-    { SetRequestedRenderMode_6(id0); }\r
-\r
-  private native void SetRequestedRenderModeToDefault_7();\r
-  public void SetRequestedRenderModeToDefault()\r
-    { SetRequestedRenderModeToDefault_7(); }\r
-\r
-  private native void SetRequestedRenderModeToRayCastAndTexture_8();\r
-  public void SetRequestedRenderModeToRayCastAndTexture()\r
-    { SetRequestedRenderModeToRayCastAndTexture_8(); }\r
-\r
-  private native void SetRequestedRenderModeToRayCast_9();\r
-  public void SetRequestedRenderModeToRayCast()\r
-    { SetRequestedRenderModeToRayCast_9(); }\r
-\r
-  private native int GetRequestedRenderMode_10();\r
-  public int GetRequestedRenderMode()\r
-    { return GetRequestedRenderMode_10(); }\r
-\r
-  private native void SetInteractiveUpdateRate_11(double id0);\r
-  public void SetInteractiveUpdateRate(double id0)\r
-    { SetInteractiveUpdateRate_11(id0); }\r
-\r
-  private native double GetInteractiveUpdateRateMinValue_12();\r
-  public double GetInteractiveUpdateRateMinValue()\r
-    { return GetInteractiveUpdateRateMinValue_12(); }\r
-\r
-  private native double GetInteractiveUpdateRateMaxValue_13();\r
-  public double GetInteractiveUpdateRateMaxValue()\r
-    { return GetInteractiveUpdateRateMaxValue_13(); }\r
-\r
-  private native double GetInteractiveUpdateRate_14();\r
-  public double GetInteractiveUpdateRate()\r
-    { return GetInteractiveUpdateRate_14(); }\r
-\r
-  private native int GetLastUsedRenderMode_15();\r
-  public int GetLastUsedRenderMode()\r
-    { return GetLastUsedRenderMode_15(); }\r
-\r
-  private native void SetMaxMemoryInBytes_16(int id0);\r
-  public void SetMaxMemoryInBytes(int id0)\r
-    { SetMaxMemoryInBytes_16(id0); }\r
-\r
-  private native int GetMaxMemoryInBytes_17();\r
-  public int GetMaxMemoryInBytes()\r
-    { return GetMaxMemoryInBytes_17(); }\r
-\r
-  private native void SetMaxMemoryFraction_18(double id0);\r
-  public void SetMaxMemoryFraction(double id0)\r
-    { SetMaxMemoryFraction_18(id0); }\r
-\r
-  private native double GetMaxMemoryFractionMinValue_19();\r
-  public double GetMaxMemoryFractionMinValue()\r
-    { return GetMaxMemoryFractionMinValue_19(); }\r
-\r
-  private native double GetMaxMemoryFractionMaxValue_20();\r
-  public double GetMaxMemoryFractionMaxValue()\r
-    { return GetMaxMemoryFractionMaxValue_20(); }\r
-\r
-  private native double GetMaxMemoryFraction_21();\r
-  public double GetMaxMemoryFraction()\r
-    { return GetMaxMemoryFraction_21(); }\r
-\r
-  private native void SetInterpolationMode_22(int id0);\r
-  public void SetInterpolationMode(int id0)\r
-    { SetInterpolationMode_22(id0); }\r
-\r
-  private native int GetInterpolationModeMinValue_23();\r
-  public int GetInterpolationModeMinValue()\r
-    { return GetInterpolationModeMinValue_23(); }\r
-\r
-  private native int GetInterpolationModeMaxValue_24();\r
-  public int GetInterpolationModeMaxValue()\r
-    { return GetInterpolationModeMaxValue_24(); }\r
-\r
-  private native int GetInterpolationMode_25();\r
-  public int GetInterpolationMode()\r
-    { return GetInterpolationMode_25(); }\r
-\r
-  private native void SetInterpolationModeToNearestNeighbor_26();\r
-  public void SetInterpolationModeToNearestNeighbor()\r
-    { SetInterpolationModeToNearestNeighbor_26(); }\r
-\r
-  private native void SetInterpolationModeToLinear_27();\r
-  public void SetInterpolationModeToLinear()\r
-    { SetInterpolationModeToLinear_27(); }\r
-\r
-  private native void SetInterpolationModeToCubic_28();\r
-  public void SetInterpolationModeToCubic()\r
-    { SetInterpolationModeToCubic_28(); }\r
-\r
-  private native void CreateCanonicalView_29(vtkRenderer id0,vtkVolume id1,vtkVolume id2,vtkImageData id3,int id4,double id5[],double id6[]);\r
-  public void CreateCanonicalView(vtkRenderer id0,vtkVolume id1,vtkVolume id2,vtkImageData id3,int id4,double id5[],double id6[])\r
-    { CreateCanonicalView_29(id0,id1,id2,id3,id4,id5,id6); }\r
-\r
-  private native void Render_30(vtkRenderer id0,vtkVolume id1);\r
-  public void Render(vtkRenderer id0,vtkVolume id1)\r
-    { Render_30(id0,id1); }\r
-\r
-  private native void ReleaseGraphicsResources_31(vtkWindow id0);\r
-  public void ReleaseGraphicsResources(vtkWindow id0)\r
-    { ReleaseGraphicsResources_31(id0); }\r
-\r
-  public vtkSmartVolumeMapper() { super(); }\r
-\r
-  public vtkSmartVolumeMapper(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkSmartVolumeMapper object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkSmartVolumeMapper extends vtkVolumeMapper
+{
+
+  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 SetFinalColorWindow_2(double id0);
+  public void SetFinalColorWindow(double id0)
+    { SetFinalColorWindow_2(id0); }
+
+  private native double GetFinalColorWindow_3();
+  public double GetFinalColorWindow()
+    { return GetFinalColorWindow_3(); }
+
+  private native void SetFinalColorLevel_4(double id0);
+  public void SetFinalColorLevel(double id0)
+    { SetFinalColorLevel_4(id0); }
+
+  private native double GetFinalColorLevel_5();
+  public double GetFinalColorLevel()
+    { return GetFinalColorLevel_5(); }
+
+  private native void SetRequestedRenderMode_6(int id0);
+  public void SetRequestedRenderMode(int id0)
+    { SetRequestedRenderMode_6(id0); }
+
+  private native void SetRequestedRenderModeToDefault_7();
+  public void SetRequestedRenderModeToDefault()
+    { SetRequestedRenderModeToDefault_7(); }
+
+  private native void SetRequestedRenderModeToRayCast_8();
+  public void SetRequestedRenderModeToRayCast()
+    { SetRequestedRenderModeToRayCast_8(); }
+
+  private native void SetRequestedRenderModeToGPU_9();
+  public void SetRequestedRenderModeToGPU()
+    { SetRequestedRenderModeToGPU_9(); }
+
+  private native void SetRequestedRenderModeToOSPRay_10();
+  public void SetRequestedRenderModeToOSPRay()
+    { SetRequestedRenderModeToOSPRay_10(); }
+
+  private native int GetRequestedRenderMode_11();
+  public int GetRequestedRenderMode()
+    { return GetRequestedRenderMode_11(); }
+
+  private native int GetLastUsedRenderMode_12();
+  public int GetLastUsedRenderMode()
+    { return GetLastUsedRenderMode_12(); }
+
+  private native void SetMaxMemoryInBytes_13(int id0);
+  public void SetMaxMemoryInBytes(int id0)
+    { SetMaxMemoryInBytes_13(id0); }
+
+  private native int GetMaxMemoryInBytes_14();
+  public int GetMaxMemoryInBytes()
+    { return GetMaxMemoryInBytes_14(); }
+
+  private native void SetMaxMemoryFraction_15(double id0);
+  public void SetMaxMemoryFraction(double id0)
+    { SetMaxMemoryFraction_15(id0); }
+
+  private native double GetMaxMemoryFractionMinValue_16();
+  public double GetMaxMemoryFractionMinValue()
+    { return GetMaxMemoryFractionMinValue_16(); }
+
+  private native double GetMaxMemoryFractionMaxValue_17();
+  public double GetMaxMemoryFractionMaxValue()
+    { return GetMaxMemoryFractionMaxValue_17(); }
+
+  private native double GetMaxMemoryFraction_18();
+  public double GetMaxMemoryFraction()
+    { return GetMaxMemoryFraction_18(); }
+
+  private native void SetInterpolationMode_19(int id0);
+  public void SetInterpolationMode(int id0)
+    { SetInterpolationMode_19(id0); }
+
+  private native int GetInterpolationModeMinValue_20();
+  public int GetInterpolationModeMinValue()
+    { return GetInterpolationModeMinValue_20(); }
+
+  private native int GetInterpolationModeMaxValue_21();
+  public int GetInterpolationModeMaxValue()
+    { return GetInterpolationModeMaxValue_21(); }
+
+  private native int GetInterpolationMode_22();
+  public int GetInterpolationMode()
+    { return GetInterpolationMode_22(); }
+
+  private native void SetInterpolationModeToNearestNeighbor_23();
+  public void SetInterpolationModeToNearestNeighbor()
+    { SetInterpolationModeToNearestNeighbor_23(); }
+
+  private native void SetInterpolationModeToLinear_24();
+  public void SetInterpolationModeToLinear()
+    { SetInterpolationModeToLinear_24(); }
+
+  private native void SetInterpolationModeToCubic_25();
+  public void SetInterpolationModeToCubic()
+    { SetInterpolationModeToCubic_25(); }
+
+  private native void CreateCanonicalView_26(vtkRenderer id0,vtkVolume id1,vtkVolume id2,vtkImageData id3,int id4,double id5[],double id6[]);
+  public void CreateCanonicalView(vtkRenderer id0,vtkVolume id1,vtkVolume id2,vtkImageData id3,int id4,double id5[],double id6[])
+    { CreateCanonicalView_26(id0,id1,id2,id3,id4,id5,id6); }
+
+  private native void SetInteractiveUpdateRate_27(double id0);
+  public void SetInteractiveUpdateRate(double id0)
+    { SetInteractiveUpdateRate_27(id0); }
+
+  private native double GetInteractiveUpdateRateMinValue_28();
+  public double GetInteractiveUpdateRateMinValue()
+    { return GetInteractiveUpdateRateMinValue_28(); }
+
+  private native double GetInteractiveUpdateRateMaxValue_29();
+  public double GetInteractiveUpdateRateMaxValue()
+    { return GetInteractiveUpdateRateMaxValue_29(); }
+
+  private native double GetInteractiveUpdateRate_30();
+  public double GetInteractiveUpdateRate()
+    { return GetInteractiveUpdateRate_30(); }
+
+  private native void SetInteractiveAdjustSampleDistances_31(int id0);
+  public void SetInteractiveAdjustSampleDistances(int id0)
+    { SetInteractiveAdjustSampleDistances_31(id0); }
+
+  private native int GetInteractiveAdjustSampleDistancesMinValue_32();
+  public int GetInteractiveAdjustSampleDistancesMinValue()
+    { return GetInteractiveAdjustSampleDistancesMinValue_32(); }
+
+  private native int GetInteractiveAdjustSampleDistancesMaxValue_33();
+  public int GetInteractiveAdjustSampleDistancesMaxValue()
+    { return GetInteractiveAdjustSampleDistancesMaxValue_33(); }
+
+  private native int GetInteractiveAdjustSampleDistances_34();
+  public int GetInteractiveAdjustSampleDistances()
+    { return GetInteractiveAdjustSampleDistances_34(); }
+
+  private native void InteractiveAdjustSampleDistancesOn_35();
+  public void InteractiveAdjustSampleDistancesOn()
+    { InteractiveAdjustSampleDistancesOn_35(); }
+
+  private native void InteractiveAdjustSampleDistancesOff_36();
+  public void InteractiveAdjustSampleDistancesOff()
+    { InteractiveAdjustSampleDistancesOff_36(); }
+
+  private native void SetAutoAdjustSampleDistances_37(int id0);
+  public void SetAutoAdjustSampleDistances(int id0)
+    { SetAutoAdjustSampleDistances_37(id0); }
+
+  private native int GetAutoAdjustSampleDistancesMinValue_38();
+  public int GetAutoAdjustSampleDistancesMinValue()
+    { return GetAutoAdjustSampleDistancesMinValue_38(); }
+
+  private native int GetAutoAdjustSampleDistancesMaxValue_39();
+  public int GetAutoAdjustSampleDistancesMaxValue()
+    { return GetAutoAdjustSampleDistancesMaxValue_39(); }
+
+  private native int GetAutoAdjustSampleDistances_40();
+  public int GetAutoAdjustSampleDistances()
+    { return GetAutoAdjustSampleDistances_40(); }
+
+  private native void AutoAdjustSampleDistancesOn_41();
+  public void AutoAdjustSampleDistancesOn()
+    { AutoAdjustSampleDistancesOn_41(); }
+
+  private native void AutoAdjustSampleDistancesOff_42();
+  public void AutoAdjustSampleDistancesOff()
+    { AutoAdjustSampleDistancesOff_42(); }
+
+  private native void SetSampleDistance_43(double id0);
+  public void SetSampleDistance(double id0)
+    { SetSampleDistance_43(id0); }
+
+  private native double GetSampleDistance_44();
+  public double GetSampleDistance()
+    { return GetSampleDistance_44(); }
+
+  private native void Render_45(vtkRenderer id0,vtkVolume id1);
+  public void Render(vtkRenderer id0,vtkVolume id1)
+    { Render_45(id0,id1); }
+
+  private native void ReleaseGraphicsResources_46(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_46(id0); }
+
+  private native void SetVectorMode_47(int id0);
+  public void SetVectorMode(int id0)
+    { SetVectorMode_47(id0); }
+
+  private native int GetVectorMode_48();
+  public int GetVectorMode()
+    { return GetVectorMode_48(); }
+
+  private native void SetVectorComponent_49(int id0);
+  public void SetVectorComponent(int id0)
+    { SetVectorComponent_49(id0); }
+
+  private native int GetVectorComponentMinValue_50();
+  public int GetVectorComponentMinValue()
+    { return GetVectorComponentMinValue_50(); }
+
+  private native int GetVectorComponentMaxValue_51();
+  public int GetVectorComponentMaxValue()
+    { return GetVectorComponentMaxValue_51(); }
+
+  private native int GetVectorComponent_52();
+  public int GetVectorComponent()
+    { return GetVectorComponent_52(); }
+
+  public vtkSmartVolumeMapper() { super(); }
+
+  public vtkSmartVolumeMapper(long id) { super(id); }
+  public native long   VTKInit();
+
+}