]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkMINCImageReader.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkMINCImageReader.java
1 // java wrapper for vtkMINCImageReader object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkMINCImageReader extends vtkImageReader2
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 GetFileExtensions_3();
23   public String GetFileExtensions()
24     { return GetFileExtensions_3(); }
25
26   private native String GetDescriptiveName_4();
27   public String GetDescriptiveName()
28     { return GetDescriptiveName_4(); }
29
30   private native int CanReadFile_5(String id0);
31   public int CanReadFile(String id0)
32     { return CanReadFile_5(id0); }
33
34   private native long GetDirectionCosines_6();
35   public vtkMatrix4x4 GetDirectionCosines() {
36     long temp = GetDirectionCosines_6();
37
38     if (temp == 0) return null;
39     return (vtkMatrix4x4)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
40 }
41
42   private native double GetRescaleSlope_7();
43   public double GetRescaleSlope()
44     { return GetRescaleSlope_7(); }
45
46   private native double GetRescaleIntercept_8();
47   public double GetRescaleIntercept()
48     { return GetRescaleIntercept_8(); }
49
50   private native void SetRescaleRealValues_9(int id0);
51   public void SetRescaleRealValues(int id0)
52     { SetRescaleRealValues_9(id0); }
53
54   private native void RescaleRealValuesOn_10();
55   public void RescaleRealValuesOn()
56     { RescaleRealValuesOn_10(); }
57
58   private native void RescaleRealValuesOff_11();
59   public void RescaleRealValuesOff()
60     { RescaleRealValuesOff_11(); }
61
62   private native int GetRescaleRealValues_12();
63   public int GetRescaleRealValues()
64     { return GetRescaleRealValues_12(); }
65
66   private native double[] GetDataRange_13();
67   public double[] GetDataRange()
68     { return GetDataRange_13(); }
69
70   private native void GetDataRange_14(double id0[]);
71   public void GetDataRange(double id0[])
72     { GetDataRange_14(id0); }
73
74   private native int GetNumberOfTimeSteps_15();
75   public int GetNumberOfTimeSteps()
76     { return GetNumberOfTimeSteps_15(); }
77
78   private native void SetTimeStep_16(int id0);
79   public void SetTimeStep(int id0)
80     { SetTimeStep_16(id0); }
81
82   private native int GetTimeStep_17();
83   public int GetTimeStep()
84     { return GetTimeStep_17(); }
85
86   private native long GetImageAttributes_18();
87   public vtkMINCImageAttributes GetImageAttributes() {
88     long temp = GetImageAttributes_18();
89
90     if (temp == 0) return null;
91     return (vtkMINCImageAttributes)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
92 }
93
94   public vtkMINCImageReader() { super(); }
95
96   public vtkMINCImageReader(long id) { super(id); }
97   public native long   VTKInit();
98
99 }