]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkSLCReader.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / vtk / src / vtk / vtkSLCReader.java
1 // java wrapper for vtkSLCReader object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkSLCReader extends vtkImageReader2\r
8 {\r
9 \r
10   private native String GetClassName_0();\r
11   public String GetClassName()\r
12     { return GetClassName_0(); }\r
13 \r
14   private native int IsA_1(String id0);\r
15   public int IsA(String id0)\r
16     { return IsA_1(id0); }\r
17 \r
18   private native void SetFileName_2(String id0);\r
19   public void SetFileName(String id0)\r
20     { SetFileName_2(id0); }\r
21 \r
22   private native String GetFileName_3();\r
23   public String GetFileName()\r
24     { return GetFileName_3(); }\r
25 \r
26   private native int GetError_4();\r
27   public int GetError()\r
28     { return GetError_4(); }\r
29 \r
30   private native int CanReadFile_5(String id0);\r
31   public int CanReadFile(String id0)\r
32     { return CanReadFile_5(id0); }\r
33 \r
34   private native String GetFileExtensions_6();\r
35   public String GetFileExtensions()\r
36     { return GetFileExtensions_6(); }\r
37 \r
38   private native String GetDescriptiveName_7();\r
39   public String GetDescriptiveName()\r
40     { return GetDescriptiveName_7(); }\r
41 \r
42   public vtkSLCReader() { super(); }\r
43 \r
44   public vtkSLCReader(long id) { super(id); }\r
45   public native long   VTKInit();\r
46 \r
47 }\r