// java wrapper for vtkSpanSpace object // package vtk; import vtk.*; public class vtkSpanSpace extends vtkScalarTree { 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 SetResolution_2(int id0); public void SetResolution(int id0) { SetResolution_2(id0); } private native int GetResolutionMinValue_3(); public int GetResolutionMinValue() { return GetResolutionMinValue_3(); } private native int GetResolutionMaxValue_4(); public int GetResolutionMaxValue() { return GetResolutionMaxValue_4(); } private native int GetResolution_5(); public int GetResolution() { return GetResolution_5(); } private native void Initialize_6(); public void Initialize() { Initialize_6(); } private native void BuildTree_7(); public void BuildTree() { BuildTree_7(); } private native void InitTraversal_8(double id0); public void InitTraversal(double id0) { InitTraversal_8(id0); } private native int GetNumberOfCellBatches_9(); public int GetNumberOfCellBatches() { return GetNumberOfCellBatches_9(); } public vtkSpanSpace() { super(); } public vtkSpanSpace(long id) { super(id); } public native long VTKInit(); }