]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkDiagonalMatrixSource.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkDiagonalMatrixSource.java
1 // java wrapper for vtkDiagonalMatrixSource object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkDiagonalMatrixSource extends vtkArrayDataAlgorithm
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 int GetArrayType_2();
19   public int GetArrayType()
20     { return GetArrayType_2(); }
21
22   private native void SetArrayType_3(int id0);
23   public void SetArrayType(int id0)
24     { SetArrayType_3(id0); }
25
26   private native int GetExtents_4();
27   public int GetExtents()
28     { return GetExtents_4(); }
29
30   private native void SetExtents_5(int id0);
31   public void SetExtents(int id0)
32     { SetExtents_5(id0); }
33
34   private native double GetDiagonal_6();
35   public double GetDiagonal()
36     { return GetDiagonal_6(); }
37
38   private native void SetDiagonal_7(double id0);
39   public void SetDiagonal(double id0)
40     { SetDiagonal_7(id0); }
41
42   private native double GetSuperDiagonal_8();
43   public double GetSuperDiagonal()
44     { return GetSuperDiagonal_8(); }
45
46   private native void SetSuperDiagonal_9(double id0);
47   public void SetSuperDiagonal(double id0)
48     { SetSuperDiagonal_9(id0); }
49
50   private native double GetSubDiagonal_10();
51   public double GetSubDiagonal()
52     { return GetSubDiagonal_10(); }
53
54   private native void SetSubDiagonal_11(double id0);
55   public void SetSubDiagonal(double id0)
56     { SetSubDiagonal_11(id0); }
57
58   private native String GetRowLabel_12();
59   public String GetRowLabel()
60     { return GetRowLabel_12(); }
61
62   private native void SetRowLabel_13(String id0);
63   public void SetRowLabel(String id0)
64     { SetRowLabel_13(id0); }
65
66   private native String GetColumnLabel_14();
67   public String GetColumnLabel()
68     { return GetColumnLabel_14(); }
69
70   private native void SetColumnLabel_15(String id0);
71   public void SetColumnLabel(String id0)
72     { SetColumnLabel_15(id0); }
73
74   public vtkDiagonalMatrixSource() { super(); }
75
76   public vtkDiagonalMatrixSource(long id) { super(id); }
77   public native long   VTKInit();
78
79 }