// java wrapper for vtkHAVSVolumeMapper object // package vtk; import vtk.*; public class vtkHAVSVolumeMapper extends vtkUnstructuredGridVolumeMapper { 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 SetPartiallyRemoveNonConvexities_2(boolean id0); public void SetPartiallyRemoveNonConvexities(boolean id0) { SetPartiallyRemoveNonConvexities_2(id0); } private native boolean GetPartiallyRemoveNonConvexities_3(); public boolean GetPartiallyRemoveNonConvexities() { return GetPartiallyRemoveNonConvexities_3(); } private native void SetLevelOfDetailTargetTime_4(double id0); public void SetLevelOfDetailTargetTime(double id0) { SetLevelOfDetailTargetTime_4(id0); } private native double GetLevelOfDetailTargetTime_5(); public double GetLevelOfDetailTargetTime() { return GetLevelOfDetailTargetTime_5(); } private native void SetLevelOfDetail_6(boolean id0); public void SetLevelOfDetail(boolean id0) { SetLevelOfDetail_6(id0); } private native boolean GetLevelOfDetail_7(); public boolean GetLevelOfDetail() { return GetLevelOfDetail_7(); } private native void SetLevelOfDetailMethod_8(int id0); public void SetLevelOfDetailMethod(int id0) { SetLevelOfDetailMethod_8(id0); } private native int GetLevelOfDetailMethod_9(); public int GetLevelOfDetailMethod() { return GetLevelOfDetailMethod_9(); } private native void SetLevelOfDetailMethodField_10(); public void SetLevelOfDetailMethodField() { SetLevelOfDetailMethodField_10(); } private native void SetLevelOfDetailMethodArea_11(); public void SetLevelOfDetailMethodArea() { SetLevelOfDetailMethodArea_11(); } private native void SetKBufferSize_12(int id0); public void SetKBufferSize(int id0) { SetKBufferSize_12(id0); } private native int GetKBufferSize_13(); public int GetKBufferSize() { return GetKBufferSize_13(); } private native void SetKBufferSizeTo2_14(); public void SetKBufferSizeTo2() { SetKBufferSizeTo2_14(); } private native void SetKBufferSizeTo6_15(); public void SetKBufferSizeTo6() { SetKBufferSizeTo6_15(); } private native boolean SupportedByHardware_16(vtkRenderer id0); public boolean SupportedByHardware(vtkRenderer id0) { return SupportedByHardware_16(id0); } private native void SetGPUDataStructures_17(boolean id0); public void SetGPUDataStructures(boolean id0) { SetGPUDataStructures_17(id0); } private native boolean GetGPUDataStructures_18(); public boolean GetGPUDataStructures() { return GetGPUDataStructures_18(); } public vtkHAVSVolumeMapper() { super(); } public vtkHAVSVolumeMapper(long id) { super(id); } public native long VTKInit(); }