X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkFixedPointVolumeRayCastMapper.java;h=72153d022f853a4363715029f40607a59726f6c5;hb=79528578707a2103753d895b520fdc6439f52d3e;hp=88385c0ca4024e24c2a8d6a93352633fc0854081;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkFixedPointVolumeRayCastMapper.java b/vtk/src/vtk/vtkFixedPointVolumeRayCastMapper.java index 88385c0c..72153d02 100644 --- a/vtk/src/vtk/vtkFixedPointVolumeRayCastMapper.java +++ b/vtk/src/vtk/vtkFixedPointVolumeRayCastMapper.java @@ -1,347 +1,351 @@ -// java wrapper for vtkFixedPointVolumeRayCastMapper object -// - -package vtk; -import vtk.*; - -public class vtkFixedPointVolumeRayCastMapper extends vtkVolumeMapper -{ - - 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 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)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetMIPHelper_44(); - public vtkFixedPointVolumeRayCastMIPHelper GetMIPHelper() { - long temp = GetMIPHelper_44(); - - if (temp == 0) return null; - return (vtkFixedPointVolumeRayCastMIPHelper)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetCompositeHelper_45(); - public vtkFixedPointVolumeRayCastCompositeHelper GetCompositeHelper() { - long temp = GetCompositeHelper_45(); - - if (temp == 0) return null; - return (vtkFixedPointVolumeRayCastCompositeHelper)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetCompositeGOHelper_46(); - public vtkFixedPointVolumeRayCastCompositeGOHelper GetCompositeGOHelper() { - long temp = GetCompositeGOHelper_46(); - - if (temp == 0) return null; - return (vtkFixedPointVolumeRayCastCompositeGOHelper)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetCompositeGOShadeHelper_47(); - public vtkFixedPointVolumeRayCastCompositeGOShadeHelper GetCompositeGOShadeHelper() { - long temp = GetCompositeGOShadeHelper_47(); - - if (temp == 0) return null; - return (vtkFixedPointVolumeRayCastCompositeGOShadeHelper)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetCompositeShadeHelper_48(); - public vtkFixedPointVolumeRayCastCompositeShadeHelper GetCompositeShadeHelper() { - long temp = GetCompositeShadeHelper_48(); - - if (temp == 0) return null; - return (vtkFixedPointVolumeRayCastCompositeShadeHelper)vtkObject.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)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetPreviousScalars_54(); - public vtkDataArray GetPreviousScalars() { - long temp = GetPreviousScalars_54(); - - if (temp == 0) return null; - return (vtkDataArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetVolume_55(); - public vtkVolume GetVolume() { - long temp = GetVolume_55(); - - if (temp == 0) return null; - return (vtkVolume)vtkObject.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)vtkObject.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(); } - - public vtkFixedPointVolumeRayCastMapper() { super(); } - - public vtkFixedPointVolumeRayCastMapper(long id) { super(id); } - public native long VTKInit(); - -} +// 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(); + +}