// java wrapper for vtkHardwareSelectionPolyDataPainter object // package vtk; import vtk.*; public class vtkHardwareSelectionPolyDataPainter extends vtkStandardPolyDataPainter { 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 SetEnableSelection_2(int id0); public void SetEnableSelection(int id0) { SetEnableSelection_2(id0); } private native int GetEnableSelection_3(); public int GetEnableSelection() { return GetEnableSelection_3(); } private native void EnableSelectionOn_4(); public void EnableSelectionOn() { EnableSelectionOn_4(); } private native void EnableSelectionOff_5(); public void EnableSelectionOff() { EnableSelectionOff_5(); } public vtkHardwareSelectionPolyDataPainter() { super(); } public vtkHardwareSelectionPolyDataPainter(long id) { super(id); } public native long VTKInit(); }