]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkLZ4DataCompressor.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkLZ4DataCompressor.java
1 // java wrapper for vtkLZ4DataCompressor object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkLZ4DataCompressor extends vtkDataCompressor
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 int GetCompressionLevel_2();
19   public int GetCompressionLevel()
20     { return GetCompressionLevel_2(); }
21
22   private native void SetCompressionLevel_3(int id0);
23   public void SetCompressionLevel(int id0)
24     { SetCompressionLevel_3(id0); }
25
26   private native void SetAccelerationLevel_4(int id0);
27   public void SetAccelerationLevel(int id0)
28     { SetAccelerationLevel_4(id0); }
29
30   private native int GetAccelerationLevelMinValue_5();
31   public int GetAccelerationLevelMinValue()
32     { return GetAccelerationLevelMinValue_5(); }
33
34   private native int GetAccelerationLevelMaxValue_6();
35   public int GetAccelerationLevelMaxValue()
36     { return GetAccelerationLevelMaxValue_6(); }
37
38   private native int GetAccelerationLevel_7();
39   public int GetAccelerationLevel()
40     { return GetAccelerationLevel_7(); }
41
42   public vtkLZ4DataCompressor() { super(); }
43
44   public vtkLZ4DataCompressor(long id) { super(id); }
45   public native long   VTKInit();
46
47 }