1 // java wrapper for vtkClearRGBPass object
7 public class vtkClearRGBPass extends vtkRenderPass
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native void SetBackground_2(double id0,double id1,double id2);
19 public void SetBackground(double id0,double id1,double id2)
20 { SetBackground_2(id0,id1,id2); }
22 private native void SetBackground_3(double id0[]);
23 public void SetBackground(double id0[])
24 { SetBackground_3(id0); }
26 private native double[] GetBackground_4();
27 public double[] GetBackground()
28 { return GetBackground_4(); }
30 public vtkClearRGBPass() { super(); }
32 public vtkClearRGBPass(long id) { super(id); }
33 public native long VTKInit();