]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkOggTheoraWriter.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkOggTheoraWriter.java
1 // java wrapper for vtkOggTheoraWriter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkOggTheoraWriter extends vtkGenericMovieWriter
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 Start_2();
19   public void Start()
20     { Start_2(); }
21
22   private native void Write_3();
23   public void Write()
24     { Write_3(); }
25
26   private native void End_4();
27   public void End()
28     { End_4(); }
29
30   private native void SetQuality_5(int id0);
31   public void SetQuality(int id0)
32     { SetQuality_5(id0); }
33
34   private native int GetQualityMinValue_6();
35   public int GetQualityMinValue()
36     { return GetQualityMinValue_6(); }
37
38   private native int GetQualityMaxValue_7();
39   public int GetQualityMaxValue()
40     { return GetQualityMaxValue_7(); }
41
42   private native int GetQuality_8();
43   public int GetQuality()
44     { return GetQuality_8(); }
45
46   private native void SetRate_9(int id0);
47   public void SetRate(int id0)
48     { SetRate_9(id0); }
49
50   private native int GetRateMinValue_10();
51   public int GetRateMinValue()
52     { return GetRateMinValue_10(); }
53
54   private native int GetRateMaxValue_11();
55   public int GetRateMaxValue()
56     { return GetRateMaxValue_11(); }
57
58   private native int GetRate_12();
59   public int GetRate()
60     { return GetRate_12(); }
61
62   private native void SetSubsampling_13(int id0);
63   public void SetSubsampling(int id0)
64     { SetSubsampling_13(id0); }
65
66   private native int GetSubsampling_14();
67   public int GetSubsampling()
68     { return GetSubsampling_14(); }
69
70   private native void SubsamplingOn_15();
71   public void SubsamplingOn()
72     { SubsamplingOn_15(); }
73
74   private native void SubsamplingOff_16();
75   public void SubsamplingOff()
76     { SubsamplingOff_16(); }
77
78   public vtkOggTheoraWriter() { super(); }
79
80   public vtkOggTheoraWriter(long id) { super(id); }
81   public native long   VTKInit();
82
83 }