// java wrapper for vtkExtractSelectedGraph object // package vtk; import vtk.*; public class vtkExtractSelectedGraph extends vtkGraphAlgorithm { 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 SetAnnotationLayersConnection_3(vtkAlgorithmOutput id0); public void SetAnnotationLayersConnection(vtkAlgorithmOutput id0) { SetAnnotationLayersConnection_3(id0); } private native void SetRemoveIsolatedVertices_4(boolean id0); public void SetRemoveIsolatedVertices(boolean id0) { SetRemoveIsolatedVertices_4(id0); } private native boolean GetRemoveIsolatedVertices_5(); public boolean GetRemoveIsolatedVertices() { return GetRemoveIsolatedVertices_5(); } private native void RemoveIsolatedVerticesOn_6(); public void RemoveIsolatedVerticesOn() { RemoveIsolatedVerticesOn_6(); } private native void RemoveIsolatedVerticesOff_7(); public void RemoveIsolatedVerticesOff() { RemoveIsolatedVerticesOff_7(); } private native int FillInputPortInformation_8(int id0,vtkInformation id1); public int FillInputPortInformation(int id0,vtkInformation id1) { return FillInputPortInformation_8(id0,id1); } public vtkExtractSelectedGraph() { super(); } public vtkExtractSelectedGraph(long id) { super(id); } public native long VTKInit(); }