]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkFixedPointVolumeRayCastMapper.java
Introduce orientToDirection() method to pipe control point
[simantics/3d.git] / vtk / src / vtk / vtkFixedPointVolumeRayCastMapper.java
index 88385c0ca4024e24c2a8d6a93352633fc0854081..72153d022f853a4363715029f40607a59726f6c5 100644 (file)
-// java wrapper for vtkFixedPointVolumeRayCastMapper object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkFixedPointVolumeRayCastMapper 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 SetSampleDistance_2(double id0);\r
-  public void SetSampleDistance(double id0)\r
-    { SetSampleDistance_2(id0); }\r
-\r
-  private native double GetSampleDistance_3();\r
-  public double GetSampleDistance()\r
-    { return GetSampleDistance_3(); }\r
-\r
-  private native void SetInteractiveSampleDistance_4(double id0);\r
-  public void SetInteractiveSampleDistance(double id0)\r
-    { SetInteractiveSampleDistance_4(id0); }\r
-\r
-  private native double GetInteractiveSampleDistance_5();\r
-  public double GetInteractiveSampleDistance()\r
-    { return GetInteractiveSampleDistance_5(); }\r
-\r
-  private native void SetImageSampleDistance_6(double id0);\r
-  public void SetImageSampleDistance(double id0)\r
-    { SetImageSampleDistance_6(id0); }\r
-\r
-  private native double GetImageSampleDistanceMinValue_7();\r
-  public double GetImageSampleDistanceMinValue()\r
-    { return GetImageSampleDistanceMinValue_7(); }\r
-\r
-  private native double GetImageSampleDistanceMaxValue_8();\r
-  public double GetImageSampleDistanceMaxValue()\r
-    { return GetImageSampleDistanceMaxValue_8(); }\r
-\r
-  private native double GetImageSampleDistance_9();\r
-  public double GetImageSampleDistance()\r
-    { return GetImageSampleDistance_9(); }\r
-\r
-  private native void SetMinimumImageSampleDistance_10(double id0);\r
-  public void SetMinimumImageSampleDistance(double id0)\r
-    { SetMinimumImageSampleDistance_10(id0); }\r
-\r
-  private native double GetMinimumImageSampleDistanceMinValue_11();\r
-  public double GetMinimumImageSampleDistanceMinValue()\r
-    { return GetMinimumImageSampleDistanceMinValue_11(); }\r
-\r
-  private native double GetMinimumImageSampleDistanceMaxValue_12();\r
-  public double GetMinimumImageSampleDistanceMaxValue()\r
-    { return GetMinimumImageSampleDistanceMaxValue_12(); }\r
-\r
-  private native double GetMinimumImageSampleDistance_13();\r
-  public double GetMinimumImageSampleDistance()\r
-    { return GetMinimumImageSampleDistance_13(); }\r
-\r
-  private native void SetMaximumImageSampleDistance_14(double id0);\r
-  public void SetMaximumImageSampleDistance(double id0)\r
-    { SetMaximumImageSampleDistance_14(id0); }\r
-\r
-  private native double GetMaximumImageSampleDistanceMinValue_15();\r
-  public double GetMaximumImageSampleDistanceMinValue()\r
-    { return GetMaximumImageSampleDistanceMinValue_15(); }\r
-\r
-  private native double GetMaximumImageSampleDistanceMaxValue_16();\r
-  public double GetMaximumImageSampleDistanceMaxValue()\r
-    { return GetMaximumImageSampleDistanceMaxValue_16(); }\r
-\r
-  private native double GetMaximumImageSampleDistance_17();\r
-  public double GetMaximumImageSampleDistance()\r
-    { return GetMaximumImageSampleDistance_17(); }\r
-\r
-  private native void SetAutoAdjustSampleDistances_18(int id0);\r
-  public void SetAutoAdjustSampleDistances(int id0)\r
-    { SetAutoAdjustSampleDistances_18(id0); }\r
-\r
-  private native int GetAutoAdjustSampleDistancesMinValue_19();\r
-  public int GetAutoAdjustSampleDistancesMinValue()\r
-    { return GetAutoAdjustSampleDistancesMinValue_19(); }\r
-\r
-  private native int GetAutoAdjustSampleDistancesMaxValue_20();\r
-  public int GetAutoAdjustSampleDistancesMaxValue()\r
-    { return GetAutoAdjustSampleDistancesMaxValue_20(); }\r
-\r
-  private native int GetAutoAdjustSampleDistances_21();\r
-  public int GetAutoAdjustSampleDistances()\r
-    { return GetAutoAdjustSampleDistances_21(); }\r
-\r
-  private native void AutoAdjustSampleDistancesOn_22();\r
-  public void AutoAdjustSampleDistancesOn()\r
-    { AutoAdjustSampleDistancesOn_22(); }\r
-\r
-  private native void AutoAdjustSampleDistancesOff_23();\r
-  public void AutoAdjustSampleDistancesOff()\r
-    { AutoAdjustSampleDistancesOff_23(); }\r
-\r
-  private native void SetLockSampleDistanceToInputSpacing_24(int id0);\r
-  public void SetLockSampleDistanceToInputSpacing(int id0)\r
-    { SetLockSampleDistanceToInputSpacing_24(id0); }\r
-\r
-  private native int GetLockSampleDistanceToInputSpacingMinValue_25();\r
-  public int GetLockSampleDistanceToInputSpacingMinValue()\r
-    { return GetLockSampleDistanceToInputSpacingMinValue_25(); }\r
-\r
-  private native int GetLockSampleDistanceToInputSpacingMaxValue_26();\r
-  public int GetLockSampleDistanceToInputSpacingMaxValue()\r
-    { return GetLockSampleDistanceToInputSpacingMaxValue_26(); }\r
-\r
-  private native int GetLockSampleDistanceToInputSpacing_27();\r
-  public int GetLockSampleDistanceToInputSpacing()\r
-    { return GetLockSampleDistanceToInputSpacing_27(); }\r
-\r
-  private native void LockSampleDistanceToInputSpacingOn_28();\r
-  public void LockSampleDistanceToInputSpacingOn()\r
-    { LockSampleDistanceToInputSpacingOn_28(); }\r
-\r
-  private native void LockSampleDistanceToInputSpacingOff_29();\r
-  public void LockSampleDistanceToInputSpacingOff()\r
-    { LockSampleDistanceToInputSpacingOff_29(); }\r
-\r
-  private native void SetNumberOfThreads_30(int id0);\r
-  public void SetNumberOfThreads(int id0)\r
-    { SetNumberOfThreads_30(id0); }\r
-\r
-  private native int GetNumberOfThreads_31();\r
-  public int GetNumberOfThreads()\r
-    { return GetNumberOfThreads_31(); }\r
-\r
-  private native void SetIntermixIntersectingGeometry_32(int id0);\r
-  public void SetIntermixIntersectingGeometry(int id0)\r
-    { SetIntermixIntersectingGeometry_32(id0); }\r
-\r
-  private native int GetIntermixIntersectingGeometryMinValue_33();\r
-  public int GetIntermixIntersectingGeometryMinValue()\r
-    { return GetIntermixIntersectingGeometryMinValue_33(); }\r
-\r
-  private native int GetIntermixIntersectingGeometryMaxValue_34();\r
-  public int GetIntermixIntersectingGeometryMaxValue()\r
-    { return GetIntermixIntersectingGeometryMaxValue_34(); }\r
-\r
-  private native int GetIntermixIntersectingGeometry_35();\r
-  public int GetIntermixIntersectingGeometry()\r
-    { return GetIntermixIntersectingGeometry_35(); }\r
-\r
-  private native void IntermixIntersectingGeometryOn_36();\r
-  public void IntermixIntersectingGeometryOn()\r
-    { IntermixIntersectingGeometryOn_36(); }\r
-\r
-  private native void IntermixIntersectingGeometryOff_37();\r
-  public void IntermixIntersectingGeometryOff()\r
-    { IntermixIntersectingGeometryOff_37(); }\r
-\r
-  private native double ComputeRequiredImageSampleDistance_38(double id0,vtkRenderer id1);\r
-  public double ComputeRequiredImageSampleDistance(double id0,vtkRenderer id1)\r
-    { return ComputeRequiredImageSampleDistance_38(id0,id1); }\r
-\r
-  private native double ComputeRequiredImageSampleDistance_39(double id0,vtkRenderer id1,vtkVolume id2);\r
-  public double ComputeRequiredImageSampleDistance(double id0,vtkRenderer id1,vtkVolume id2)\r
-    { return ComputeRequiredImageSampleDistance_39(id0,id1,id2); }\r
-\r
-  private native void Render_40(vtkRenderer id0,vtkVolume id1);\r
-  public void Render(vtkRenderer id0,vtkVolume id1)\r
-    { Render_40(id0,id1); }\r
-\r
-  private native int ToFixedPointPosition_41(double id0);\r
-  public int ToFixedPointPosition(double id0)\r
-    { return ToFixedPointPosition_41(id0); }\r
-\r
-  private native int ToFixedPointDirection_42(double id0);\r
-  public int ToFixedPointDirection(double id0)\r
-    { return ToFixedPointDirection_42(id0); }\r
-\r
-  private native long GetRenderWindow_43();\r
-  public vtkRenderWindow GetRenderWindow() {\r
-    long temp = GetRenderWindow_43();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkRenderWindow)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetMIPHelper_44();\r
-  public vtkFixedPointVolumeRayCastMIPHelper GetMIPHelper() {\r
-    long temp = GetMIPHelper_44();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkFixedPointVolumeRayCastMIPHelper)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetCompositeHelper_45();\r
-  public vtkFixedPointVolumeRayCastCompositeHelper GetCompositeHelper() {\r
-    long temp = GetCompositeHelper_45();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkFixedPointVolumeRayCastCompositeHelper)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetCompositeGOHelper_46();\r
-  public vtkFixedPointVolumeRayCastCompositeGOHelper GetCompositeGOHelper() {\r
-    long temp = GetCompositeGOHelper_46();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkFixedPointVolumeRayCastCompositeGOHelper)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetCompositeGOShadeHelper_47();\r
-  public vtkFixedPointVolumeRayCastCompositeGOShadeHelper GetCompositeGOShadeHelper() {\r
-    long temp = GetCompositeGOShadeHelper_47();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkFixedPointVolumeRayCastCompositeGOShadeHelper)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetCompositeShadeHelper_48();\r
-  public vtkFixedPointVolumeRayCastCompositeShadeHelper GetCompositeShadeHelper() {\r
-    long temp = GetCompositeShadeHelper_48();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkFixedPointVolumeRayCastCompositeShadeHelper)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native double[] GetTableShift_49();\r
-  public double[] GetTableShift()\r
-    { return GetTableShift_49(); }\r
-\r
-  private native double[] GetTableScale_50();\r
-  public double[] GetTableScale()\r
-    { return GetTableScale_50(); }\r
-\r
-  private native int GetShadingRequired_51();\r
-  public int GetShadingRequired()\r
-    { return GetShadingRequired_51(); }\r
-\r
-  private native int GetGradientOpacityRequired_52();\r
-  public int GetGradientOpacityRequired()\r
-    { return GetGradientOpacityRequired_52(); }\r
-\r
-  private native long GetCurrentScalars_53();\r
-  public vtkDataArray GetCurrentScalars() {\r
-    long temp = GetCurrentScalars_53();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkDataArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetPreviousScalars_54();\r
-  public vtkDataArray GetPreviousScalars() {\r
-    long temp = GetPreviousScalars_54();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkDataArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetVolume_55();\r
-  public vtkVolume GetVolume() {\r
-    long temp = GetVolume_55();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkVolume)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void InitializeRayInfo_56(vtkVolume id0);\r
-  public void InitializeRayInfo(vtkVolume id0)\r
-    { InitializeRayInfo_56(id0); }\r
-\r
-  private native int ShouldUseNearestNeighborInterpolation_57(vtkVolume id0);\r
-  public int ShouldUseNearestNeighborInterpolation(vtkVolume id0)\r
-    { return ShouldUseNearestNeighborInterpolation_57(id0); }\r
-\r
-  private native void SetRayCastImage_58(vtkFixedPointRayCastImage id0);\r
-  public void SetRayCastImage(vtkFixedPointRayCastImage id0)\r
-    { SetRayCastImage_58(id0); }\r
-\r
-  private native long GetRayCastImage_59();\r
-  public vtkFixedPointRayCastImage GetRayCastImage() {\r
-    long temp = GetRayCastImage_59();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkFixedPointRayCastImage)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void PerVolumeInitialization_60(vtkRenderer id0,vtkVolume id1);\r
-  public void PerVolumeInitialization(vtkRenderer id0,vtkVolume id1)\r
-    { PerVolumeInitialization_60(id0,id1); }\r
-\r
-  private native void PerSubVolumeInitialization_61(vtkRenderer id0,vtkVolume id1,int id2);\r
-  public void PerSubVolumeInitialization(vtkRenderer id0,vtkVolume id1,int id2)\r
-    { PerSubVolumeInitialization_61(id0,id1,id2); }\r
-\r
-  private native void RenderSubVolume_62();\r
-  public void RenderSubVolume()\r
-    { RenderSubVolume_62(); }\r
-\r
-  private native void DisplayRenderedImage_63(vtkRenderer id0,vtkVolume id1);\r
-  public void DisplayRenderedImage(vtkRenderer id0,vtkVolume id1)\r
-    { DisplayRenderedImage_63(id0,id1); }\r
-\r
-  private native void AbortRender_64();\r
-  public void AbortRender()\r
-    { AbortRender_64(); }\r
-\r
-  private native void CreateCanonicalView_65(vtkVolume id0,vtkImageData id1,int id2,double id3[],double id4[]);\r
-  public void CreateCanonicalView(vtkVolume id0,vtkImageData id1,int id2,double id3[],double id4[])\r
-    { CreateCanonicalView_65(id0,id1,id2,id3,id4); }\r
-\r
-  private native double GetEstimatedRenderTime_66(vtkRenderer id0,vtkVolume id1);\r
-  public double GetEstimatedRenderTime(vtkRenderer id0,vtkVolume id1)\r
-    { return GetEstimatedRenderTime_66(id0,id1); }\r
-\r
-  private native double GetEstimatedRenderTime_67(vtkRenderer id0);\r
-  public double GetEstimatedRenderTime(vtkRenderer id0)\r
-    { return GetEstimatedRenderTime_67(id0); }\r
-\r
-  private native void SetFinalColorWindow_68(double id0);\r
-  public void SetFinalColorWindow(double id0)\r
-    { SetFinalColorWindow_68(id0); }\r
-\r
-  private native double GetFinalColorWindow_69();\r
-  public double GetFinalColorWindow()\r
-    { return GetFinalColorWindow_69(); }\r
-\r
-  private native void SetFinalColorLevel_70(double id0);\r
-  public void SetFinalColorLevel(double id0)\r
-    { SetFinalColorLevel_70(id0); }\r
-\r
-  private native double GetFinalColorLevel_71();\r
-  public double GetFinalColorLevel()\r
-    { return GetFinalColorLevel_71(); }\r
-\r
-  private native int GetFlipMIPComparison_72();\r
-  public int GetFlipMIPComparison()\r
-    { return GetFlipMIPComparison_72(); }\r
-\r
-  public vtkFixedPointVolumeRayCastMapper() { super(); }\r
-\r
-  public vtkFixedPointVolumeRayCastMapper(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkFixedPointVolumeRayCastMapper object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkFixedPointVolumeRayCastMapper 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 SetSampleDistance_2(double id0);
+  public void SetSampleDistance(double id0)
+    { SetSampleDistance_2(id0); }
+
+  private native double GetSampleDistance_3();
+  public double GetSampleDistance()
+    { return GetSampleDistance_3(); }
+
+  private native void SetInteractiveSampleDistance_4(double id0);
+  public void SetInteractiveSampleDistance(double id0)
+    { SetInteractiveSampleDistance_4(id0); }
+
+  private native double GetInteractiveSampleDistance_5();
+  public double GetInteractiveSampleDistance()
+    { return GetInteractiveSampleDistance_5(); }
+
+  private native void SetImageSampleDistance_6(double id0);
+  public void SetImageSampleDistance(double id0)
+    { SetImageSampleDistance_6(id0); }
+
+  private native double GetImageSampleDistanceMinValue_7();
+  public double GetImageSampleDistanceMinValue()
+    { return GetImageSampleDistanceMinValue_7(); }
+
+  private native double GetImageSampleDistanceMaxValue_8();
+  public double GetImageSampleDistanceMaxValue()
+    { return GetImageSampleDistanceMaxValue_8(); }
+
+  private native double GetImageSampleDistance_9();
+  public double GetImageSampleDistance()
+    { return GetImageSampleDistance_9(); }
+
+  private native void SetMinimumImageSampleDistance_10(double id0);
+  public void SetMinimumImageSampleDistance(double id0)
+    { SetMinimumImageSampleDistance_10(id0); }
+
+  private native double GetMinimumImageSampleDistanceMinValue_11();
+  public double GetMinimumImageSampleDistanceMinValue()
+    { return GetMinimumImageSampleDistanceMinValue_11(); }
+
+  private native double GetMinimumImageSampleDistanceMaxValue_12();
+  public double GetMinimumImageSampleDistanceMaxValue()
+    { return GetMinimumImageSampleDistanceMaxValue_12(); }
+
+  private native double GetMinimumImageSampleDistance_13();
+  public double GetMinimumImageSampleDistance()
+    { return GetMinimumImageSampleDistance_13(); }
+
+  private native void SetMaximumImageSampleDistance_14(double id0);
+  public void SetMaximumImageSampleDistance(double id0)
+    { SetMaximumImageSampleDistance_14(id0); }
+
+  private native double GetMaximumImageSampleDistanceMinValue_15();
+  public double GetMaximumImageSampleDistanceMinValue()
+    { return GetMaximumImageSampleDistanceMinValue_15(); }
+
+  private native double GetMaximumImageSampleDistanceMaxValue_16();
+  public double GetMaximumImageSampleDistanceMaxValue()
+    { return GetMaximumImageSampleDistanceMaxValue_16(); }
+
+  private native double GetMaximumImageSampleDistance_17();
+  public double GetMaximumImageSampleDistance()
+    { return GetMaximumImageSampleDistance_17(); }
+
+  private native void SetAutoAdjustSampleDistances_18(int id0);
+  public void SetAutoAdjustSampleDistances(int id0)
+    { SetAutoAdjustSampleDistances_18(id0); }
+
+  private native int GetAutoAdjustSampleDistancesMinValue_19();
+  public int GetAutoAdjustSampleDistancesMinValue()
+    { return GetAutoAdjustSampleDistancesMinValue_19(); }
+
+  private native int GetAutoAdjustSampleDistancesMaxValue_20();
+  public int GetAutoAdjustSampleDistancesMaxValue()
+    { return GetAutoAdjustSampleDistancesMaxValue_20(); }
+
+  private native int GetAutoAdjustSampleDistances_21();
+  public int GetAutoAdjustSampleDistances()
+    { return GetAutoAdjustSampleDistances_21(); }
+
+  private native void AutoAdjustSampleDistancesOn_22();
+  public void AutoAdjustSampleDistancesOn()
+    { AutoAdjustSampleDistancesOn_22(); }
+
+  private native void AutoAdjustSampleDistancesOff_23();
+  public void AutoAdjustSampleDistancesOff()
+    { AutoAdjustSampleDistancesOff_23(); }
+
+  private native void SetLockSampleDistanceToInputSpacing_24(int id0);
+  public void SetLockSampleDistanceToInputSpacing(int id0)
+    { SetLockSampleDistanceToInputSpacing_24(id0); }
+
+  private native int GetLockSampleDistanceToInputSpacingMinValue_25();
+  public int GetLockSampleDistanceToInputSpacingMinValue()
+    { return GetLockSampleDistanceToInputSpacingMinValue_25(); }
+
+  private native int GetLockSampleDistanceToInputSpacingMaxValue_26();
+  public int GetLockSampleDistanceToInputSpacingMaxValue()
+    { return GetLockSampleDistanceToInputSpacingMaxValue_26(); }
+
+  private native int GetLockSampleDistanceToInputSpacing_27();
+  public int GetLockSampleDistanceToInputSpacing()
+    { return GetLockSampleDistanceToInputSpacing_27(); }
+
+  private native void LockSampleDistanceToInputSpacingOn_28();
+  public void LockSampleDistanceToInputSpacingOn()
+    { LockSampleDistanceToInputSpacingOn_28(); }
+
+  private native void LockSampleDistanceToInputSpacingOff_29();
+  public void LockSampleDistanceToInputSpacingOff()
+    { LockSampleDistanceToInputSpacingOff_29(); }
+
+  private native void SetNumberOfThreads_30(int id0);
+  public void SetNumberOfThreads(int id0)
+    { SetNumberOfThreads_30(id0); }
+
+  private native int GetNumberOfThreads_31();
+  public int GetNumberOfThreads()
+    { return GetNumberOfThreads_31(); }
+
+  private native void SetIntermixIntersectingGeometry_32(int id0);
+  public void SetIntermixIntersectingGeometry(int id0)
+    { SetIntermixIntersectingGeometry_32(id0); }
+
+  private native int GetIntermixIntersectingGeometryMinValue_33();
+  public int GetIntermixIntersectingGeometryMinValue()
+    { return GetIntermixIntersectingGeometryMinValue_33(); }
+
+  private native int GetIntermixIntersectingGeometryMaxValue_34();
+  public int GetIntermixIntersectingGeometryMaxValue()
+    { return GetIntermixIntersectingGeometryMaxValue_34(); }
+
+  private native int GetIntermixIntersectingGeometry_35();
+  public int GetIntermixIntersectingGeometry()
+    { return GetIntermixIntersectingGeometry_35(); }
+
+  private native void IntermixIntersectingGeometryOn_36();
+  public void IntermixIntersectingGeometryOn()
+    { IntermixIntersectingGeometryOn_36(); }
+
+  private native void IntermixIntersectingGeometryOff_37();
+  public void IntermixIntersectingGeometryOff()
+    { IntermixIntersectingGeometryOff_37(); }
+
+  private native double ComputeRequiredImageSampleDistance_38(double id0,vtkRenderer id1);
+  public double ComputeRequiredImageSampleDistance(double id0,vtkRenderer id1)
+    { return ComputeRequiredImageSampleDistance_38(id0,id1); }
+
+  private native double ComputeRequiredImageSampleDistance_39(double id0,vtkRenderer id1,vtkVolume id2);
+  public double ComputeRequiredImageSampleDistance(double id0,vtkRenderer id1,vtkVolume id2)
+    { return ComputeRequiredImageSampleDistance_39(id0,id1,id2); }
+
+  private native void Render_40(vtkRenderer id0,vtkVolume id1);
+  public void Render(vtkRenderer id0,vtkVolume id1)
+    { Render_40(id0,id1); }
+
+  private native int ToFixedPointPosition_41(double id0);
+  public int ToFixedPointPosition(double id0)
+    { return ToFixedPointPosition_41(id0); }
+
+  private native int ToFixedPointDirection_42(double id0);
+  public int ToFixedPointDirection(double id0)
+    { return ToFixedPointDirection_42(id0); }
+
+  private native long GetRenderWindow_43();
+  public vtkRenderWindow GetRenderWindow() {
+    long temp = GetRenderWindow_43();
+
+    if (temp == 0) return null;
+    return (vtkRenderWindow)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetMIPHelper_44();
+  public vtkFixedPointVolumeRayCastMIPHelper GetMIPHelper() {
+    long temp = GetMIPHelper_44();
+
+    if (temp == 0) return null;
+    return (vtkFixedPointVolumeRayCastMIPHelper)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetCompositeHelper_45();
+  public vtkFixedPointVolumeRayCastCompositeHelper GetCompositeHelper() {
+    long temp = GetCompositeHelper_45();
+
+    if (temp == 0) return null;
+    return (vtkFixedPointVolumeRayCastCompositeHelper)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetCompositeGOHelper_46();
+  public vtkFixedPointVolumeRayCastCompositeGOHelper GetCompositeGOHelper() {
+    long temp = GetCompositeGOHelper_46();
+
+    if (temp == 0) return null;
+    return (vtkFixedPointVolumeRayCastCompositeGOHelper)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetCompositeGOShadeHelper_47();
+  public vtkFixedPointVolumeRayCastCompositeGOShadeHelper GetCompositeGOShadeHelper() {
+    long temp = GetCompositeGOShadeHelper_47();
+
+    if (temp == 0) return null;
+    return (vtkFixedPointVolumeRayCastCompositeGOShadeHelper)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetCompositeShadeHelper_48();
+  public vtkFixedPointVolumeRayCastCompositeShadeHelper GetCompositeShadeHelper() {
+    long temp = GetCompositeShadeHelper_48();
+
+    if (temp == 0) return null;
+    return (vtkFixedPointVolumeRayCastCompositeShadeHelper)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native double[] GetTableShift_49();
+  public double[] GetTableShift()
+    { return GetTableShift_49(); }
+
+  private native double[] GetTableScale_50();
+  public double[] GetTableScale()
+    { return GetTableScale_50(); }
+
+  private native int GetShadingRequired_51();
+  public int GetShadingRequired()
+    { return GetShadingRequired_51(); }
+
+  private native int GetGradientOpacityRequired_52();
+  public int GetGradientOpacityRequired()
+    { return GetGradientOpacityRequired_52(); }
+
+  private native long GetCurrentScalars_53();
+  public vtkDataArray GetCurrentScalars() {
+    long temp = GetCurrentScalars_53();
+
+    if (temp == 0) return null;
+    return (vtkDataArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetPreviousScalars_54();
+  public vtkDataArray GetPreviousScalars() {
+    long temp = GetPreviousScalars_54();
+
+    if (temp == 0) return null;
+    return (vtkDataArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetVolume_55();
+  public vtkVolume GetVolume() {
+    long temp = GetVolume_55();
+
+    if (temp == 0) return null;
+    return (vtkVolume)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void InitializeRayInfo_56(vtkVolume id0);
+  public void InitializeRayInfo(vtkVolume id0)
+    { InitializeRayInfo_56(id0); }
+
+  private native int ShouldUseNearestNeighborInterpolation_57(vtkVolume id0);
+  public int ShouldUseNearestNeighborInterpolation(vtkVolume id0)
+    { return ShouldUseNearestNeighborInterpolation_57(id0); }
+
+  private native void SetRayCastImage_58(vtkFixedPointRayCastImage id0);
+  public void SetRayCastImage(vtkFixedPointRayCastImage id0)
+    { SetRayCastImage_58(id0); }
+
+  private native long GetRayCastImage_59();
+  public vtkFixedPointRayCastImage GetRayCastImage() {
+    long temp = GetRayCastImage_59();
+
+    if (temp == 0) return null;
+    return (vtkFixedPointRayCastImage)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void PerVolumeInitialization_60(vtkRenderer id0,vtkVolume id1);
+  public void PerVolumeInitialization(vtkRenderer id0,vtkVolume id1)
+    { PerVolumeInitialization_60(id0,id1); }
+
+  private native void PerSubVolumeInitialization_61(vtkRenderer id0,vtkVolume id1,int id2);
+  public void PerSubVolumeInitialization(vtkRenderer id0,vtkVolume id1,int id2)
+    { PerSubVolumeInitialization_61(id0,id1,id2); }
+
+  private native void RenderSubVolume_62();
+  public void RenderSubVolume()
+    { RenderSubVolume_62(); }
+
+  private native void DisplayRenderedImage_63(vtkRenderer id0,vtkVolume id1);
+  public void DisplayRenderedImage(vtkRenderer id0,vtkVolume id1)
+    { DisplayRenderedImage_63(id0,id1); }
+
+  private native void AbortRender_64();
+  public void AbortRender()
+    { AbortRender_64(); }
+
+  private native void CreateCanonicalView_65(vtkVolume id0,vtkImageData id1,int id2,double id3[],double id4[]);
+  public void CreateCanonicalView(vtkVolume id0,vtkImageData id1,int id2,double id3[],double id4[])
+    { CreateCanonicalView_65(id0,id1,id2,id3,id4); }
+
+  private native double GetEstimatedRenderTime_66(vtkRenderer id0,vtkVolume id1);
+  public double GetEstimatedRenderTime(vtkRenderer id0,vtkVolume id1)
+    { return GetEstimatedRenderTime_66(id0,id1); }
+
+  private native double GetEstimatedRenderTime_67(vtkRenderer id0);
+  public double GetEstimatedRenderTime(vtkRenderer id0)
+    { return GetEstimatedRenderTime_67(id0); }
+
+  private native void SetFinalColorWindow_68(double id0);
+  public void SetFinalColorWindow(double id0)
+    { SetFinalColorWindow_68(id0); }
+
+  private native double GetFinalColorWindow_69();
+  public double GetFinalColorWindow()
+    { return GetFinalColorWindow_69(); }
+
+  private native void SetFinalColorLevel_70(double id0);
+  public void SetFinalColorLevel(double id0)
+    { SetFinalColorLevel_70(id0); }
+
+  private native double GetFinalColorLevel_71();
+  public double GetFinalColorLevel()
+    { return GetFinalColorLevel_71(); }
+
+  private native int GetFlipMIPComparison_72();
+  public int GetFlipMIPComparison()
+    { return GetFlipMIPComparison_72(); }
+
+  private native void ReleaseGraphicsResources_73(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_73(id0); }
+
+  public vtkFixedPointVolumeRayCastMapper() { super(); }
+
+  public vtkFixedPointVolumeRayCastMapper(long id) { super(id); }
+  public native long   VTKInit();
+
+}