// 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(); }