]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkSpanSpace.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkSpanSpace.java
1 // java wrapper for vtkSpanSpace object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkSpanSpace extends vtkScalarTree
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void SetResolution_2(int id0);
19   public void SetResolution(int id0)
20     { SetResolution_2(id0); }
21
22   private native int GetResolutionMinValue_3();
23   public int GetResolutionMinValue()
24     { return GetResolutionMinValue_3(); }
25
26   private native int GetResolutionMaxValue_4();
27   public int GetResolutionMaxValue()
28     { return GetResolutionMaxValue_4(); }
29
30   private native int GetResolution_5();
31   public int GetResolution()
32     { return GetResolution_5(); }
33
34   private native void Initialize_6();
35   public void Initialize()
36     { Initialize_6(); }
37
38   private native void BuildTree_7();
39   public void BuildTree()
40     { BuildTree_7(); }
41
42   private native void InitTraversal_8(double id0);
43   public void InitTraversal(double id0)
44     { InitTraversal_8(id0); }
45
46   private native int GetNumberOfCellBatches_9();
47   public int GetNumberOfCellBatches()
48     { return GetNumberOfCellBatches_9(); }
49
50   public vtkSpanSpace() { super(); }
51
52   public vtkSpanSpace(long id) { super(id); }
53   public native long   VTKInit();
54
55 }