]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkRISReader.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkRISReader.java
1 // java wrapper for vtkRISReader object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkRISReader extends vtkTableAlgorithm
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 GetFileName_2();
19   public String GetFileName()
20     { return GetFileName_2(); }
21
22   private native void SetFileName_3(String id0);
23   public void SetFileName(String id0)
24     { SetFileName_3(id0); }
25
26   private native String GetDelimiter_4();
27   public String GetDelimiter()
28     { return GetDelimiter_4(); }
29
30   private native void SetDelimiter_5(String id0);
31   public void SetDelimiter(String id0)
32     { SetDelimiter_5(id0); }
33
34   private native int GetMaxRecords_6();
35   public int GetMaxRecords()
36     { return GetMaxRecords_6(); }
37
38   private native void SetMaxRecords_7(int id0);
39   public void SetMaxRecords(int id0)
40     { SetMaxRecords_7(id0); }
41
42   public vtkRISReader() { super(); }
43
44   public vtkRISReader(long id) { super(id); }
45   public native long   VTKInit();
46
47 }