// java wrapper for vtkExtractSelectionBase object // package vtk; import vtk.*; public class vtkExtractSelectionBase extends vtkDataObjectAlgorithm { 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 SetSelectionConnection_2(vtkAlgorithmOutput id0); public void SetSelectionConnection(vtkAlgorithmOutput id0) { SetSelectionConnection_2(id0); } private native void SetPreserveTopology_3(int id0); public void SetPreserveTopology(int id0) { SetPreserveTopology_3(id0); } private native int GetPreserveTopology_4(); public int GetPreserveTopology() { return GetPreserveTopology_4(); } private native void PreserveTopologyOn_5(); public void PreserveTopologyOn() { PreserveTopologyOn_5(); } private native void PreserveTopologyOff_6(); public void PreserveTopologyOff() { PreserveTopologyOff_6(); } public vtkExtractSelectionBase() { super(); } public vtkExtractSelectionBase(long id) { super(id); } }