]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkMNITagPointWriter.java
0e12785e5194f533c244dce1915e9163499dc81e
[simantics/3d.git] / vtk / src / vtk / vtkMNITagPointWriter.java
1 // java wrapper for vtkMNITagPointWriter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkMNITagPointWriter extends vtkWriter
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 String GetFileExtensions_2();
19   public String GetFileExtensions()
20     { return GetFileExtensions_2(); }
21
22   private native String GetDescriptiveName_3();
23   public String GetDescriptiveName()
24     { return GetDescriptiveName_3(); }
25
26   private native void SetPoints_4(int id0,vtkPoints id1);
27   public void SetPoints(int id0,vtkPoints id1)
28     { SetPoints_4(id0,id1); }
29
30   private native void SetPoints_5(vtkPoints id0);
31   public void SetPoints(vtkPoints id0)
32     { SetPoints_5(id0); }
33
34   private native long GetPoints_6(int id0);
35   public vtkPoints GetPoints(int id0) {
36     long temp = GetPoints_6(id0);
37
38     if (temp == 0) return null;
39     return (vtkPoints)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
40 }
41
42   private native long GetPoints_7();
43   public vtkPoints GetPoints() {
44     long temp = GetPoints_7();
45
46     if (temp == 0) return null;
47     return (vtkPoints)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
48 }
49
50   private native void SetLabelText_8(vtkStringArray id0);
51   public void SetLabelText(vtkStringArray id0)
52     { SetLabelText_8(id0); }
53
54   private native long GetLabelText_9();
55   public vtkStringArray GetLabelText() {
56     long temp = GetLabelText_9();
57
58     if (temp == 0) return null;
59     return (vtkStringArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
60 }
61
62   private native void SetWeights_10(vtkDoubleArray id0);
63   public void SetWeights(vtkDoubleArray id0)
64     { SetWeights_10(id0); }
65
66   private native long GetWeights_11();
67   public vtkDoubleArray GetWeights() {
68     long temp = GetWeights_11();
69
70     if (temp == 0) return null;
71     return (vtkDoubleArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
72 }
73
74   private native void SetStructureIds_12(vtkIntArray id0);
75   public void SetStructureIds(vtkIntArray id0)
76     { SetStructureIds_12(id0); }
77
78   private native long GetStructureIds_13();
79   public vtkIntArray GetStructureIds() {
80     long temp = GetStructureIds_13();
81
82     if (temp == 0) return null;
83     return (vtkIntArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
84 }
85
86   private native void SetPatientIds_14(vtkIntArray id0);
87   public void SetPatientIds(vtkIntArray id0)
88     { SetPatientIds_14(id0); }
89
90   private native long GetPatientIds_15();
91   public vtkIntArray GetPatientIds() {
92     long temp = GetPatientIds_15();
93
94     if (temp == 0) return null;
95     return (vtkIntArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
96 }
97
98   private native void SetComments_16(String id0);
99   public void SetComments(String id0)
100     { SetComments_16(id0); }
101
102   private native String GetComments_17();
103   public String GetComments()
104     { return GetComments_17(); }
105
106   private native int Write_18();
107   public int Write()
108     { return Write_18(); }
109
110   private native int GetMTime_19();
111   public int GetMTime()
112     { return GetMTime_19(); }
113
114   private native void SetFileName_20(String id0);
115   public void SetFileName(String id0)
116     { SetFileName_20(id0); }
117
118   private native String GetFileName_21();
119   public String GetFileName()
120     { return GetFileName_21(); }
121
122   public vtkMNITagPointWriter() { super(); }
123
124   public vtkMNITagPointWriter(long id) { super(id); }
125   public native long   VTKInit();
126
127 }