]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkCityGMLReader.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkCityGMLReader.java
diff --git a/vtk/src/vtk/vtkCityGMLReader.java b/vtk/src/vtk/vtkCityGMLReader.java
new file mode 100644 (file)
index 0000000..38a7630
--- /dev/null
@@ -0,0 +1,63 @@
+// java wrapper for vtkCityGMLReader object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkCityGMLReader extends vtkMultiBlockDataSetAlgorithm
+{
+
+  private native int IsTypeOf_0(String id0);
+  public int IsTypeOf(String id0)
+    { return IsTypeOf_0(id0); }
+
+  private native int IsA_1(String id0);
+  public int IsA(String id0)
+    { return IsA_1(id0); }
+
+  private native void SetFileName_2(String id0);
+  public void SetFileName(String id0)
+    { SetFileName_2(id0); }
+
+  private native String GetFileName_3();
+  public String GetFileName()
+    { return GetFileName_3(); }
+
+  private native void SetLOD_4(int id0);
+  public void SetLOD(int id0)
+    { SetLOD_4(id0); }
+
+  private native int GetLODMinValue_5();
+  public int GetLODMinValue()
+    { return GetLODMinValue_5(); }
+
+  private native int GetLODMaxValue_6();
+  public int GetLODMaxValue()
+    { return GetLODMaxValue_6(); }
+
+  private native int GetLOD_7();
+  public int GetLOD()
+    { return GetLOD_7(); }
+
+  private native void SetUseTransparencyAsOpacity_8(int id0);
+  public void SetUseTransparencyAsOpacity(int id0)
+    { SetUseTransparencyAsOpacity_8(id0); }
+
+  private native int GetUseTransparencyAsOpacity_9();
+  public int GetUseTransparencyAsOpacity()
+    { return GetUseTransparencyAsOpacity_9(); }
+
+  private native void UseTransparencyAsOpacityOn_10();
+  public void UseTransparencyAsOpacityOn()
+    { UseTransparencyAsOpacityOn_10(); }
+
+  private native void UseTransparencyAsOpacityOff_11();
+  public void UseTransparencyAsOpacityOff()
+    { UseTransparencyAsOpacityOff_11(); }
+
+  public vtkCityGMLReader() { super(); }
+
+  public vtkCityGMLReader(long id) { super(id); }
+  public native long   VTKInit();
+
+}