]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkDemandDrivenPipeline.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkDemandDrivenPipeline.java
1 // java wrapper for vtkDemandDrivenPipeline object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkDemandDrivenPipeline extends vtkExecutive
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 Update_2();
19   public int Update()
20     { return Update_2(); }
21
22   private native int Update_3(int id0);
23   public int Update(int id0)
24     { return Update_3(id0); }
25
26   private native int GetPipelineMTime_4();
27   public int GetPipelineMTime()
28     { return GetPipelineMTime_4(); }
29
30   private native int SetReleaseDataFlag_5(int id0,int id1);
31   public int SetReleaseDataFlag(int id0,int id1)
32     { return SetReleaseDataFlag_5(id0,id1); }
33
34   private native int GetReleaseDataFlag_6(int id0);
35   public int GetReleaseDataFlag(int id0)
36     { return GetReleaseDataFlag_6(id0); }
37
38   private native int UpdatePipelineMTime_7();
39   public int UpdatePipelineMTime()
40     { return UpdatePipelineMTime_7(); }
41
42   private native int UpdateDataObject_8();
43   public int UpdateDataObject()
44     { return UpdateDataObject_8(); }
45
46   private native int UpdateInformation_9();
47   public int UpdateInformation()
48     { return UpdateInformation_9(); }
49
50   private native int UpdateData_10(int id0);
51   public int UpdateData(int id0)
52     { return UpdateData_10(id0); }
53
54   private native long REQUEST_DATA_OBJECT_11();
55   public vtkInformationRequestKey REQUEST_DATA_OBJECT() {
56     long temp = REQUEST_DATA_OBJECT_11();
57
58     if (temp == 0) return null;
59     return (vtkInformationRequestKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
60 }
61
62   private native long REQUEST_INFORMATION_12();
63   public vtkInformationRequestKey REQUEST_INFORMATION() {
64     long temp = REQUEST_INFORMATION_12();
65
66     if (temp == 0) return null;
67     return (vtkInformationRequestKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
68 }
69
70   private native long REQUEST_DATA_13();
71   public vtkInformationRequestKey REQUEST_DATA() {
72     long temp = REQUEST_DATA_13();
73
74     if (temp == 0) return null;
75     return (vtkInformationRequestKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
76 }
77
78   private native long REQUEST_DATA_NOT_GENERATED_14();
79   public vtkInformationRequestKey REQUEST_DATA_NOT_GENERATED() {
80     long temp = REQUEST_DATA_NOT_GENERATED_14();
81
82     if (temp == 0) return null;
83     return (vtkInformationRequestKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
84 }
85
86   private native long RELEASE_DATA_15();
87   public vtkInformationIntegerKey RELEASE_DATA() {
88     long temp = RELEASE_DATA_15();
89
90     if (temp == 0) return null;
91     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
92 }
93
94   private native long DATA_NOT_GENERATED_16();
95   public vtkInformationIntegerKey DATA_NOT_GENERATED() {
96     long temp = DATA_NOT_GENERATED_16();
97
98     if (temp == 0) return null;
99     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
100 }
101
102   private native long NewDataObject_17(String id0);
103   public vtkDataObject NewDataObject(String id0) {
104     long temp = NewDataObject_17(id0);
105
106     if (temp == 0) return null;
107     return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
108 }
109
110   public vtkDemandDrivenPipeline() { super(); }
111
112   public vtkDemandDrivenPipeline(long id) { super(id); }
113   public native long   VTKInit();
114
115 }