1 // java wrapper for vtk3DSImporter object
7 public class vtk3DSImporter extends vtkImporter
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 void SetFileName_2(String id0);
19 public void SetFileName(String id0)
20 { SetFileName_2(id0); }
22 private native String GetFileName_3();
23 public String GetFileName()
24 { return GetFileName_3(); }
26 private native void SetComputeNormals_4(int id0);
27 public void SetComputeNormals(int id0)
28 { SetComputeNormals_4(id0); }
30 private native int GetComputeNormals_5();
31 public int GetComputeNormals()
32 { return GetComputeNormals_5(); }
34 private native void ComputeNormalsOn_6();
35 public void ComputeNormalsOn()
36 { ComputeNormalsOn_6(); }
38 private native void ComputeNormalsOff_7();
39 public void ComputeNormalsOff()
40 { ComputeNormalsOff_7(); }
42 public vtk3DSImporter() { super(); }
44 public vtk3DSImporter(long id) { super(id); }
45 public native long VTKInit();