]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkMNIObjectReader.java
Fix PNG loading
[simantics/3d.git] / vtk / src / vtk / vtkMNIObjectReader.java
1 // java wrapper for vtkMNIObjectReader object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkMNIObjectReader extends vtkPolyDataAlgorithm
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 String GetFileExtensions_4();
27   public String GetFileExtensions()
28     { return GetFileExtensions_4(); }
29
30   private native String GetDescriptiveName_5();
31   public String GetDescriptiveName()
32     { return GetDescriptiveName_5(); }
33
34   private native int CanReadFile_6(String id0);
35   public int CanReadFile(String id0)
36     { return CanReadFile_6(id0); }
37
38   private native long GetProperty_7();
39   public vtkProperty GetProperty() {
40     long temp = GetProperty_7();
41
42     if (temp == 0) return null;
43     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
44 }
45
46   public vtkMNIObjectReader() { super(); }
47
48   public vtkMNIObjectReader(long id) { super(id); }
49   public native long   VTKInit();
50
51 }