]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkGeoArcs.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkGeoArcs.java
1 // java wrapper for vtkGeoArcs object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkGeoArcs extends vtkPolyDataAlgorithm
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 SetGlobeRadius_2(double id0);
19   public void SetGlobeRadius(double id0)
20     { SetGlobeRadius_2(id0); }
21
22   private native double GetGlobeRadius_3();
23   public double GetGlobeRadius()
24     { return GetGlobeRadius_3(); }
25
26   private native void SetExplodeFactor_4(double id0);
27   public void SetExplodeFactor(double id0)
28     { SetExplodeFactor_4(id0); }
29
30   private native double GetExplodeFactor_5();
31   public double GetExplodeFactor()
32     { return GetExplodeFactor_5(); }
33
34   private native void SetNumberOfSubdivisions_6(int id0);
35   public void SetNumberOfSubdivisions(int id0)
36     { SetNumberOfSubdivisions_6(id0); }
37
38   private native int GetNumberOfSubdivisions_7();
39   public int GetNumberOfSubdivisions()
40     { return GetNumberOfSubdivisions_7(); }
41
42   public vtkGeoArcs() { super(); }
43
44   public vtkGeoArcs(long id) { super(id); }
45   public native long   VTKInit();
46
47 }