// java wrapper for vtkSmartVolumeMapper object // package vtk; import vtk.*; public class vtkSmartVolumeMapper 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 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 SetRequestedRenderModeToRayCastAndTexture_8(); public void SetRequestedRenderModeToRayCastAndTexture() { SetRequestedRenderModeToRayCastAndTexture_8(); } private native void SetRequestedRenderModeToRayCast_9(); public void SetRequestedRenderModeToRayCast() { SetRequestedRenderModeToRayCast_9(); } private native int GetRequestedRenderMode_10(); public int GetRequestedRenderMode() { return GetRequestedRenderMode_10(); } private native void SetInteractiveUpdateRate_11(double id0); public void SetInteractiveUpdateRate(double id0) { SetInteractiveUpdateRate_11(id0); } private native double GetInteractiveUpdateRateMinValue_12(); public double GetInteractiveUpdateRateMinValue() { return GetInteractiveUpdateRateMinValue_12(); } private native double GetInteractiveUpdateRateMaxValue_13(); public double GetInteractiveUpdateRateMaxValue() { return GetInteractiveUpdateRateMaxValue_13(); } private native double GetInteractiveUpdateRate_14(); public double GetInteractiveUpdateRate() { return GetInteractiveUpdateRate_14(); } private native int GetLastUsedRenderMode_15(); public int GetLastUsedRenderMode() { return GetLastUsedRenderMode_15(); } private native void SetMaxMemoryInBytes_16(int id0); public void SetMaxMemoryInBytes(int id0) { SetMaxMemoryInBytes_16(id0); } private native int GetMaxMemoryInBytes_17(); public int GetMaxMemoryInBytes() { return GetMaxMemoryInBytes_17(); } private native void SetMaxMemoryFraction_18(double id0); public void SetMaxMemoryFraction(double id0) { SetMaxMemoryFraction_18(id0); } private native double GetMaxMemoryFractionMinValue_19(); public double GetMaxMemoryFractionMinValue() { return GetMaxMemoryFractionMinValue_19(); } private native double GetMaxMemoryFractionMaxValue_20(); public double GetMaxMemoryFractionMaxValue() { return GetMaxMemoryFractionMaxValue_20(); } private native double GetMaxMemoryFraction_21(); public double GetMaxMemoryFraction() { return GetMaxMemoryFraction_21(); } private native void SetInterpolationMode_22(int id0); public void SetInterpolationMode(int id0) { SetInterpolationMode_22(id0); } private native int GetInterpolationModeMinValue_23(); public int GetInterpolationModeMinValue() { return GetInterpolationModeMinValue_23(); } private native int GetInterpolationModeMaxValue_24(); public int GetInterpolationModeMaxValue() { return GetInterpolationModeMaxValue_24(); } private native int GetInterpolationMode_25(); public int GetInterpolationMode() { return GetInterpolationMode_25(); } private native void SetInterpolationModeToNearestNeighbor_26(); public void SetInterpolationModeToNearestNeighbor() { SetInterpolationModeToNearestNeighbor_26(); } private native void SetInterpolationModeToLinear_27(); public void SetInterpolationModeToLinear() { SetInterpolationModeToLinear_27(); } private native void SetInterpolationModeToCubic_28(); public void SetInterpolationModeToCubic() { SetInterpolationModeToCubic_28(); } private native void CreateCanonicalView_29(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_29(id0,id1,id2,id3,id4,id5,id6); } private native void Render_30(vtkRenderer id0,vtkVolume id1); public void Render(vtkRenderer id0,vtkVolume id1) { Render_30(id0,id1); } private native void ReleaseGraphicsResources_31(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_31(id0); } public vtkSmartVolumeMapper() { super(); } public vtkSmartVolumeMapper(long id) { super(id); } public native long VTKInit(); }