// java wrapper for vtkSphereTreeFilter object // package vtk; import vtk.*; public class vtkSphereTreeFilter extends vtkPolyDataAlgorithm { 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 SetSphereTree_2(vtkSphereTree id0); public void SetSphereTree(vtkSphereTree id0) { SetSphereTree_2(id0); } private native long GetSphereTree_3(); public vtkSphereTree GetSphereTree() { long temp = GetSphereTree_3(); if (temp == 0) return null; return (vtkSphereTree)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetExtractionMode_4(int id0); public void SetExtractionMode(int id0) { SetExtractionMode_4(id0); } private native int GetExtractionMode_5(); public int GetExtractionMode() { return GetExtractionMode_5(); } private native void SetExtractionModeToLevels_6(); public void SetExtractionModeToLevels() { SetExtractionModeToLevels_6(); } private native void SetExtractionModeToPoint_7(); public void SetExtractionModeToPoint() { SetExtractionModeToPoint_7(); } private native void SetExtractionModeToLine_8(); public void SetExtractionModeToLine() { SetExtractionModeToLine_8(); } private native void SetExtractionModeToPlane_9(); public void SetExtractionModeToPlane() { SetExtractionModeToPlane_9(); } private native String GetExtractionModeAsString_10(); public String GetExtractionModeAsString() { return GetExtractionModeAsString_10(); } private native void SetTreeHierarchy_11(boolean id0); public void SetTreeHierarchy(boolean id0) { SetTreeHierarchy_11(id0); } private native boolean GetTreeHierarchy_12(); public boolean GetTreeHierarchy() { return GetTreeHierarchy_12(); } private native void TreeHierarchyOn_13(); public void TreeHierarchyOn() { TreeHierarchyOn_13(); } private native void TreeHierarchyOff_14(); public void TreeHierarchyOff() { TreeHierarchyOff_14(); } private native void SetLevel_15(int id0); public void SetLevel(int id0) { SetLevel_15(id0); } private native int GetLevelMinValue_16(); public int GetLevelMinValue() { return GetLevelMinValue_16(); } private native int GetLevelMaxValue_17(); public int GetLevelMaxValue() { return GetLevelMaxValue_17(); } private native int GetLevel_18(); public int GetLevel() { return GetLevel_18(); } private native void SetPoint_19(double id0,double id1,double id2); public void SetPoint(double id0,double id1,double id2) { SetPoint_19(id0,id1,id2); } private native void SetPoint_20(double id0[]); public void SetPoint(double id0[]) { SetPoint_20(id0); } private native double[] GetPoint_21(); public double[] GetPoint() { return GetPoint_21(); } private native void SetRay_22(double id0,double id1,double id2); public void SetRay(double id0,double id1,double id2) { SetRay_22(id0,id1,id2); } private native void SetRay_23(double id0[]); public void SetRay(double id0[]) { SetRay_23(id0); } private native double[] GetRay_24(); public double[] GetRay() { return GetRay_24(); } private native void SetNormal_25(double id0,double id1,double id2); public void SetNormal(double id0,double id1,double id2) { SetNormal_25(id0,id1,id2); } private native void SetNormal_26(double id0[]); public void SetNormal(double id0[]) { SetNormal_26(id0); } private native double[] GetNormal_27(); public double[] GetNormal() { return GetNormal_27(); } private native int GetMTime_28(); public int GetMTime() { return GetMTime_28(); } public vtkSphereTreeFilter() { super(); } public vtkSphereTreeFilter(long id) { super(id); } public native long VTKInit(); }