]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkMNITagPointReader.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkMNITagPointReader.java
1 // java wrapper for vtkMNITagPointReader object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkMNITagPointReader 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 SetFileName_2(String id0);
19   public void SetFileName(String id0)
20     { SetFileName_2(id0); }
21
22   private native String GetFileName_3();
23   public String GetFileName()
24     { return GetFileName_3(); }
25
26   private native String GetFileExtensions_4();
27   public String GetFileExtensions()
28     { return GetFileExtensions_4(); }
29
30   private native String GetDescriptiveName_5();
31   public String GetDescriptiveName()
32     { return GetDescriptiveName_5(); }
33
34   private native int CanReadFile_6(String id0);
35   public int CanReadFile(String id0)
36     { return CanReadFile_6(id0); }
37
38   private native int GetNumberOfVolumes_7();
39   public int GetNumberOfVolumes()
40     { return GetNumberOfVolumes_7(); }
41
42   private native long GetPoints_8(int id0);
43   public vtkPoints GetPoints(int id0) {
44     long temp = GetPoints_8(id0);
45
46     if (temp == 0) return null;
47     return (vtkPoints)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
48 }
49
50   private native long GetPoints_9();
51   public vtkPoints GetPoints() {
52     long temp = GetPoints_9();
53
54     if (temp == 0) return null;
55     return (vtkPoints)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
56 }
57
58   private native long GetLabelText_10();
59   public vtkStringArray GetLabelText() {
60     long temp = GetLabelText_10();
61
62     if (temp == 0) return null;
63     return (vtkStringArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
64 }
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 long GetStructureIds_12();
75   public vtkIntArray GetStructureIds() {
76     long temp = GetStructureIds_12();
77
78     if (temp == 0) return null;
79     return (vtkIntArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
80 }
81
82   private native long GetPatientIds_13();
83   public vtkIntArray GetPatientIds() {
84     long temp = GetPatientIds_13();
85
86     if (temp == 0) return null;
87     return (vtkIntArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
88 }
89
90   private native String GetComments_14();
91   public String GetComments()
92     { return GetComments_14(); }
93
94   public vtkMNITagPointReader() { super(); }
95
96   public vtkMNITagPointReader(long id) { super(id); }
97   public native long   VTKInit();
98
99 }