// java wrapper for vtkExtractSelection object // package vtk; import vtk.*; public class vtkExtractSelection extends vtkExtractSelectionBase { 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 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 vtkExtractSelection() { super(); } public vtkExtractSelection(long id) { super(id); } public native long VTKInit(); }