// java wrapper for vtkKdTreeSelector object // package vtk; import vtk.*; public class vtkKdTreeSelector extends vtkSelectionAlgorithm { 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 SetKdTree_2(vtkKdTree id0); public void SetKdTree(vtkKdTree id0) { SetKdTree_2(id0); } private native long GetKdTree_3(); public vtkKdTree GetKdTree() { long temp = GetKdTree_3(); if (temp == 0) return null; return (vtkKdTree)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetSelectionBounds_4(double id0,double id1,double id2,double id3,double id4,double id5); public void SetSelectionBounds(double id0,double id1,double id2,double id3,double id4,double id5) { SetSelectionBounds_4(id0,id1,id2,id3,id4,id5); } private native void SetSelectionBounds_5(double id0[]); public void SetSelectionBounds(double id0[]) { SetSelectionBounds_5(id0); } private native double[] GetSelectionBounds_6(); public double[] GetSelectionBounds() { return GetSelectionBounds_6(); } private native void SetSelectionFieldName_7(String id0); public void SetSelectionFieldName(String id0) { SetSelectionFieldName_7(id0); } private native String GetSelectionFieldName_8(); public String GetSelectionFieldName() { return GetSelectionFieldName_8(); } private native void SetSelectionAttribute_9(int id0); public void SetSelectionAttribute(int id0) { SetSelectionAttribute_9(id0); } private native int GetSelectionAttribute_10(); public int GetSelectionAttribute() { return GetSelectionAttribute_10(); } private native void SetSingleSelection_11(boolean id0); public void SetSingleSelection(boolean id0) { SetSingleSelection_11(id0); } private native boolean GetSingleSelection_12(); public boolean GetSingleSelection() { return GetSingleSelection_12(); } private native void SingleSelectionOn_13(); public void SingleSelectionOn() { SingleSelectionOn_13(); } private native void SingleSelectionOff_14(); public void SingleSelectionOff() { SingleSelectionOff_14(); } private native void SetSingleSelectionThreshold_15(double id0); public void SetSingleSelectionThreshold(double id0) { SetSingleSelectionThreshold_15(id0); } private native double GetSingleSelectionThreshold_16(); public double GetSingleSelectionThreshold() { return GetSingleSelectionThreshold_16(); } private native int GetMTime_17(); public int GetMTime() { return GetMTime_17(); } public vtkKdTreeSelector() { super(); } public vtkKdTreeSelector(long id) { super(id); } public native long VTKInit(); }