X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkCityGMLReader.java;fp=vtk%2Fsrc%2Fvtk%2FvtkCityGMLReader.java;h=38a763058da2ee36b7761bdab30c14898535c443;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=0000000000000000000000000000000000000000;hpb=12e21051bd57248b39831d79d68d455077047cdb;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkCityGMLReader.java b/vtk/src/vtk/vtkCityGMLReader.java new file mode 100644 index 00000000..38a76305 --- /dev/null +++ b/vtk/src/vtk/vtkCityGMLReader.java @@ -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(); + +}