1 // java wrapper for vtkRenderedSurfaceRepresentation object
7 public class vtkRenderedSurfaceRepresentation extends vtkRenderedRepresentation
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 SetCellColorArrayName_2(String id0);
19 public void SetCellColorArrayName(String id0)
20 { SetCellColorArrayName_2(id0); }
22 private native String GetCellColorArrayName_3();
23 public String GetCellColorArrayName()
24 { return GetCellColorArrayName_3(); }
26 private native void ApplyViewTheme_4(vtkViewTheme id0);
27 public void ApplyViewTheme(vtkViewTheme id0)
28 { ApplyViewTheme_4(id0); }
30 public vtkRenderedSurfaceRepresentation() { super(); }
32 public vtkRenderedSurfaceRepresentation(long id) { super(id); }
33 public native long VTKInit();