]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkEnSightWriter.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkEnSightWriter.java
1 // java wrapper for vtkEnSightWriter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkEnSightWriter extends vtkWriter
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 SetProcessNumber_2(int id0);
19   public void SetProcessNumber(int id0)
20     { SetProcessNumber_2(id0); }
21
22   private native int GetProcessNumber_3();
23   public int GetProcessNumber()
24     { return GetProcessNumber_3(); }
25
26   private native void SetPath_4(String id0);
27   public void SetPath(String id0)
28     { SetPath_4(id0); }
29
30   private native String GetPath_5();
31   public String GetPath()
32     { return GetPath_5(); }
33
34   private native void SetBaseName_6(String id0);
35   public void SetBaseName(String id0)
36     { SetBaseName_6(id0); }
37
38   private native String GetBaseName_7();
39   public String GetBaseName()
40     { return GetBaseName_7(); }
41
42   private native void SetFileName_8(String id0);
43   public void SetFileName(String id0)
44     { SetFileName_8(id0); }
45
46   private native String GetFileName_9();
47   public String GetFileName()
48     { return GetFileName_9(); }
49
50   private native void SetTimeStep_10(int id0);
51   public void SetTimeStep(int id0)
52     { SetTimeStep_10(id0); }
53
54   private native int GetTimeStep_11();
55   public int GetTimeStep()
56     { return GetTimeStep_11(); }
57
58   private native void SetGhostLevel_12(int id0);
59   public void SetGhostLevel(int id0)
60     { SetGhostLevel_12(id0); }
61
62   private native int GetGhostLevel_13();
63   public int GetGhostLevel()
64     { return GetGhostLevel_13(); }
65
66   private native void SetTransientGeometry_14(boolean id0);
67   public void SetTransientGeometry(boolean id0)
68     { SetTransientGeometry_14(id0); }
69
70   private native boolean GetTransientGeometry_15();
71   public boolean GetTransientGeometry()
72     { return GetTransientGeometry_15(); }
73
74   private native void SetNumberOfBlocks_16(int id0);
75   public void SetNumberOfBlocks(int id0)
76     { SetNumberOfBlocks_16(id0); }
77
78   private native int GetNumberOfBlocks_17();
79   public int GetNumberOfBlocks()
80     { return GetNumberOfBlocks_17(); }
81
82   private native void SetInputData_18(vtkUnstructuredGrid id0);
83   public void SetInputData(vtkUnstructuredGrid id0)
84     { SetInputData_18(id0); }
85
86   private native long GetInput_19();
87   public vtkUnstructuredGrid GetInput() {
88     long temp = GetInput_19();
89
90     if (temp == 0) return null;
91     return (vtkUnstructuredGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
92 }
93
94   private native void WriteCaseFile_20(int id0);
95   public void WriteCaseFile(int id0)
96     { WriteCaseFile_20(id0); }
97
98   private native void WriteSOSCaseFile_21(int id0);
99   public void WriteSOSCaseFile(int id0)
100     { WriteSOSCaseFile_21(id0); }
101
102   public vtkEnSightWriter() { super(); }
103
104   public vtkEnSightWriter(long id) { super(id); }
105   public native long   VTKInit();
106
107 }