]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkAxes.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkAxes.java
1 // java wrapper for vtkAxes object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkAxes 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 SetOrigin_2(double id0,double id1,double id2);
19   public void SetOrigin(double id0,double id1,double id2)
20     { SetOrigin_2(id0,id1,id2); }
21
22   private native void SetOrigin_3(double id0[]);
23   public void SetOrigin(double id0[])
24     { SetOrigin_3(id0); }
25
26   private native double[] GetOrigin_4();
27   public double[] GetOrigin()
28     { return GetOrigin_4(); }
29
30   private native void SetScaleFactor_5(double id0);
31   public void SetScaleFactor(double id0)
32     { SetScaleFactor_5(id0); }
33
34   private native double GetScaleFactor_6();
35   public double GetScaleFactor()
36     { return GetScaleFactor_6(); }
37
38   private native void SetSymmetric_7(int id0);
39   public void SetSymmetric(int id0)
40     { SetSymmetric_7(id0); }
41
42   private native int GetSymmetric_8();
43   public int GetSymmetric()
44     { return GetSymmetric_8(); }
45
46   private native void SymmetricOn_9();
47   public void SymmetricOn()
48     { SymmetricOn_9(); }
49
50   private native void SymmetricOff_10();
51   public void SymmetricOff()
52     { SymmetricOff_10(); }
53
54   private native void SetComputeNormals_11(int id0);
55   public void SetComputeNormals(int id0)
56     { SetComputeNormals_11(id0); }
57
58   private native int GetComputeNormals_12();
59   public int GetComputeNormals()
60     { return GetComputeNormals_12(); }
61
62   private native void ComputeNormalsOn_13();
63   public void ComputeNormalsOn()
64     { ComputeNormalsOn_13(); }
65
66   private native void ComputeNormalsOff_14();
67   public void ComputeNormalsOff()
68     { ComputeNormalsOff_14(); }
69
70   public vtkAxes() { super(); }
71
72   public vtkAxes(long id) { super(id); }
73   public native long   VTKInit();
74
75 }