// java wrapper for vtkExtractSelectionLegacy object // package vtk; import vtk.*; public class vtkExtractSelectionLegacy extends vtkExtractSelectionBase { 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 SetShowBounds_2(int id0); public void SetShowBounds(int id0) { SetShowBounds_2(id0); } private native int GetShowBounds_3(); public int GetShowBounds() { return GetShowBounds_3(); } private native void ShowBoundsOn_4(); public void ShowBoundsOn() { ShowBoundsOn_4(); } private native void ShowBoundsOff_5(); public void ShowBoundsOff() { ShowBoundsOff_5(); } private native void SetUseProbeForLocations_6(int id0); public void SetUseProbeForLocations(int id0) { SetUseProbeForLocations_6(id0); } private native int GetUseProbeForLocations_7(); public int GetUseProbeForLocations() { return GetUseProbeForLocations_7(); } private native void UseProbeForLocationsOn_8(); public void UseProbeForLocationsOn() { UseProbeForLocationsOn_8(); } private native void UseProbeForLocationsOff_9(); public void UseProbeForLocationsOff() { UseProbeForLocationsOff_9(); } public vtkExtractSelectionLegacy() { super(); } public vtkExtractSelectionLegacy(long id) { super(id); } public native long VTKInit(); }