1 // java wrapper for vtkSLACReader object
7 public class vtkSLACReader extends vtkMultiBlockDataSetAlgorithm
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native String GetMeshFileName_2();
19 public String GetMeshFileName()
20 { return GetMeshFileName_2(); }
22 private native void SetMeshFileName_3(String id0);
23 public void SetMeshFileName(String id0)
24 { SetMeshFileName_3(id0); }
26 private native void AddModeFileName_4(String id0);
27 public void AddModeFileName(String id0)
28 { AddModeFileName_4(id0); }
30 private native void RemoveAllModeFileNames_5();
31 public void RemoveAllModeFileNames()
32 { RemoveAllModeFileNames_5(); }
34 private native int GetNumberOfModeFileNames_6();
35 public int GetNumberOfModeFileNames()
36 { return GetNumberOfModeFileNames_6(); }
38 private native String GetModeFileName_7(int id0);
39 public String GetModeFileName(int id0)
40 { return GetModeFileName_7(id0); }
42 private native int GetReadInternalVolume_8();
43 public int GetReadInternalVolume()
44 { return GetReadInternalVolume_8(); }
46 private native void SetReadInternalVolume_9(int id0);
47 public void SetReadInternalVolume(int id0)
48 { SetReadInternalVolume_9(id0); }
50 private native void ReadInternalVolumeOn_10();
51 public void ReadInternalVolumeOn()
52 { ReadInternalVolumeOn_10(); }
54 private native void ReadInternalVolumeOff_11();
55 public void ReadInternalVolumeOff()
56 { ReadInternalVolumeOff_11(); }
58 private native int GetReadExternalSurface_12();
59 public int GetReadExternalSurface()
60 { return GetReadExternalSurface_12(); }
62 private native void SetReadExternalSurface_13(int id0);
63 public void SetReadExternalSurface(int id0)
64 { SetReadExternalSurface_13(id0); }
66 private native void ReadExternalSurfaceOn_14();
67 public void ReadExternalSurfaceOn()
68 { ReadExternalSurfaceOn_14(); }
70 private native void ReadExternalSurfaceOff_15();
71 public void ReadExternalSurfaceOff()
72 { ReadExternalSurfaceOff_15(); }
74 private native int GetReadMidpoints_16();
75 public int GetReadMidpoints()
76 { return GetReadMidpoints_16(); }
78 private native void SetReadMidpoints_17(int id0);
79 public void SetReadMidpoints(int id0)
80 { SetReadMidpoints_17(id0); }
82 private native void ReadMidpointsOn_18();
83 public void ReadMidpointsOn()
84 { ReadMidpointsOn_18(); }
86 private native void ReadMidpointsOff_19();
87 public void ReadMidpointsOff()
88 { ReadMidpointsOff_19(); }
90 private native int GetNumberOfVariableArrays_20();
91 public int GetNumberOfVariableArrays()
92 { return GetNumberOfVariableArrays_20(); }
94 private native String GetVariableArrayName_21(int id0);
95 public String GetVariableArrayName(int id0)
96 { return GetVariableArrayName_21(id0); }
98 private native int GetVariableArrayStatus_22(String id0);
99 public int GetVariableArrayStatus(String id0)
100 { return GetVariableArrayStatus_22(id0); }
102 private native void SetVariableArrayStatus_23(String id0,int id1);
103 public void SetVariableArrayStatus(String id0,int id1)
104 { SetVariableArrayStatus_23(id0,id1); }
106 private native void ResetFrequencyScales_24();
107 public void ResetFrequencyScales()
108 { ResetFrequencyScales_24(); }
110 private native void SetFrequencyScale_25(int id0,double id1);
111 public void SetFrequencyScale(int id0,double id1)
112 { SetFrequencyScale_25(id0,id1); }
114 private native void ResetPhaseShifts_26();
115 public void ResetPhaseShifts()
116 { ResetPhaseShifts_26(); }
118 private native void SetPhaseShift_27(int id0,double id1);
119 public void SetPhaseShift(int id0,double id1)
120 { SetPhaseShift_27(id0,id1); }
122 private native long GetFrequencyScales_28();
123 public vtkDoubleArray GetFrequencyScales() {
124 long temp = GetFrequencyScales_28();
126 if (temp == 0) return null;
127 return (vtkDoubleArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
130 private native long GetPhaseShifts_29();
131 public vtkDoubleArray GetPhaseShifts() {
132 long temp = GetPhaseShifts_29();
134 if (temp == 0) return null;
135 return (vtkDoubleArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
138 private native int CanReadFile_30(String id0);
139 public int CanReadFile(String id0)
140 { return CanReadFile_30(id0); }
142 private native long IS_INTERNAL_VOLUME_31();
143 public vtkInformationIntegerKey IS_INTERNAL_VOLUME() {
144 long temp = IS_INTERNAL_VOLUME_31();
146 if (temp == 0) return null;
147 return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
150 private native long IS_EXTERNAL_SURFACE_32();
151 public vtkInformationIntegerKey IS_EXTERNAL_SURFACE() {
152 long temp = IS_EXTERNAL_SURFACE_32();
154 if (temp == 0) return null;
155 return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
158 private native long POINTS_33();
159 public vtkInformationObjectBaseKey POINTS() {
160 long temp = POINTS_33();
162 if (temp == 0) return null;
163 return (vtkInformationObjectBaseKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
166 private native long POINT_DATA_34();
167 public vtkInformationObjectBaseKey POINT_DATA() {
168 long temp = POINT_DATA_34();
170 if (temp == 0) return null;
171 return (vtkInformationObjectBaseKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
174 public vtkSLACReader() { super(); }
176 public vtkSLACReader(long id) { super(id); }
177 public native long VTKInit();