// java wrapper for vtkVolumeRayCastCompositeFunction object // package vtk; import vtk.*; public class vtkVolumeRayCastCompositeFunction extends vtkVolumeRayCastFunction { 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 SetCompositeMethod_2(int id0); public void SetCompositeMethod(int id0) { SetCompositeMethod_2(id0); } private native int GetCompositeMethodMinValue_3(); public int GetCompositeMethodMinValue() { return GetCompositeMethodMinValue_3(); } private native int GetCompositeMethodMaxValue_4(); public int GetCompositeMethodMaxValue() { return GetCompositeMethodMaxValue_4(); } private native int GetCompositeMethod_5(); public int GetCompositeMethod() { return GetCompositeMethod_5(); } private native void SetCompositeMethodToInterpolateFirst_6(); public void SetCompositeMethodToInterpolateFirst() { SetCompositeMethodToInterpolateFirst_6(); } private native void SetCompositeMethodToClassifyFirst_7(); public void SetCompositeMethodToClassifyFirst() { SetCompositeMethodToClassifyFirst_7(); } private native String GetCompositeMethodAsString_8(); public String GetCompositeMethodAsString() { return GetCompositeMethodAsString_8(); } private native double GetZeroOpacityThreshold_9(vtkVolume id0); public double GetZeroOpacityThreshold(vtkVolume id0) { return GetZeroOpacityThreshold_9(id0); } public vtkVolumeRayCastCompositeFunction() { super(); } public vtkVolumeRayCastCompositeFunction(long id) { super(id); } public native long VTKInit(); }