]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkSLACReader.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkSLACReader.java
1 // java wrapper for vtkSLACReader object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkSLACReader extends vtkMultiBlockDataSetAlgorithm
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 GetMeshFileName_2();
19   public String GetMeshFileName()
20     { return GetMeshFileName_2(); }
21
22   private native void SetMeshFileName_3(String id0);
23   public void SetMeshFileName(String id0)
24     { SetMeshFileName_3(id0); }
25
26   private native void AddModeFileName_4(String id0);
27   public void AddModeFileName(String id0)
28     { AddModeFileName_4(id0); }
29
30   private native void RemoveAllModeFileNames_5();
31   public void RemoveAllModeFileNames()
32     { RemoveAllModeFileNames_5(); }
33
34   private native int GetNumberOfModeFileNames_6();
35   public int GetNumberOfModeFileNames()
36     { return GetNumberOfModeFileNames_6(); }
37
38   private native String GetModeFileName_7(int id0);
39   public String GetModeFileName(int id0)
40     { return GetModeFileName_7(id0); }
41
42   private native int GetReadInternalVolume_8();
43   public int GetReadInternalVolume()
44     { return GetReadInternalVolume_8(); }
45
46   private native void SetReadInternalVolume_9(int id0);
47   public void SetReadInternalVolume(int id0)
48     { SetReadInternalVolume_9(id0); }
49
50   private native void ReadInternalVolumeOn_10();
51   public void ReadInternalVolumeOn()
52     { ReadInternalVolumeOn_10(); }
53
54   private native void ReadInternalVolumeOff_11();
55   public void ReadInternalVolumeOff()
56     { ReadInternalVolumeOff_11(); }
57
58   private native int GetReadExternalSurface_12();
59   public int GetReadExternalSurface()
60     { return GetReadExternalSurface_12(); }
61
62   private native void SetReadExternalSurface_13(int id0);
63   public void SetReadExternalSurface(int id0)
64     { SetReadExternalSurface_13(id0); }
65
66   private native void ReadExternalSurfaceOn_14();
67   public void ReadExternalSurfaceOn()
68     { ReadExternalSurfaceOn_14(); }
69
70   private native void ReadExternalSurfaceOff_15();
71   public void ReadExternalSurfaceOff()
72     { ReadExternalSurfaceOff_15(); }
73
74   private native int GetReadMidpoints_16();
75   public int GetReadMidpoints()
76     { return GetReadMidpoints_16(); }
77
78   private native void SetReadMidpoints_17(int id0);
79   public void SetReadMidpoints(int id0)
80     { SetReadMidpoints_17(id0); }
81
82   private native void ReadMidpointsOn_18();
83   public void ReadMidpointsOn()
84     { ReadMidpointsOn_18(); }
85
86   private native void ReadMidpointsOff_19();
87   public void ReadMidpointsOff()
88     { ReadMidpointsOff_19(); }
89
90   private native int GetNumberOfVariableArrays_20();
91   public int GetNumberOfVariableArrays()
92     { return GetNumberOfVariableArrays_20(); }
93
94   private native String GetVariableArrayName_21(int id0);
95   public String GetVariableArrayName(int id0)
96     { return GetVariableArrayName_21(id0); }
97
98   private native int GetVariableArrayStatus_22(String id0);
99   public int GetVariableArrayStatus(String id0)
100     { return GetVariableArrayStatus_22(id0); }
101
102   private native void SetVariableArrayStatus_23(String id0,int id1);
103   public void SetVariableArrayStatus(String id0,int id1)
104     { SetVariableArrayStatus_23(id0,id1); }
105
106   private native void ResetFrequencyScales_24();
107   public void ResetFrequencyScales()
108     { ResetFrequencyScales_24(); }
109
110   private native void SetFrequencyScale_25(int id0,double id1);
111   public void SetFrequencyScale(int id0,double id1)
112     { SetFrequencyScale_25(id0,id1); }
113
114   private native void ResetPhaseShifts_26();
115   public void ResetPhaseShifts()
116     { ResetPhaseShifts_26(); }
117
118   private native void SetPhaseShift_27(int id0,double id1);
119   public void SetPhaseShift(int id0,double id1)
120     { SetPhaseShift_27(id0,id1); }
121
122   private native long GetFrequencyScales_28();
123   public vtkDoubleArray GetFrequencyScales() {
124     long temp = GetFrequencyScales_28();
125
126     if (temp == 0) return null;
127     return (vtkDoubleArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
128 }
129
130   private native long GetPhaseShifts_29();
131   public vtkDoubleArray GetPhaseShifts() {
132     long temp = GetPhaseShifts_29();
133
134     if (temp == 0) return null;
135     return (vtkDoubleArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
136 }
137
138   private native int CanReadFile_30(String id0);
139   public int CanReadFile(String id0)
140     { return CanReadFile_30(id0); }
141
142   private native long IS_INTERNAL_VOLUME_31();
143   public vtkInformationIntegerKey IS_INTERNAL_VOLUME() {
144     long temp = IS_INTERNAL_VOLUME_31();
145
146     if (temp == 0) return null;
147     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
148 }
149
150   private native long IS_EXTERNAL_SURFACE_32();
151   public vtkInformationIntegerKey IS_EXTERNAL_SURFACE() {
152     long temp = IS_EXTERNAL_SURFACE_32();
153
154     if (temp == 0) return null;
155     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
156 }
157
158   private native long POINTS_33();
159   public vtkInformationObjectBaseKey POINTS() {
160     long temp = POINTS_33();
161
162     if (temp == 0) return null;
163     return (vtkInformationObjectBaseKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
164 }
165
166   private native long POINT_DATA_34();
167   public vtkInformationObjectBaseKey POINT_DATA() {
168     long temp = POINT_DATA_34();
169
170     if (temp == 0) return null;
171     return (vtkInformationObjectBaseKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
172 }
173
174   public vtkSLACReader() { super(); }
175
176   public vtkSLACReader(long id) { super(id); }
177   public native long   VTKInit();
178
179 }