X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkRayCastImageDisplayHelper.java;h=77e8e66d2139300ef1a53abaafa8f43c5cfa516e;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=b5f5bb7d9dd490289557bbe9b0c5fc9a7bbaeca3;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkRayCastImageDisplayHelper.java b/vtk/src/vtk/vtkRayCastImageDisplayHelper.java index b5f5bb7d..77e8e66d 100644 --- a/vtk/src/vtk/vtkRayCastImageDisplayHelper.java +++ b/vtk/src/vtk/vtkRayCastImageDisplayHelper.java @@ -1,58 +1,63 @@ -// java wrapper for vtkRayCastImageDisplayHelper object -// - -package vtk; -import vtk.*; - -public class vtkRayCastImageDisplayHelper extends vtkObject -{ - - 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 RenderTexture_2(vtkVolume id0,vtkRenderer id1,vtkFixedPointRayCastImage id2,double id3); - public void RenderTexture(vtkVolume id0,vtkRenderer id1,vtkFixedPointRayCastImage id2,double id3) - { RenderTexture_2(id0,id1,id2,id3); } - - private native void SetPreMultipliedColors_3(int id0); - public void SetPreMultipliedColors(int id0) - { SetPreMultipliedColors_3(id0); } - - private native int GetPreMultipliedColorsMinValue_4(); - public int GetPreMultipliedColorsMinValue() - { return GetPreMultipliedColorsMinValue_4(); } - - private native int GetPreMultipliedColorsMaxValue_5(); - public int GetPreMultipliedColorsMaxValue() - { return GetPreMultipliedColorsMaxValue_5(); } - - private native int GetPreMultipliedColors_6(); - public int GetPreMultipliedColors() - { return GetPreMultipliedColors_6(); } - - private native void PreMultipliedColorsOn_7(); - public void PreMultipliedColorsOn() - { PreMultipliedColorsOn_7(); } - - private native void PreMultipliedColorsOff_8(); - public void PreMultipliedColorsOff() - { PreMultipliedColorsOff_8(); } - - private native void SetPixelScale_9(double id0); - public void SetPixelScale(double id0) - { SetPixelScale_9(id0); } - - private native double GetPixelScale_10(); - public double GetPixelScale() - { return GetPixelScale_10(); } - - public vtkRayCastImageDisplayHelper() { super(); } - - public vtkRayCastImageDisplayHelper(long id) { super(id); } - -} +// java wrapper for vtkRayCastImageDisplayHelper object +// + +package vtk; +import vtk.*; + +public class vtkRayCastImageDisplayHelper extends vtkObject +{ + + 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 RenderTexture_2(vtkVolume id0,vtkRenderer id1,vtkFixedPointRayCastImage id2,double id3); + public void RenderTexture(vtkVolume id0,vtkRenderer id1,vtkFixedPointRayCastImage id2,double id3) + { RenderTexture_2(id0,id1,id2,id3); } + + private native void SetPreMultipliedColors_3(int id0); + public void SetPreMultipliedColors(int id0) + { SetPreMultipliedColors_3(id0); } + + private native int GetPreMultipliedColorsMinValue_4(); + public int GetPreMultipliedColorsMinValue() + { return GetPreMultipliedColorsMinValue_4(); } + + private native int GetPreMultipliedColorsMaxValue_5(); + public int GetPreMultipliedColorsMaxValue() + { return GetPreMultipliedColorsMaxValue_5(); } + + private native int GetPreMultipliedColors_6(); + public int GetPreMultipliedColors() + { return GetPreMultipliedColors_6(); } + + private native void PreMultipliedColorsOn_7(); + public void PreMultipliedColorsOn() + { PreMultipliedColorsOn_7(); } + + private native void PreMultipliedColorsOff_8(); + public void PreMultipliedColorsOff() + { PreMultipliedColorsOff_8(); } + + private native void SetPixelScale_9(double id0); + public void SetPixelScale(double id0) + { SetPixelScale_9(id0); } + + private native double GetPixelScale_10(); + public double GetPixelScale() + { return GetPixelScale_10(); } + + private native void ReleaseGraphicsResources_11(vtkWindow id0); + public void ReleaseGraphicsResources(vtkWindow id0) + { ReleaseGraphicsResources_11(id0); } + + public vtkRayCastImageDisplayHelper() { super(); } + + public vtkRayCastImageDisplayHelper(long id) { super(id); } + public native long VTKInit(); + +}