]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkMNIObjectWriter.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkMNIObjectWriter.java
1 // java wrapper for vtkMNIObjectWriter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkMNIObjectWriter 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 String GetFileExtensions_2();
19   public String GetFileExtensions()
20     { return GetFileExtensions_2(); }
21
22   private native String GetDescriptiveName_3();
23   public String GetDescriptiveName()
24     { return GetDescriptiveName_3(); }
25
26   private native void SetProperty_4(vtkProperty id0);
27   public void SetProperty(vtkProperty id0)
28     { SetProperty_4(id0); }
29
30   private native long GetProperty_5();
31   public vtkProperty GetProperty() {
32     long temp = GetProperty_5();
33
34     if (temp == 0) return null;
35     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
36 }
37
38   private native void SetMapper_6(vtkMapper id0);
39   public void SetMapper(vtkMapper id0)
40     { SetMapper_6(id0); }
41
42   private native long GetMapper_7();
43   public vtkMapper GetMapper() {
44     long temp = GetMapper_7();
45
46     if (temp == 0) return null;
47     return (vtkMapper)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
48 }
49
50   private native void SetLookupTable_8(vtkLookupTable id0);
51   public void SetLookupTable(vtkLookupTable id0)
52     { SetLookupTable_8(id0); }
53
54   private native long GetLookupTable_9();
55   public vtkLookupTable GetLookupTable() {
56     long temp = GetLookupTable_9();
57
58     if (temp == 0) return null;
59     return (vtkLookupTable)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
60 }
61
62   private native long GetInput_10();
63   public vtkPolyData GetInput() {
64     long temp = GetInput_10();
65
66     if (temp == 0) return null;
67     return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
68 }
69
70   private native long GetInput_11(int id0);
71   public vtkPolyData GetInput(int id0) {
72     long temp = GetInput_11(id0);
73
74     if (temp == 0) return null;
75     return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
76 }
77
78   private native void SetFileName_12(String id0);
79   public void SetFileName(String id0)
80     { SetFileName_12(id0); }
81
82   private native String GetFileName_13();
83   public String GetFileName()
84     { return GetFileName_13(); }
85
86   private native void SetFileType_14(int id0);
87   public void SetFileType(int id0)
88     { SetFileType_14(id0); }
89
90   private native int GetFileTypeMinValue_15();
91   public int GetFileTypeMinValue()
92     { return GetFileTypeMinValue_15(); }
93
94   private native int GetFileTypeMaxValue_16();
95   public int GetFileTypeMaxValue()
96     { return GetFileTypeMaxValue_16(); }
97
98   private native int GetFileType_17();
99   public int GetFileType()
100     { return GetFileType_17(); }
101
102   private native void SetFileTypeToASCII_18();
103   public void SetFileTypeToASCII()
104     { SetFileTypeToASCII_18(); }
105
106   private native void SetFileTypeToBinary_19();
107   public void SetFileTypeToBinary()
108     { SetFileTypeToBinary_19(); }
109
110   public vtkMNIObjectWriter() { super(); }
111
112   public vtkMNIObjectWriter(long id) { super(id); }
113   public native long   VTKInit();
114
115 }