1 // java wrapper for vtkSLCReader object
7 public class vtkSLCReader extends vtkImageReader2
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 int GetError_2();
20 { return GetError_2(); }
22 private native int CanReadFile_3(String id0);
23 public int CanReadFile(String id0)
24 { return CanReadFile_3(id0); }
26 private native String GetFileExtensions_4();
27 public String GetFileExtensions()
28 { return GetFileExtensions_4(); }
30 private native String GetDescriptiveName_5();
31 public String GetDescriptiveName()
32 { return GetDescriptiveName_5(); }
34 public vtkSLCReader() { super(); }
36 public vtkSLCReader(long id) { super(id); }
37 public native long VTKInit();