// java wrapper for vtkSphereTree object // package vtk; import vtk.*; public class vtkSphereTree extends vtkObject { 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 SetDataSet_2(vtkDataSet id0); public void SetDataSet(vtkDataSet id0) { SetDataSet_2(id0); } private native long GetDataSet_3(); public vtkDataSet GetDataSet() { long temp = GetDataSet_3(); if (temp == 0) return null; return (vtkDataSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void Build_4(); public void Build() { Build_4(); } private native void Build_5(vtkDataSet id0); public void Build(vtkDataSet id0) { Build_5(id0); } private native void SetBuildHierarchy_6(boolean id0); public void SetBuildHierarchy(boolean id0) { SetBuildHierarchy_6(id0); } private native boolean GetBuildHierarchy_7(); public boolean GetBuildHierarchy() { return GetBuildHierarchy_7(); } private native void BuildHierarchyOn_8(); public void BuildHierarchyOn() { BuildHierarchyOn_8(); } private native void BuildHierarchyOff_9(); public void BuildHierarchyOff() { BuildHierarchyOff_9(); } private native void SelectPoint_10(double id0[],vtkIdList id1); public void SelectPoint(double id0[],vtkIdList id1) { SelectPoint_10(id0,id1); } private native void SelectLine_11(double id0[],double id1[],vtkIdList id2); public void SelectLine(double id0[],double id1[],vtkIdList id2) { SelectLine_11(id0,id1,id2); } private native void SelectPlane_12(double id0[],double id1[],vtkIdList id2); public void SelectPlane(double id0[],double id1[],vtkIdList id2) { SelectPlane_12(id0,id1,id2); } private native void SetResolution_13(int id0); public void SetResolution(int id0) { SetResolution_13(id0); } private native int GetResolutionMinValue_14(); public int GetResolutionMinValue() { return GetResolutionMinValue_14(); } private native int GetResolutionMaxValue_15(); public int GetResolutionMaxValue() { return GetResolutionMaxValue_15(); } private native int GetResolution_16(); public int GetResolution() { return GetResolution_16(); } private native void SetMaxLevel_17(int id0); public void SetMaxLevel(int id0) { SetMaxLevel_17(id0); } private native int GetMaxLevelMinValue_18(); public int GetMaxLevelMinValue() { return GetMaxLevelMinValue_18(); } private native int GetMaxLevelMaxValue_19(); public int GetMaxLevelMaxValue() { return GetMaxLevelMaxValue_19(); } private native int GetMaxLevel_20(); public int GetMaxLevel() { return GetMaxLevel_20(); } private native int GetNumberOfLevels_21(); public int GetNumberOfLevels() { return GetNumberOfLevels_21(); } public vtkSphereTree() { super(); } public vtkSphereTree(long id) { super(id); } public native long VTKInit(); }