// java wrapper for vtkPruneTreeFilter object // package vtk; import vtk.*; public class vtkPruneTreeFilter extends vtkTreeAlgorithm { 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 int GetParentVertex_2(); public int GetParentVertex() { return GetParentVertex_2(); } private native void SetParentVertex_3(int id0); public void SetParentVertex(int id0) { SetParentVertex_3(id0); } private native boolean GetShouldPruneParentVertex_4(); public boolean GetShouldPruneParentVertex() { return GetShouldPruneParentVertex_4(); } private native void SetShouldPruneParentVertex_5(boolean id0); public void SetShouldPruneParentVertex(boolean id0) { SetShouldPruneParentVertex_5(id0); } public vtkPruneTreeFilter() { super(); } public vtkPruneTreeFilter(long id) { super(id); } public native long VTKInit(); }