1 // java wrapper for vtkRISReader object
7 public class vtkRISReader extends vtkTableAlgorithm
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native String GetFileName_2();
19 public String GetFileName()
20 { return GetFileName_2(); }
22 private native void SetFileName_3(String id0);
23 public void SetFileName(String id0)
24 { SetFileName_3(id0); }
26 private native String GetDelimiter_4();
27 public String GetDelimiter()
28 { return GetDelimiter_4(); }
30 private native void SetDelimiter_5(String id0);
31 public void SetDelimiter(String id0)
32 { SetDelimiter_5(id0); }
34 private native int GetMaxRecords_6();
35 public int GetMaxRecords()
36 { return GetMaxRecords_6(); }
38 private native void SetMaxRecords_7(int id0);
39 public void SetMaxRecords(int id0)
40 { SetMaxRecords_7(id0); }
42 public vtkRISReader() { super(); }
44 public vtkRISReader(long id) { super(id); }
45 public native long VTKInit();