]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkVRMLImporter.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkVRMLImporter.java
1 // java wrapper for vtkVRMLImporter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkVRMLImporter extends vtkImporter
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 void SetFileName_2(String id0);
19   public void SetFileName(String id0)
20     { SetFileName_2(id0); }
21
22   private native String GetFileName_3();
23   public String GetFileName()
24     { return GetFileName_3(); }
25
26   private native void SetShapeResolution_4(int id0);
27   public void SetShapeResolution(int id0)
28     { SetShapeResolution_4(id0); }
29
30   private native int GetShapeResolution_5();
31   public int GetShapeResolution()
32     { return GetShapeResolution_5(); }
33
34   private native long GetVRMLDEFObject_6(String id0);
35   public vtkObject GetVRMLDEFObject(String id0) {
36     long temp = GetVRMLDEFObject_6(id0);
37
38     if (temp == 0) return null;
39     return (vtkObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
40 }
41
42   public vtkVRMLImporter() { super(); }
43
44   public vtkVRMLImporter(long id) { super(id); }
45   public native long   VTKInit();
46
47 }