// java wrapper for vtkVolumeRayCastIsosurfaceFunction object // package vtk; import vtk.*; public class vtkVolumeRayCastIsosurfaceFunction 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 double GetZeroOpacityThreshold_2(vtkVolume id0); public double GetZeroOpacityThreshold(vtkVolume id0) { return GetZeroOpacityThreshold_2(id0); } private native void SetIsoValue_3(double id0); public void SetIsoValue(double id0) { SetIsoValue_3(id0); } private native double GetIsoValue_4(); public double GetIsoValue() { return GetIsoValue_4(); } public vtkVolumeRayCastIsosurfaceFunction() { super(); } public vtkVolumeRayCastIsosurfaceFunction(long id) { super(id); } public native long VTKInit(); }