1 // java wrapper for vtkSpanSpace object
7 public class vtkSpanSpace extends vtkScalarTree
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native void SetResolution_2(int id0);
19 public void SetResolution(int id0)
20 { SetResolution_2(id0); }
22 private native int GetResolutionMinValue_3();
23 public int GetResolutionMinValue()
24 { return GetResolutionMinValue_3(); }
26 private native int GetResolutionMaxValue_4();
27 public int GetResolutionMaxValue()
28 { return GetResolutionMaxValue_4(); }
30 private native int GetResolution_5();
31 public int GetResolution()
32 { return GetResolution_5(); }
34 private native void Initialize_6();
35 public void Initialize()
38 private native void BuildTree_7();
39 public void BuildTree()
42 private native void InitTraversal_8(double id0);
43 public void InitTraversal(double id0)
44 { InitTraversal_8(id0); }
46 private native int GetNumberOfCellBatches_9();
47 public int GetNumberOfCellBatches()
48 { return GetNumberOfCellBatches_9(); }
50 public vtkSpanSpace() { super(); }
52 public vtkSpanSpace(long id) { super(id); }
53 public native long VTKInit();