]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkWindBladeReader.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkWindBladeReader.java
1 // java wrapper for vtkWindBladeReader object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkWindBladeReader extends vtkStructuredGridAlgorithm
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 void SetWholeExtent_4(int id0,int id1,int id2,int id3,int id4,int id5);
27   public void SetWholeExtent(int id0,int id1,int id2,int id3,int id4,int id5)
28     { SetWholeExtent_4(id0,id1,id2,id3,id4,id5); }
29
30   private native void SetWholeExtent_5(int id0[]);
31   public void SetWholeExtent(int id0[])
32     { SetWholeExtent_5(id0); }
33
34   private native int[]  GetWholeExtent_6();
35   public int[]  GetWholeExtent()
36     { return GetWholeExtent_6(); }
37
38   private native void SetSubExtent_7(int id0,int id1,int id2,int id3,int id4,int id5);
39   public void SetSubExtent(int id0,int id1,int id2,int id3,int id4,int id5)
40     { SetSubExtent_7(id0,id1,id2,id3,id4,id5); }
41
42   private native void SetSubExtent_8(int id0[]);
43   public void SetSubExtent(int id0[])
44     { SetSubExtent_8(id0); }
45
46   private native int[]  GetSubExtent_9();
47   public int[]  GetSubExtent()
48     { return GetSubExtent_9(); }
49
50   private native long GetFieldOutput_10();
51   public vtkStructuredGrid GetFieldOutput() {
52     long temp = GetFieldOutput_10();
53
54     if (temp == 0) return null;
55     return (vtkStructuredGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
56 }
57
58   private native long GetBladeOutput_11();
59   public vtkUnstructuredGrid GetBladeOutput() {
60     long temp = GetBladeOutput_11();
61
62     if (temp == 0) return null;
63     return (vtkUnstructuredGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
64 }
65
66   private native long GetGroundOutput_12();
67   public vtkStructuredGrid GetGroundOutput() {
68     long temp = GetGroundOutput_12();
69
70     if (temp == 0) return null;
71     return (vtkStructuredGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
72 }
73
74   private native int GetNumberOfPointArrays_13();
75   public int GetNumberOfPointArrays()
76     { return GetNumberOfPointArrays_13(); }
77
78   private native String GetPointArrayName_14(int id0);
79   public String GetPointArrayName(int id0)
80     { return GetPointArrayName_14(id0); }
81
82   private native int GetPointArrayStatus_15(String id0);
83   public int GetPointArrayStatus(String id0)
84     { return GetPointArrayStatus_15(id0); }
85
86   private native void SetPointArrayStatus_16(String id0,int id1);
87   public void SetPointArrayStatus(String id0,int id1)
88     { SetPointArrayStatus_16(id0,id1); }
89
90   private native void DisableAllPointArrays_17();
91   public void DisableAllPointArrays()
92     { DisableAllPointArrays_17(); }
93
94   private native void EnableAllPointArrays_18();
95   public void EnableAllPointArrays()
96     { EnableAllPointArrays_18(); }
97
98   public vtkWindBladeReader() { super(); }
99
100   public vtkWindBladeReader(long id) { super(id); }
101   public native long   VTKInit();
102
103 }