// java wrapper for vtkImageStencil object // package vtk; import vtk.*; public class vtkImageStencil extends vtkThreadedImageAlgorithm { 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 SetStencilData_2(vtkImageStencilData id0); public void SetStencilData(vtkImageStencilData id0) { SetStencilData_2(id0); } private native long GetStencil_3(); public vtkImageStencilData GetStencil() { long temp = GetStencil_3(); if (temp == 0) return null; return (vtkImageStencilData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetStencilConnection_4(vtkAlgorithmOutput id0); public void SetStencilConnection(vtkAlgorithmOutput id0) { SetStencilConnection_4(id0); } private native void SetReverseStencil_5(int id0); public void SetReverseStencil(int id0) { SetReverseStencil_5(id0); } private native void ReverseStencilOn_6(); public void ReverseStencilOn() { ReverseStencilOn_6(); } private native void ReverseStencilOff_7(); public void ReverseStencilOff() { ReverseStencilOff_7(); } private native int GetReverseStencil_8(); public int GetReverseStencil() { return GetReverseStencil_8(); } private native void SetBackgroundInputData_9(vtkImageData id0); public void SetBackgroundInputData(vtkImageData id0) { SetBackgroundInputData_9(id0); } private native long GetBackgroundInput_10(); public vtkImageData GetBackgroundInput() { long temp = GetBackgroundInput_10(); if (temp == 0) return null; return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetBackgroundValue_11(double id0); public void SetBackgroundValue(double id0) { SetBackgroundValue_11(id0); } private native double GetBackgroundValue_12(); public double GetBackgroundValue() { return GetBackgroundValue_12(); } private native void SetBackgroundColor_13(double id0,double id1,double id2,double id3); public void SetBackgroundColor(double id0,double id1,double id2,double id3) { SetBackgroundColor_13(id0,id1,id2,id3); } private native void SetBackgroundColor_14(double id0[]); public void SetBackgroundColor(double id0[]) { SetBackgroundColor_14(id0); } private native double[] GetBackgroundColor_15(); public double[] GetBackgroundColor() { return GetBackgroundColor_15(); } public vtkImageStencil() { super(); } public vtkImageStencil(long id) { super(id); } public native long VTKInit(); }