]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkCityGMLReader.java
38a763058da2ee36b7761bdab30c14898535c443
[simantics/3d.git] / vtk / src / vtk / vtkCityGMLReader.java
1 // java wrapper for vtkCityGMLReader object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkCityGMLReader extends vtkMultiBlockDataSetAlgorithm
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 SetLOD_4(int id0);
27   public void SetLOD(int id0)
28     { SetLOD_4(id0); }
29
30   private native int GetLODMinValue_5();
31   public int GetLODMinValue()
32     { return GetLODMinValue_5(); }
33
34   private native int GetLODMaxValue_6();
35   public int GetLODMaxValue()
36     { return GetLODMaxValue_6(); }
37
38   private native int GetLOD_7();
39   public int GetLOD()
40     { return GetLOD_7(); }
41
42   private native void SetUseTransparencyAsOpacity_8(int id0);
43   public void SetUseTransparencyAsOpacity(int id0)
44     { SetUseTransparencyAsOpacity_8(id0); }
45
46   private native int GetUseTransparencyAsOpacity_9();
47   public int GetUseTransparencyAsOpacity()
48     { return GetUseTransparencyAsOpacity_9(); }
49
50   private native void UseTransparencyAsOpacityOn_10();
51   public void UseTransparencyAsOpacityOn()
52     { UseTransparencyAsOpacityOn_10(); }
53
54   private native void UseTransparencyAsOpacityOff_11();
55   public void UseTransparencyAsOpacityOff()
56     { UseTransparencyAsOpacityOff_11(); }
57
58   public vtkCityGMLReader() { super(); }
59
60   public vtkCityGMLReader(long id) { super(id); }
61   public native long   VTKInit();
62
63 }