// java wrapper for vtkRenderedSurfaceRepresentation object // package vtk; import vtk.*; public class vtkRenderedSurfaceRepresentation extends vtkRenderedRepresentation { 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 SetCellColorArrayName_2(String id0); public void SetCellColorArrayName(String id0) { SetCellColorArrayName_2(id0); } private native String GetCellColorArrayName_3(); public String GetCellColorArrayName() { return GetCellColorArrayName_3(); } private native void ApplyViewTheme_4(vtkViewTheme id0); public void ApplyViewTheme(vtkViewTheme id0) { ApplyViewTheme_4(id0); } public vtkRenderedSurfaceRepresentation() { super(); } public vtkRenderedSurfaceRepresentation(long id) { super(id); } public native long VTKInit(); }